OpenOCD
|
Data Fields | |
int(* | algo_cleanup )(struct target *target, struct esp_algorithm_run_data *run) |
int(* | algo_init )(struct target *target, struct esp_algorithm_run_data *run, uint32_t num_args, va_list ap) |
const uint8_t *(* | stub_tramp_get )(struct target *target, size_t *size) |
Definition at line 247 of file esp_algorithm.h.
int(* esp_algorithm_hw::algo_cleanup) (struct target *target, struct esp_algorithm_run_data *run) |
Definition at line 249 of file esp_algorithm.h.
Referenced by esp_algorithm_run_debug_stub(), and esp_algorithm_run_image().
int(* esp_algorithm_hw::algo_init) (struct target *target, struct esp_algorithm_run_data *run, uint32_t num_args, va_list ap) |
Definition at line 248 of file esp_algorithm.h.
Referenced by esp_algorithm_run_debug_stub(), and esp_algorithm_run_image().
Definition at line 250 of file esp_algorithm.h.
Referenced by esp_algorithm_load_func_image(), and esp_algorithm_load_onboard_func().