Home
last modified time | relevance | path

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

/openbmc/phosphor-power/phosphor-power-sequencer/src/
H A Ducd90160_device.cpp37 static constexpr std::array<const char*, 26> gpioNames = { variable
51 if (values.size() != gpioNames.size()) in storeGPIOValues()
62 auto namesSpan = std::span{gpioNames}; in storeGPIOValues()
65 for (unsigned int i = 0; i < gpioNames.size(); ++i) in storeGPIOValues()
67 additionalData.emplace(gpioNames[i], std::format("{}", values[i])); in storeGPIOValues()
70 unsigned int gpiosLeft = gpioNames.size() - i; in storeGPIOValues()