Home
last modified time | relevance | path

Searched refs:MAX (Results 1 – 4 of 4) sorted by relevance

/hal_ti-latest/simplelink/source/ti/drivers/temperature/
DTemperatureCC26X2.c55 #define MAX(x,y) (((x) > (y)) ? (x) : (y)) macro
279 nextThresholdLow = MAX(nextThresholdLow, in setNextThresholds()
/hal_ti-latest/simplelink/source/ti/drivers/rf/
DRFCC26X2_multiMode.c129 #ifdef MAX
130 #undef MAX
137 #define MAX(x,y) (((x) > (y)) ? (x) : (y)) macro
672 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()
/hal_ti-latest/simplelink/source/ti/devices/cc13x2_cc26x2/driverlib/
Dpka.c102 #define MAX(x,y) (((x) > (y)) ? (x) : (y)) macro
/hal_ti-latest/simplelink/source/ti/devices/cc13x2x7_cc26x2x7/driverlib/
Dpka.c104 #define MAX(x,y) (((x) > (y)) ? (x) : (y)) macro