Home
last modified time | relevance | path

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

/openbmc/phosphor-power/phosphor-power-supply/
H A Dpower_supply.cpp1186 auto inputVoltageStr = pmbusIntf->readString(READ_VIN, Type::Hwmon); in getInputVoltage() local
1189 actualInputVoltage = std::stod(inputVoltageStr) / 1000; in getInputVoltage()