Searched refs:respValue (Results 1 – 3 of 3) sorted by relevance
86 double respValue = (resp / 100.0) * pwmMax; in PwmSensor() local88 auto respInt = static_cast<uint32_t>(std::round(respValue)); in PwmSensor()
1029 std::variant<bool> respValue; in getPresentCpus() local1037 resp.read(respValue); in getPresentCpus()1045 auto* present = std::get_if<bool>(&respValue); in getPresentCpus()
2583 auto respValue = std::get_if<bool>(&resp); in getProperty() local2584 if (!respValue) in getProperty()2590 return (*respValue); in getProperty()