Home
last modified time | relevance | path

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

/openbmc/phosphor-power/phosphor-power-sequencer/src/
H A Dconfig_file_parser.cpp352 const json& lineElement = getRequiredProperty(element, "line"); in parseGPIO() local
353 unsigned int line = parseUnsignedInteger(lineElement, variables); in parseGPIO()