Home
last modified time | relevance | path

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

/openbmc/phosphor-power/phosphor-regulators/src/
H A Dphase_fault_detection.cpp97 unsigned short& faultCount = in checkForPhaseFault() local
104 faultCount = 0; in checkForPhaseFault()
109 ++faultCount; in checkForPhaseFault()
114 regulator.getID() + ": count=" + std::to_string(faultCount)); in checkForPhaseFault()
117 if (faultCount >= requiredConsecutiveFaults) in checkForPhaseFault()