Searched refs:MAX (Results 1 – 4 of 4) sorted by relevance
55 #define MAX(x,y) (((x) > (y)) ? (x) : (y)) macro279 nextThresholdLow = MAX(nextThresholdLow, in setNextThresholds()
129 #ifdef MAX130 #undef MAX137 #define MAX(x,y) (((x) > (y)) ? (x) : (y)) macro672 timeoutClockTicks = MAX(timeoutClockTicks, 1); in RF_restartClockTimeout()705 return(MAX((deltaTimeUs - nTotalPowerUpDuration), 1)); in RF_calculateDeltaTimeUs()2875 uint32_t inactivityTimeUs = MAX(inactivityTimeUsA, inactivityTimeUsB); in RF_setInactivityTimeout()
102 #define MAX(x,y) (((x) > (y)) ? (x) : (y)) macro
104 #define MAX(x,y) (((x) > (y)) ? (x) : (y)) macro