Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/eeprom_emulation/
Dfsl_eeprom_emulation.c132 if (0x00U != GET_MOD(handle->eeDataValueSize, handle->ftfxProgramSize)) in EE_SetEepromEmulationInfo()
176 if (0x00U != GET_MOD(handle->eeMemorySize, handle->eeDataValueSize)) in EE_SetEepromEmulationInfo()
189 if (0x00U != GET_MOD(((uint32_t)handle->eeMaxRecordNumber + 0x01u), handle->eeSectorCapacity)) in EE_SetEepromEmulationInfo()
1167 if ((GET_MOD(address, read1SectorSize) != 0x00u) || (size < read1SectorSize)) in EE_BlankCheck()
Dfsl_eeprom_emulation.h189 #define GET_MOD(divisor, dividend) ((divisor) % (dividend)) macro