Home
last modified time | relevance | path

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

/openbmc/phosphor-power/phosphor-power-sequencer/src/
H A Dconfig_file_parser.cpp309 const json& addressElement = getRequiredProperty(element, "address"); in parseI2CInterface() local
310 uint16_t address = parseHexByte(addressElement, variables); in parseI2CInterface()
/openbmc/phosphor-power/phosphor-regulators/src/
H A Dconfig_file_parser.cpp579 const json& addressElement = getRequiredProperty(element, "address"); in parseI2CInterface() local
580 uint8_t address = parseHexByte(addressElement); in parseI2CInterface()