1.3.1.4.11 EMU_EEPROM_PARAMETERS Struct
C
typedef struct
{
/** Number of bytes per emulated EEPROM page */
uint16_t page_size;
/** Number of emulated pages of EEPROM */
uint16_t eeprom_num_logical_pages;
/** Logical size of emulated EEPROM */
uint32_t eeprom_logical_size;
} EMU_EEPROM_PARAMETERS;
Summary
Provides different Emulated EEPROM configuration paramters
Description
This structure provides configuration parameters for the Emulated EEPROM.
This structure object has to be passed to EMU_EEPROM_ParametersGet() API to retreive the current configured parameters
Remarks
None
