Searched refs:thresholdHigh (Results 1 – 3 of 3) sorted by relevance
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() argument212 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() argument344 if (thresholdHigh < currentThresholdHigh) { in updateThresholds()[all …]
47 return notifyObject->thresholdHigh; in Temperature_getThresholdHigh()61 int16_t *thresholdHigh, in Temperature_getThresholdRange() argument63 *thresholdHigh = notifyObject->thresholdHigh; in Temperature_getThresholdRange()
324 int16_t thresholdHigh; /*!< High threshold in degrees C */ member375 int16_t thresholdHigh,443 int16_t thresholdHigh,518 int16_t *thresholdHigh,