Home
last modified time | relevance | path

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

/openbmc/dbus-sensors/src/
H A DPwmSensor.cpp34 static constexpr double sysPwmMax = 255.0; variable
37 static constexpr double targetIfaceMax = sysPwmMax;
59 pwmMax = sysPwmMax; in PwmSensor()