Searched refs:MIN (Results 1 – 5 of 5) sorted by relevance
| /hal_ti-latest/simplelink/source/ti/drivers/temperature/ |
| D | TemperatureCC26X2.c | 54 #define MIN(x,y) (((x) < (y)) ? (x) : (y)) macro 277 nextThresholdHigh = MIN(nextThresholdHigh, in setNextThresholds()
|
| /hal_ti-latest/simplelink/source/ti/drivers/uart2/ |
| D | UART2CC32XX.c | 69 #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/ |
| D | RFCC26X2_multiMode.c | 132 #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/ |
| D | pka.c | 103 #define MIN(x,y) (((x) < (y)) ? (x) : (y)) macro
|
| /hal_ti-latest/simplelink/source/ti/devices/cc13x2x7_cc26x2x7/driverlib/ |
| D | pka.c | 105 #define MIN(x,y) (((x) < (y)) ? (x) : (y)) macro
|