Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink_lpf3/source/ti/drivers/batterymonitor/
DBatteryMonitorLPF3.c71 static void updateThresholds(uint16_t thresholdHigh, uint16_t thresholdLow);
207 updateThresholds(nextThresholdHigh, nextThresholdLow); in setNextThresholds()
259 static void updateThresholds(uint16_t thresholdHigh, uint16_t thresholdLow) in updateThresholds() function
383 updateThresholds(notifyObject->thresholdHigh, notifyObject->thresholdLow); in BatteryMonitor_registerNotifyHigh()
418 updateThresholds(notifyObject->thresholdHigh, notifyObject->thresholdLow); in BatteryMonitor_registerNotifyLow()
454 updateThresholds(notifyObject->thresholdHigh, notifyObject->thresholdLow); in BatteryMonitor_registerNotifyRange()
/hal_ti-latest/simplelink/source/ti/drivers/temperature/
DTemperatureCC26X2.c104 static void updateThresholds(int16_t thresholdHigh, int16_t thresholdLow);
289 updateThresholds(nextThresholdHigh, nextThresholdLow); in setNextThresholds()
343 static void updateThresholds(int16_t thresholdHigh, int16_t thresholdLow) { in updateThresholds() function
464 updateThresholds(notifyObject->thresholdHigh, notifyObject->thresholdLow); in Temperature_registerNotifyHigh()
497 updateThresholds(notifyObject->thresholdHigh, notifyObject->thresholdLow); in Temperature_registerNotifyLow()
531 updateThresholds(notifyObject->thresholdHigh, notifyObject->thresholdLow); in Temperature_registerNotifyRange()
/hal_ti-latest/simplelink_lpf3/source/ti/drivers/temperature/
DTemperatureLPF3.c99 static void updateThresholds(int16_t thresholdHigh, int16_t thresholdLow);
242 updateThresholds(nextThresholdHigh, nextThresholdLow); in setNextThresholds()
295 static void updateThresholds(int16_t thresholdHigh, int16_t thresholdLow) in updateThresholds() function
431 updateThresholds(notifyObject->thresholdHigh, notifyObject->thresholdLow); in Temperature_registerNotifyHigh()
466 updateThresholds(notifyObject->thresholdHigh, notifyObject->thresholdLow); in Temperature_registerNotifyLow()
502 updateThresholds(notifyObject->thresholdHigh, notifyObject->thresholdLow); in Temperature_registerNotifyRange()