Home
last modified time | relevance | path

Searched refs:MIN (Results 1 – 5 of 5) sorted by relevance

/hal_ti-latest/simplelink/source/ti/drivers/temperature/
DTemperatureCC26X2.c54 #define MIN(x,y) (((x) < (y)) ? (x) : (y)) macro
277 nextThresholdHigh = MIN(nextThresholdHigh, in setNextThresholds()
/hal_ti-latest/simplelink/source/ti/drivers/uart2/
DUART2CC32XX.c69 #define MIN(a,b) (((a)<(b))?(a):(b)) macro
360 bytesToRead = MIN(fifoThresholdBytes - 1, object->readCount); in UART2CC32XX_hwiIntFxn()
911 rxSize = MIN(object->readCount, MAX_SIZE); in configDmaRx()
944 txSize = MIN(object->writeCount, MAX_SIZE); in configDmaTx()
/hal_ti-latest/simplelink/source/ti/drivers/rf/
DRFCC26X2_multiMode.c132 #ifdef MIN
133 #undef MIN
138 #define MIN(x,y) (((x) < (y)) ? (x) : (y)) macro
1838 *dispatchTimeClockTicks = MIN(deltaTimeCmdClockTicks, deltaTimeRatClockTicks); in RF_calculateDispatchTime()
/hal_ti-latest/simplelink/source/ti/devices/cc13x2_cc26x2/driverlib/
Dpka.c103 #define MIN(x,y) (((x) < (y)) ? (x) : (y)) macro
/hal_ti-latest/simplelink/source/ti/devices/cc13x2x7_cc26x2x7/driverlib/
Dpka.c105 #define MIN(x,y) (((x) < (y)) ? (x) : (y)) macro