Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/eeprom_emulation/
Dfsl_eeprom_emulation.c78 handle->eeStartAddress = config->eeStartAddress; in EE_SetEepromEmulationInfo()
207 handle->eeEndAddress = handle->eeStartAddress + handle->eeAllotedSectors * handle->eeSectorSize; in EE_SetEepromEmulationInfo()
575 nextSectorAddr = handle->eeStartAddress; in EE_NextSector()
600 if (addr == handle->eeStartAddress) in EE_PrevSector()
818 oldSectorAddress = EE_FindActSector(handle, handle->eeStartAddress, false, false); in EE_SwapSector()
1364 sectorAddress = handle->eeStartAddress; in EE_GetSectorNumber()
1586 sectorAddress = handle->eeStartAddress; in EE_CheckAvailabilityStatus()
1688 sectorAddress = EE_FindActSector(handle, handle->eeStartAddress, false, false); in EE_PreInitCheck()
1705 sectorAddress = (uint32_t)handle->eeStartAddress; in EE_PreInitCheck()
1726 sectorAddress = EE_FindActSector(handle, handle->eeStartAddress, false, false); in EE_PreInitCheck()
[all …]
Dfsl_eeprom_emulation.h57 uint32_t eeStartAddress; /* Start address of Eeprom emulation in byte */ member
87 uint32_t eeStartAddress; /* Start address of Eeprom emulation in byte */ member