Searched refs:lowerValue (Results 1 – 1 of 1) sorted by relevance
664 void updateWarningThreshold(uint8_t lowerValue, uint8_t upperValue, in updateWarningThreshold() argument667 resp.lowerNonCritical = lowerValue; in updateWarningThreshold()669 if (lowerValue) in updateWarningThreshold()685 resp.lowerCritical = lowerValue; in updateCriticalThreshold()687 if (lowerValue) in updateCriticalThreshold()703 resp.lowerNonRecoverable = lowerValue; in updateNonRecoverableThreshold()705 if (lowerValue) in updateNonRecoverableThreshold()773 uint8_t lowerValue = 0; in getSensorThresholds() local779 lowerValue = in getSensorThresholds()794 updateWarningThreshold(lowerValue, upperValue, resp); in getSensorThresholds()[all …]