Searched refs:targetIfaceMax (Results 1 – 1 of 1) sorted by relevance
37 static constexpr double targetIfaceMax = sysPwmMax; variable127 if (req > static_cast<uint64_t>(targetIfaceMax)) in PwmSensor()136 auto scaledValue = static_cast<double>(req) / targetIfaceMax; in PwmSensor()148 auto roundValue = std::round(scaledValue * targetIfaceMax); in PwmSensor()