Searched refs:eeMaxRecordNumber (Results 1 – 2 of 2) sorted by relevance
178 …handle->eeMaxRecordNumber = (uint16_t)(GET_INT(handle->eeMemorySize, handle->eeDataValueSize) + 0x… in EE_SetEepromEmulationInfo()182 … handle->eeMaxRecordNumber = (uint16_t)(GET_INT(handle->eeMemorySize, handle->eeDataValueSize)); in EE_SetEepromEmulationInfo()189 if (0x00U != GET_MOD(((uint32_t)handle->eeMaxRecordNumber + 0x01u), handle->eeSectorCapacity)) in EE_SetEepromEmulationInfo()192 … (GET_INT(((uint32_t)handle->eeMaxRecordNumber + 0x01u), handle->eeSectorCapacity) + 0x01u); in EE_SetEepromEmulationInfo()197 GET_INT(((uint32_t)handle->eeMaxRecordNumber + 0x01u), handle->eeSectorCapacity); in EE_SetEepromEmulationInfo()2079 if (((uint16_t)(handle->eeMaxRecordNumber) < dataID) || (0x00u == dataID)) in EE_ReadData()2131 if ((dataID > (uint16_t)handle->eeMaxRecordNumber) || (dataID == 0x00u)) in EE_WriteData()
107 …uint16_t eeMaxRecordNumber; /* Number of Data Records is calculated if we know the total Da… member