Searched refs:eeSectorCapacity (Results 1 – 2 of 2) sorted by relevance
186 …handle->eeSectorCapacity = GET_INT(handle->eeSectorSize - handle->eeSectorHeaderSize, handle->eeSe… 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()
110 uint32_t eeSectorCapacity; /* Number of records that can be stored in a sector */ member