Searched refs:GET_MOD (Results 1 – 2 of 2) sorted by relevance
132 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()
189 #define GET_MOD(divisor, dividend) ((divisor) % (dividend)) macro