Searched defs:thresholdHigh (Results 1 – 8 of 8) sorted by relevance
| /hal_ti-latest/simplelink_lpf3/source/ti/drivers/batterymonitor/ |
| D | BatteryMonitorLPF3.c | 127 static void setBatUpperLimit(uint16_t thresholdHigh) in setBatUpperLimit() 259 static void updateThresholds(uint16_t thresholdHigh, uint16_t thresholdLow) in updateThresholds() 359 uint16_t thresholdHigh, in BatteryMonitor_registerNotifyHigh() 429 uint16_t thresholdHigh, in BatteryMonitor_registerNotifyRange()
|
| /hal_ti-latest/simplelink/source/ti/drivers/temperature/ |
| D | TemperatureCC26X2.c | 211 static void setTempUpperLimit(int16_t thresholdHigh) { in setTempUpperLimit() 343 static void updateThresholds(int16_t thresholdHigh, int16_t thresholdLow) { in updateThresholds() 442 int16_t thresholdHigh, in Temperature_registerNotifyHigh() 508 int16_t thresholdHigh, in Temperature_registerNotifyRange()
|
| /hal_ti-latest/simplelink_lpf3/source/ti/drivers/temperature/ |
| D | TemperatureLPF3.c | 162 static void setTempUpperLimit(int16_t thresholdHigh) in setTempUpperLimit() 295 static void updateThresholds(int16_t thresholdHigh, int16_t thresholdLow) in updateThresholds() 407 int16_t thresholdHigh, in Temperature_registerNotifyHigh() 477 int16_t thresholdHigh, in Temperature_registerNotifyRange()
|
| /hal_ti-latest/simplelink_lpf3/source/ti/drivers/ |
| D | BatteryMonitor.h | 306 uint16_t thresholdHigh; /*!< High threshold in millivolts */ member 505 uint16_t *thresholdHigh, in BatteryMonitor_getThresholdRange()
|
| D | Temperature.c | 62 void Temperature_getThresholdRange(Temperature_NotifyObj *notifyObject, int16_t *thresholdHigh, int… in Temperature_getThresholdRange()
|
| D | Temperature.h | 325 int16_t thresholdHigh; /*!< High threshold in degrees C */ member
|
| /hal_ti-latest/simplelink/source/ti/drivers/ |
| D | Temperature.c | 61 int16_t *thresholdHigh, in Temperature_getThresholdRange()
|
| D | Temperature.h | 324 int16_t thresholdHigh; /*!< High threshold in degrees C */ member
|