Home
last modified time | relevance | path

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

/openbmc/dbus-sensors/src/
H A DPwmSensor.cpp88 auto respInt = static_cast<uint32_t>(std::round(respValue)); in PwmSensor() local
90 if (reqInt == respInt) in PwmSensor()