Searched refs:labelValue (Results 1 – 1 of 1) sorted by relevance
958 uint32_t labelValue{0}; in readTempSensors() local962 labelValue = readFile<uint32_t>(file.path()); in readTempSensors()1009 uint16_t type = (labelValue & 0xFF000000) >> 24; in readTempSensors()1010 uint16_t instanceID = labelValue & 0x0000FFFF; in readTempSensors()1218 std::string labelValue; in readPowerSensors() local1221 labelValue = readFile<std::string>(file.path()); in readPowerSensors()1231 auto functionID = getPowerLabelFunctionID(labelValue); in readPowerSensors()