Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/eeprom_emulation/
Dfsl_eeprom_emulation.c80 handle->ftfxProgramSize = config->ftfxProgramSize; in EE_SetEepromEmulationInfo()
105 handle->complementSize = handle->ftfxProgramSize; in EE_SetEepromEmulationInfo()
113 handle->eeSectorHeaderSize = (0x03U * handle->ftfxProgramSize) + handle->complementSize; in EE_SetEepromEmulationInfo()
116 if (FTFx_LONGWORD_SIZE == handle->ftfxProgramSize) in EE_SetEepromEmulationInfo()
121 else if (FTFx_PHRASE_SIZE == handle->ftfxProgramSize) in EE_SetEepromEmulationInfo()
132 if (0x00U != GET_MOD(handle->eeDataValueSize, handle->ftfxProgramSize)) in EE_SetEepromEmulationInfo()
136 (2U * handle->ftfxProgramSize) + handle->complementSize; in EE_SetEepromEmulationInfo()
141 handle->eeDataValueSize + (2U * handle->ftfxProgramSize) + handle->complementSize; in EE_SetEepromEmulationInfo()
146 handle->eeSectorDeadIndOffset = handle->ftfxProgramSize; in EE_SetEepromEmulationInfo()
147 handle->eeSectorEraseCycleOffset = handle->ftfxProgramSize << 0x01U; in EE_SetEepromEmulationInfo()
[all …]
Dfsl_eeprom_emulation.h49 uint32_t ftfxProgramSize; /* check align of program function */ member
77 uint32_t ftfxProgramSize; /* Program size */ member