Home
last modified time | relevance | path

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

/openbmc/dbus-sensors/src/nvme/
H A DNVMeSensorMain.cpp209 std::optional<std::string> smbusPECStr = extractPEC(sensorConfig); in handleSensorConfigurations() local
210 if (smbusPECStr) in handleSensorConfigurations()
212 smbusPEC = (*smbusPECStr == "Required"); in handleSensorConfigurations()