Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/eeprom_emulation/
Dfsl_eeprom_emulation.c1259 returnCode = EE_SECTOR_ALTERNATIVE; in EE_GetSectorStatus()
1324 ((EE_SECTOR_ALTERNATIVE == sectorStatus) && (returnCode != 0xFFFFFFFFu))) in EE_FindActSector()
1590 if ((sectorStatus == EE_SECTOR_BLANK) || (sectorStatus == EE_SECTOR_ALTERNATIVE)) in EE_CheckAvailabilityStatus()
1737 if ((EE_GetSectorStatus(handle, sectorAddress) == EE_SECTOR_ALTERNATIVE) && in EE_PreInitCheck()
1751 if ((EE_GetSectorStatus(handle, sectorAddress) == EE_SECTOR_ALTERNATIVE) && in EE_PreInitCheck()
1945 if (sectorStatus == EE_SECTOR_ALTERNATIVE) in EE_InitActiveSector()
2172 if ((sectorStatus == EE_SECTOR_ALTERNATIVE) && (returnCode == EE_OK)) in EE_WriteData()
Dfsl_eeprom_emulation.h169 #define EE_SECTOR_ALTERNATIVE 0x01u macro