Home
last modified time | relevance | path

Searched refs:EE_CACHETABLE_START_ADDRESS (Results 1 – 2 of 2) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/drivers/eeprom_emulation/
Dfsl_eeprom_emulation.h199 #define EE_CACHETABLE_START_ADDRESS \ macro
202 #define EE_CACHETABLE_ITEM_ADDR(dataID) (EE_CACHETABLE_START_ADDRESS + ((dataID - 0x01u) << 0x02u))
Dfsl_eeprom_emulation.c1620 tableAddress = EE_CACHETABLE_START_ADDRESS; in EE_UpdateCacheTable()
2028 sectorAddress = (uint32_t)EE_CACHETABLE_START_ADDRESS; in EE_Init()