Searched refs:thresholdHigh (Results 1 – 8 of 8) 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); 74 static void setBatUpperLimit(uint16_t thresholdHigh); 127 static void setBatUpperLimit(uint16_t thresholdHigh) in setBatUpperLimit() argument 129 uint32_t voltageCode = millivoltsToCode(thresholdHigh); in setBatUpperLimit() 133 currentThresholdHigh = thresholdHigh; in setBatUpperLimit() 197 nextThresholdHigh = Math_MIN(nextThresholdHigh, notifyObject->thresholdHigh); in setNextThresholds() 237 … if (currentVoltage <= notifyObject->thresholdLow || currentVoltage >= notifyObject->thresholdHigh) in walkNotifyList() 244 … : notifyObject->thresholdHigh; in walkNotifyList() 259 static void updateThresholds(uint16_t thresholdHigh, uint16_t thresholdLow) in updateThresholds() argument 261 if (thresholdHigh < currentThresholdHigh) in updateThresholds() [all …]
|
| /hal_ti-latest/simplelink/source/ti/drivers/temperature/ |
| D | TemperatureCC26X2.c | 104 static void updateThresholds(int16_t thresholdHigh, int16_t thresholdLow); 107 static void setTempUpperLimit(int16_t thresholdHigh); 211 static void setTempUpperLimit(int16_t thresholdHigh) { in setTempUpperLimit() argument 212 uint32_t temperatureCode = degreesToCode(thresholdHigh + DISTRIBUTION_OFFSET); in setTempUpperLimit() 216 currentThresholdHigh = thresholdHigh; in setTempUpperLimit() 278 notifyObject->thresholdHigh); in setNextThresholds() 319 currentTemperature >= notifyObject->thresholdHigh) { in walkNotifyList() 325 notifyObject->thresholdLow : notifyObject->thresholdHigh; in walkNotifyList() 343 static void updateThresholds(int16_t thresholdHigh, int16_t thresholdLow) { in updateThresholds() argument 344 if (thresholdHigh < currentThresholdHigh) { in updateThresholds() [all …]
|
| /hal_ti-latest/simplelink_lpf3/source/ti/drivers/temperature/ |
| D | TemperatureLPF3.c | 99 static void updateThresholds(int16_t thresholdHigh, int16_t thresholdLow); 102 static void setTempUpperLimit(int16_t thresholdHigh); 162 static void setTempUpperLimit(int16_t thresholdHigh) in setTempUpperLimit() argument 164 uint32_t temperatureCode = degreesToCode(thresholdHigh + DISTRIBUTION_OFFSET); in setTempUpperLimit() 168 currentThresholdHigh = thresholdHigh; in setTempUpperLimit() 232 nextThresholdHigh = Math_MIN(nextThresholdHigh, notifyObject->thresholdHigh); in setNextThresholds() 273 …rentTemperature <= notifyObject->thresholdLow || currentTemperature >= notifyObject->thresholdHigh) in walkNotifyList() 280 … : notifyObject->thresholdHigh; in walkNotifyList() 295 static void updateThresholds(int16_t thresholdHigh, int16_t thresholdLow) in updateThresholds() argument 297 if (thresholdHigh < currentThresholdHigh) in updateThresholds() [all …]
|
| /hal_ti-latest/simplelink_lpf3/source/ti/drivers/ |
| D | BatteryMonitor.h | 306 uint16_t thresholdHigh; /*!< High threshold in millivolts */ member 357 uint16_t thresholdHigh, 425 uint16_t thresholdHigh, 463 return notifyObject->thresholdHigh; in BatteryMonitor_getThresholdHigh() 505 uint16_t *thresholdHigh, in BatteryMonitor_getThresholdRange() argument 508 *thresholdHigh = notifyObject->thresholdHigh; in BatteryMonitor_getThresholdRange()
|
| D | Temperature.c | 48 return notifyObject->thresholdHigh; in Temperature_getThresholdHigh() 62 void Temperature_getThresholdRange(Temperature_NotifyObj *notifyObject, int16_t *thresholdHigh, int… in Temperature_getThresholdRange() argument 64 *thresholdHigh = notifyObject->thresholdHigh; in Temperature_getThresholdRange()
|
| D | Temperature.h | 325 int16_t thresholdHigh; /*!< High threshold in degrees C */ member 378 int16_t thresholdHigh, 446 int16_t thresholdHigh, 519 void Temperature_getThresholdRange(Temperature_NotifyObj *notifyObject, int16_t *thresholdHigh, int…
|
| /hal_ti-latest/simplelink/source/ti/drivers/ |
| D | Temperature.c | 47 return notifyObject->thresholdHigh; in Temperature_getThresholdHigh() 61 int16_t *thresholdHigh, in Temperature_getThresholdRange() argument 63 *thresholdHigh = notifyObject->thresholdHigh; in Temperature_getThresholdRange()
|
| D | Temperature.h | 324 int16_t thresholdHigh; /*!< High threshold in degrees C */ member 375 int16_t thresholdHigh, 443 int16_t thresholdHigh, 518 int16_t *thresholdHigh,
|