1.2.5.3.13 IMG_MEM_INTERFACE Struct
C
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;
Description
Defines the image memory interface functions for initialization, read, write, erase and read id
