Home
last modified time | relevance | path

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

/openbmc/phosphor-hwmon/
H A Dthresholds.hpp128 auto tLo = env::getEnv(Thresholds<T>::envLo, sensorType, sensorID); in addThreshold() local
130 if (!tLo.empty() || !tHi.empty()) in addThreshold()
136 if (!tLo.empty()) in addThreshold()
138 auto lo = stod(tLo) * std::pow(10, scale); in addThreshold()