Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/eeprom_emulation/
Dfsl_eeprom_emulation.c186 …handle->eeSectorCapacity = GET_INT(handle->eeSectorSize - handle->eeSectorHeaderSize, handle->eeSe… in EE_SetEepromEmulationInfo()
189 if (0x00U != GET_MOD(((uint32_t)handle->eeMaxRecordNumber + 0x01u), handle->eeSectorCapacity)) in EE_SetEepromEmulationInfo()
192 … (GET_INT(((uint32_t)handle->eeMaxRecordNumber + 0x01u), handle->eeSectorCapacity) + 0x01u); in EE_SetEepromEmulationInfo()
197 GET_INT(((uint32_t)handle->eeMaxRecordNumber + 0x01u), handle->eeSectorCapacity); in EE_SetEepromEmulationInfo()
Dfsl_eeprom_emulation.h110 uint32_t eeSectorCapacity; /* Number of records that can be stored in a sector */ member