Home
last modified time | relevance | path

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

/openbmc/phosphor-power/phosphor-regulators/src/
H A Dsensor_monitoring.cpp41 constexpr unsigned short maxErrorCount{6}; variable
67 if (errorCount < maxErrorCount) in execute()
75 if (++errorCount >= maxErrorCount) in execute()