Home
last modified time | relevance | path

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

/openbmc/phosphor-fan-presence/monitor/
H A Dtach_sensor.hpp229 inline size_t getThreshold() const in getThreshold() function in phosphor::fan::monitor::TachSensor
H A Dfan.cpp288 if (sensor.getCounter() >= sensor.getThreshold()) in process()