Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/eeprom_emulation/
Dfsl_eeprom_emulation.c31 static uint32_t g_currentActiveSector; variable
798 bk_currentActiveSector = g_currentActiveSector; in EE_SwapSector()
799 newActSectorAddr = g_currentActiveSector; in EE_SwapSector()
815 g_currentActiveSector = newActSectorAddr; in EE_SwapSector()
871 g_currentActiveSector = bk_currentActiveSector; in EE_SwapSector()
872 … g_freeSpaceAddress = g_currentActiveSector + handle->eeSectorSize - handle->eeSectorWaste; in EE_SwapSector()
936 if (sectorAddress == g_currentActiveSector) in EE_SearchInSector()
1083 uint32_t sectorAddress = g_currentActiveSector; in EE_SearchInAllActives()
1972 g_currentActiveSector = EE_FindActSector(handle, handle->eeStartAddress, false, false); in EE_InitActiveSector()
1973 g_freeSpaceAddress = EE_SearchBlankSpace(handle, g_currentActiveSector); in EE_InitActiveSector()
[all …]