Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/eeprom_emulation/
Dfsl_eeprom_emulation.c1231 returnCode = EE_SECTOR_DEAD; in EE_GetSectorStatus()
1233 if (returnCode != EE_SECTOR_DEAD) in EE_GetSectorStatus()
2169 } while ((sectorStatus == EE_SECTOR_DEAD) || (sectorStatus == EE_SECTOR_READY)); in EE_WriteData()
Dfsl_eeprom_emulation.h173 #define EE_SECTOR_DEAD 0x05u macro