OpenOCD
|
Algorithm stub in-memory arguments. More...
Data Fields | |
uint32_t | count |
Number of memory params. More... | |
struct mem_param * | params |
Memory params. More... | |
Algorithm stub in-memory arguments.
Definition at line 171 of file esp_algorithm.h.
uint32_t esp_algorithm_mem_args::count |
Number of memory params.
Definition at line 175 of file esp_algorithm.h.
Referenced by esp_algorithm_run_debug_stub(), and esp_algorithm_run_image().
struct mem_param* esp_algorithm_mem_args::params |
Memory params.
Definition at line 173 of file esp_algorithm.h.
Referenced by esp_algorithm_run_debug_stub(), and esp_algorithm_run_image().