Home
last modified time | relevance | path

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

/openbmc/phosphor-host-ipmid/
H A Ddcmihandler.cpp771 auto tempDegrees = absTemp * scale; in readTemp() local
774 if (tempDegrees > maxTemp) in readTemp()
776 tempDegrees = maxTemp; in readTemp()
780 static_cast<uint8_t>(tempDegrees)); in readTemp()