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.cpp87 _timerMode(TimerMode::func), in TachSensor()
321 if (!timerRunning() || mode != _timerMode) in startTimer()
328 _timerMode = mode; in startTimer()
H A Dtach_sensor.hpp519 TimerMode _timerMode; member in phosphor::fan::monitor::TachSensor