typedef struct { //Memory Initialize IMG_MEM_INITIALIZE fInit; // Memory Write IMG_MEM_WRITE fWrite; // Memory Read IMG_MEM_READ fRead; // Memory Erase IMG_MEM_ERASE fErase; // Memory Read JEDEC Identifier IMG_MEM_READ_JEDEC_ID fReadId; } IMG_MEM_INTERFACE;
Defines the image memory interface functions for initialization, read, write, erase and read id