Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/eeprom_emulation/
Dfsl_eeprom_emulation.c1278 returnCode = EE_SECTOR_BLANK; in EE_GetSectorStatus()
1590 if ((sectorStatus == EE_SECTOR_BLANK) || (sectorStatus == EE_SECTOR_ALTERNATIVE)) in EE_CheckAvailabilityStatus()
1852 if (sectorStatus == EE_SECTOR_BLANK) in EE_InitAltSector()
1879 if ((EE_GetSectorStatus(handle, sectorAddress) == EE_SECTOR_BLANK) && in EE_InitAltSector()
1885 if ((EE_GetSectorStatus(handle, sectorAddress) == EE_SECTOR_BLANK) && in EE_InitAltSector()
1891 if (EE_GetSectorStatus(handle, sectorAddress) == EE_SECTOR_BLANK) in EE_InitAltSector()
Dfsl_eeprom_emulation.h168 #define EE_SECTOR_BLANK 0x00u macro