image_ihex is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

image_ihex struct

Syntax

struct image_ihex {     struct fileio *fileio;     uint8_t *buffer; };

Fields

fileio

No summary provided. Read more...

buffer

No summary provided. Read more...

References

LocationReferrerScopeText
image.h:63
struct image_ihex {
image.c:126image_ihex_buffer_complete_inner()
struct image_ihex *ihex = image->type_private;
image.c:987image_open()
struct image_ihex *image_ihex;
image.c:989image_open()
image_ihex = image->type_private = malloc(sizeof(struct image_ihex));
image.c:1218image_close()
struct image_ihex *image_ihex = image->type_private;

Type Use

Variables of image_ihex type
image_ihex_buffer_complete_inner()::ihex
image_open()::image_ihex
image_close()::image_ihex
all items filtered out
image_ihex