1.3.1.4.11 EMU_EEPROM_PARAMETERS Struct

1.3.1.4.11 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;

1.3.1.4.11 Summary

Provides different Emulated EEPROM configuration parameters.

1.3.1.4.11 Description

This structure provides configuration parameters for the Emulated EEPROM.

This structure object has to be passed to EMU_EEPROM_ParametersGet() API to retrieve the current configured parameters.

1.3.1.4.11 Remarks

None.