Home
last modified time | relevance | path

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

/openbmc/phosphor-power/phosphor-regulators/src/
H A Dconfig_file_parser.cpp580 const json& busElement = getRequiredProperty(element, "bus"); in parseI2CInterface() local
581 uint8_t bus = parseUint8(busElement); in parseI2CInterface()