Searched refs:ftfxProgramSize (Results 1 – 2 of 2) sorted by relevance
80 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 …]
49 uint32_t ftfxProgramSize; /* check align of program function */ member77 uint32_t ftfxProgramSize; /* Program size */ member