Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/eeprom_emulation/
Dfsl_eeprom_emulation.c38 static uint32_t g_eraseCycles[4]; variable
40 static uint32_t g_eraseCycles[2]; variable
883 g_eraseCycles[0] = READ32(oldSectorAddress + handle->eeSectorEraseCycleOffset); in EE_SwapSector()
884 if (g_eraseCycles[0] != (uint32_t)EE_MAX_ERASING_CYCLE_VALUE) in EE_SwapSector()
887 g_eraseCycles[0]++; in EE_SwapSector()
896 returnCode = EE_ValidateEraseCycle(handle, oldSectorAddress, (uint8_t *)&g_eraseCycles); in EE_SwapSector()
1823 g_eraseCycles[1] = 0xFFFFFFFFu; in EE_InitAltSector()
1824 g_eraseCycles[2] = 0xFFFFFFFFu; in EE_InitAltSector()
1825 g_eraseCycles[3] = 0xFFFFFFFFu; in EE_InitAltSector()
1828 g_eraseCycles[1] = 0xFFFFFFFFu; in EE_InitAltSector()
[all …]