Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/eeprom_emulation/
Dfsl_eeprom_emulation.c1673 uint32_t currentActsectorAddress = 0x00u; in EE_PreInitCheck() local
1731 currentActsectorAddress = sectorAddress; in EE_PreInitCheck()
1738 … ((sectorAddress >= handle->eeStartAddress) && (sectorAddress < currentActsectorAddress))) in EE_PreInitCheck()
1752 (sectorAddress > currentActsectorAddress) && in EE_PreInitCheck()
1769 } while (sectorAddress != currentActsectorAddress); in EE_PreInitCheck()
1812 uint32_t currentActsectorAddress = 0x00u; in EE_InitAltSector() local
1870 … expErsCycValue[0u] = READ32(currentActsectorAddress + handle->eeSectorEraseCycleOffset); in EE_InitAltSector()
1873 currentActsectorAddress = sectorAddress; in EE_InitAltSector()
1886 …(sectorAddress > currentActsectorAddress) && (sectorAddress <= (g_eeEndAddress - handle->eeSectorS… in EE_InitAltSector()
1903 } while (sectorAddress != currentActsectorAddress); in EE_InitAltSector()