OpenOCD
|
Data Fields | |
uint8_t * | cache |
uint32_t | cache_address |
struct target * | target |
uint8_t* image_memory::cache |
Definition at line 70 of file image.h.
Referenced by image_close(), image_open(), and image_read_section().
uint32_t image_memory::cache_address |
Definition at line 71 of file image.h.
Referenced by image_open(), and image_read_section().
struct target* image_memory::target |
Definition at line 69 of file image.h.
Referenced by image_open(), and image_read_section().