Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/eeprom_emulation/
Dfsl_eeprom_emulation.c84 handle->eeSectorSize = config->eeSectorSize; in EE_SetEepromEmulationInfo()
170 …handle->eeSectorWaste = (handle->eeSectorSize - handle->eeSectorHeaderSize) % handle->eeSectorReco… in EE_SetEepromEmulationInfo()
186 …handle->eeSectorCapacity = GET_INT(handle->eeSectorSize - handle->eeSectorHeaderSize, handle->eeSe… in EE_SetEepromEmulationInfo()
207 handle->eeEndAddress = handle->eeStartAddress + handle->eeAllotedSectors * handle->eeSectorSize; in EE_SetEepromEmulationInfo()
296 while (dest < (destination + handle->eeSectorSize)) in AT_QUICKACCESS_SECTION_CODE()
345 … (uint16_t)(handle->eeSectorSize / handle->ftfxRD1SECSize), in AT_QUICKACCESS_SECTION_CODE()
573 if (addr == (g_eeEndAddress - (uint32_t)handle->eeSectorSize)) in EE_NextSector()
579 nextSectorAddr = addr + (uint32_t)handle->eeSectorSize; in EE_NextSector()
602 prevSectorAddr = g_eeEndAddress - handle->eeSectorSize; in EE_PrevSector()
606 prevSectorAddr = addr - handle->eeSectorSize; in EE_PrevSector()
[all …]
Dfsl_eeprom_emulation.h58 …uint32_t eeSectorSize; /* Sector size of Eeprom emulation in bytes. It can be one or multiply c… member
89 …uint32_t eeSectorSize; /* Sector size of Eeprom emulation in bytes, one or multiply consecutive… member