Home
last modified time | relevance | path

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

/hal_ti-2.7.6/simplelink/source/ti/drivers/temperature/
DTemperatureCC26X2.c104 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-2.7.6/simplelink/source/ti/drivers/
DTemperature.c47 return notifyObject->thresholdHigh; in Temperature_getThresholdHigh()
61 int16_t *thresholdHigh, in Temperature_getThresholdRange() argument
63 *thresholdHigh = notifyObject->thresholdHigh; in Temperature_getThresholdRange()
DTemperature.h324 int16_t thresholdHigh; /*!< High threshold in degrees C */ member
375 int16_t thresholdHigh,
443 int16_t thresholdHigh,
518 int16_t *thresholdHigh,