Home
last modified time | relevance | path

Searched refs:Math_MIN (Results 1 – 3 of 3) sorted by relevance

/hal_ti-latest/simplelink_lpf3/source/ti/drivers/utils/
DMath.h59 #define Math_MIN(x, y) (((x) < (y)) ? (x) : (y)) macro
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/batterymonitor/
DBatteryMonitorLPF3.c197 nextThresholdHigh = Math_MIN(nextThresholdHigh, notifyObject->thresholdHigh); in setNextThresholds()
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/temperature/
DTemperatureLPF3.c232 nextThresholdHigh = Math_MIN(nextThresholdHigh, notifyObject->thresholdHigh); in setNextThresholds()