Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink_lpf3/source/ti/drivers/batterymonitor/
DBatteryMonitorLPF3.c183 int16_t nextThresholdLow = INVALID_VOLTAGE_MIN; in setNextThresholds() local
198 nextThresholdLow = Math_MAX(nextThresholdLow, notifyObject->thresholdLow); in setNextThresholds()
207 updateThresholds(nextThresholdHigh, nextThresholdLow); in setNextThresholds()
/hal_ti-latest/simplelink/source/ti/drivers/temperature/
DTemperatureCC26X2.c264 int16_t nextThresholdLow = INVALID_TEMPERATURE_MIN; in setNextThresholds() local
279 nextThresholdLow = MAX(nextThresholdLow, in setNextThresholds()
289 updateThresholds(nextThresholdHigh, nextThresholdLow); in setNextThresholds()
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/temperature/
DTemperatureLPF3.c218 int16_t nextThresholdLow = INVALID_TEMPERATURE_MIN; in setNextThresholds() local
233 nextThresholdLow = Math_MAX(nextThresholdLow, notifyObject->thresholdLow); in setNextThresholds()
242 updateThresholds(nextThresholdHigh, nextThresholdLow); in setNextThresholds()