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()
1030 std::variant<bool> respValue; in getPresentCpus() local1038 resp.read(respValue); in getPresentCpus()1046 auto* present = std::get_if<bool>(&respValue); in getPresentCpus()
2626 auto respValue = std::get_if<bool>(&resp); in getProperty() local2627 if (!respValue) in getProperty()2633 return (*respValue); in getProperty()