Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/eeprom_emulation/
Dfsl_eeprom_emulation.c170 …handle->eeSectorWaste = (handle->eeSectorSize - handle->eeSectorHeaderSize) % handle->eeSectorReco… in EE_SetEepromEmulationInfo()
820 …recordAddress = oldSectorAddress + handle->eeSectorSize - handle->eeSectorWaste - handle->eeSector… in EE_SwapSector()
872 … g_freeSpaceAddress = g_currentActiveSector + handle->eeSectorSize - handle->eeSectorWaste; in EE_SwapSector()
944 recordAddress = sectorAddress + handle->eeSectorSize - handle->eeSectorWaste; in EE_SearchInSector()
1001 searchAddress = sectorAddress + handle->eeSectorSize - handle->eeSectorWaste; in EE_SearchBlankSpace()
Dfsl_eeprom_emulation.h109 …uint32_t eeSectorWaste; /* Number of bytes in a sector that are not used for emulation … member