Searched refs:complementSize (Results 1 – 2 of 2) sorted by relevance
105 handle->complementSize = handle->ftfxProgramSize; in EE_SetEepromEmulationInfo()109 handle->complementSize = 0; in EE_SetEepromEmulationInfo()113 handle->eeSectorHeaderSize = (0x03U * handle->ftfxProgramSize) + handle->complementSize; in EE_SetEepromEmulationInfo()136 (2U * handle->ftfxProgramSize) + handle->complementSize; in EE_SetEepromEmulationInfo()141 handle->eeDataValueSize + (2U * handle->ftfxProgramSize) + handle->complementSize; in EE_SetEepromEmulationInfo()150 …ndle->eeRecordIDOffset = handle->eeSectorRecordLength - EE_RECORD_ID_SIZE - handle->complementSize; in EE_SetEepromEmulationInfo()155 …handle->eeSectorRecordLength - FTFx_LONGWORD_SIZE - EE_RECORD_STATUS_SIZE - handle->complementSize; in EE_SetEepromEmulationInfo()161 …e->eeSectorRecordLength - handle->ftfxProgramSize - EE_RECORD_STATUS_SIZE - handle->complementSize; in EE_SetEepromEmulationInfo()166 …cordStatusOffset = handle->eeSectorRecordLength - handle->ftfxProgramSize - handle->complementSize; in EE_SetEepromEmulationInfo()722 …ze = handle->eeSectorRecordLength - alginedSize - handle->ftfxProgramSize - handle->complementSize; in EE_CopyRecord()[all …]
115 …uint32_t complementSize; /* Determine the complement size to avoid losing data in case having ECC … member