Home
last modified time | relevance | path

Searched refs:GET_INT (Results 1 – 2 of 2) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/drivers/eeprom_emulation/
Dfsl_eeprom_emulation.c178 …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()
186 …handle->eeSectorCapacity = GET_INT(handle->eeSectorSize - handle->eeSectorHeaderSize, handle->eeSe… 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()
Dfsl_eeprom_emulation.h191 #define GET_INT(divisor, dividend) ((divisor) / (dividend)) macro