Searched refs:updateThresholds (Results 1 – 3 of 3) sorted by relevance
| /hal_ti-latest/simplelink_lpf3/source/ti/drivers/batterymonitor/ |
| D | BatteryMonitorLPF3.c | 71 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/ |
| D | TemperatureCC26X2.c | 104 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/ |
| D | TemperatureLPF3.c | 99 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()
|