Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/eeprom_emulation/
Dfsl_eeprom_emulation.c790 uint32_t recFoundAddress; in EE_SwapSector() local
832 recFoundAddress = EE_SearchLoop(handle, dataID); in EE_SwapSector()
835 if (recFoundAddress == recordAddress) in EE_SwapSector()
839 dataRecord.dataAddr = recFoundAddress; in EE_SwapSector()