Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/eeprom_emulation/
Dfsl_eeprom_emulation.c204 handle->eeAllotedSectors = handle->eeActiveSectors + handle->eeReadySectors; in EE_SetEepromEmulationInfo()
207 handle->eeEndAddress = handle->eeStartAddress + handle->eeAllotedSectors * handle->eeSectorSize; in EE_SetEepromEmulationInfo()
1312 for (i = 0x00u; i < handle->eeAllotedSectors; i++) in EE_FindActSector()
1338 i = handle->eeAllotedSectors; in EE_FindActSector()
1365 for (i = 0x00u; i < handle->eeAllotedSectors; i++) in EE_GetSectorNumber()
1587 for (i = 0x00u; i < handle->eeAllotedSectors; i++) in EE_CheckAvailabilityStatus()
1706 for (i = 0x00u; i < handle->eeAllotedSectors; i++) in EE_PreInitCheck()
1776 for (i = 0x00u; i < handle->eeAllotedSectors; i++) in EE_PreInitCheck()
1849 for (i = 0x00u; i < handle->eeAllotedSectors; i++) in EE_InitAltSector()
2276 for (i = 0x00u; i < handle->eeAllotedSectors; i++) in EE_Deinit()
Dfsl_eeprom_emulation.h113 …uint32_t eeAllotedSectors; /* Total number of sectors alloted will also include some 'alternative … member