Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/eeprom_emulation/
Dfsl_eeprom_emulation.c794 uint32_t aliveCheck; in EE_SwapSector() local
809aliveCheck = EE_VerifySectorHeader(handle, newActSectorAddr + handle->eeSectorDeadIndOffset, in EE_SwapSector()
811 } while ((EE_OK != blankCheck) && (EE_OK != aliveCheck)); in EE_SwapSector()