Home
last modified time | relevance | path

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

/openbmc/phosphor-hwmon/
H A Dthresholds.hpp81 auto alarmHighState = (*realIface.*Thresholds<T>::getAlarmHigh)(); in checkThresholds() local
95 if (alarmHighState != (value >= hi)) in checkThresholds()
158 auto alarmHighState = (*iface.*Thresholds<T>::getAlarmHigh)(); in addThreshold() local
160 if (alarmHighState != (value >= hi)) in addThreshold()