Home
last modified time | relevance | path

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

/openbmc/phosphor-power/phosphor-regulators/src/
H A Dconfig_file_parser.cpp842 const json& commandElement = getRequiredProperty(element, "command"); in parsePMBusReadSensor() local
843 uint8_t command = parseHexByte(commandElement); in parsePMBusReadSensor()