Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/eeprom_emulation/
Dfsl_eeprom_emulation.c116 if (FTFx_LONGWORD_SIZE == handle->ftfxProgramSize) in EE_SetEepromEmulationInfo()
155 …handle->eeSectorRecordLength - FTFx_LONGWORD_SIZE - EE_RECORD_STATUS_SIZE - handle->complementSize; in EE_SetEepromEmulationInfo()
628 if (handle->ftfxProgramSize != FTFx_LONGWORD_SIZE) in EE_VerifyRecordStatus()
1173 address += FTFx_LONGWORD_SIZE; in EE_BlankCheck()
1174 size -= FTFx_LONGWORD_SIZE; in EE_BlankCheck()
1395 if (handle->ftfxProgramSize > FTFx_LONGWORD_SIZE) in EE_ValidateDeadIndicator()
1496 if (handle->ftfxProgramSize > FTFx_LONGWORD_SIZE) in EE_ValidateActIndicator()
1817 if (handle->ftfxProgramSize > FTFx_LONGWORD_SIZE) in EE_InitAltSector()
Dfsl_eeprom_emulation.h279 #define FTFx_LONGWORD_SIZE 0x04u macro