Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/eeprom_emulation/
Dfsl_eeprom_emulation.c787 uint32_t newActSectorAddr; in EE_SwapSector() local
799 newActSectorAddr = g_currentActiveSector; in EE_SwapSector()
806 newActSectorAddr = EE_NextSector(handle, newActSectorAddr); in EE_SwapSector()
807 … blankCheck = EE_VerifySectorHeader(handle, newActSectorAddr + handle->eeSectorDeadIndOffset, in EE_SwapSector()
809 … aliveCheck = EE_VerifySectorHeader(handle, newActSectorAddr + handle->eeSectorDeadIndOffset, in EE_SwapSector()
813 g_freeSpaceAddress = newActSectorAddr + (uint32_t)handle->eeSectorHeaderSize; in EE_SwapSector()
815 g_currentActiveSector = newActSectorAddr; in EE_SwapSector()
863 returnCode = EE_ValidateActIndicator(handle, newActSectorAddr); in EE_SwapSector()