Searched refs:eeDataValueSize (Results 1 – 2 of 2) sorted by relevance
82 handle->eeDataValueSize = config->eeDataValueSize; in EE_SetEepromEmulationInfo()132 if (0x00U != GET_MOD(handle->eeDataValueSize, handle->ftfxProgramSize)) in EE_SetEepromEmulationInfo()135 … (((handle->eeDataValueSize >> handle->ftfxBitNumber) + 0x01U) << handle->ftfxBitNumber) + in EE_SetEepromEmulationInfo()141 handle->eeDataValueSize + (2U * handle->ftfxProgramSize) + handle->complementSize; in EE_SetEepromEmulationInfo()176 if (0x00U != GET_MOD(handle->eeMemorySize, handle->eeDataValueSize)) in EE_SetEepromEmulationInfo()178 …le->eeMaxRecordNumber = (uint16_t)(GET_INT(handle->eeMemorySize, handle->eeDataValueSize) + 0x01u); in EE_SetEepromEmulationInfo()182 … handle->eeMaxRecordNumber = (uint16_t)(GET_INT(handle->eeMemorySize, handle->eeDataValueSize)); in EE_SetEepromEmulationInfo()721 alginedSize = handle->eeDataValueSize - (handle->eeDataValueSize % handle->ftfxProgramSize); in EE_CopyRecord()2127 alginedSize = handle->eeDataValueSize - (handle->eeDataValueSize % handle->ftfxProgramSize); in EE_WriteData()2221 if (sectorStatus < ((uint8_t)handle->eeDataValueSize - (uint8_t)alginedSize)) in EE_WriteData()
60 uint32_t eeDataValueSize; /* The length of raw data for each record in byte */ member90 uint32_t eeDataValueSize; /* The length of raw data for each record in byte */ member