OpenOCD
esp_algorithm_mem_args Struct Reference

Algorithm stub in-memory arguments. More...

Collaboration diagram for esp_algorithm_mem_args:

Data Fields

uint32_t count
 Number of memory params. More...
 
struct mem_paramparams
 Memory params. More...
 

Detailed Description

Algorithm stub in-memory arguments.

Definition at line 171 of file esp_algorithm.h.

Field Documentation

◆ count

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().

◆ params

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().


The documentation for this struct was generated from the following file: