Home
last modified time | relevance | path

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

/openbmc/phosphor-fan-presence/monitor/
H A Dtach_sensor.cpp85 _timerMode(TimerMode::func), in TachSensor()
319 if (!timerRunning() || mode != _timerMode) in startTimer()
327 _timerMode = mode; in startTimer()
H A Dtach_sensor.hpp522 TimerMode _timerMode; member in phosphor::fan::monitor::TachSensor