Home
last modified time | relevance | path

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

/openbmc/phosphor-power/phosphor-regulators/src/
H A Dconfig_file_parser.cpp464 const json& countElement = getRequiredProperty(element, "count"); in parseI2CCaptureBytes() local
465 uint8_t count = parseUint8(countElement); in parseI2CCaptureBytes()