Home
last modified time | relevance | path

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

/openbmc/phosphor-power/phosphor-regulators/src/
H A Dphase_fault_detection.cpp37 constexpr unsigned short maxActionErrorCount{3}; variable
70 if (actionErrorCount < maxActionErrorCount) in execute()