Home
last modified time | relevance | path

Searched defs:INPUT_NUM (Results 1 – 2 of 2) sorted by relevance

/openbmc/witherspoon-pfault-analysis/
H A Delog-errors.hpp236 struct INPUT_NUM struct
243 static constexpr auto str_short = "INPUT_NUM";
244 using type = std::tuple<std::decay_t<decltype("INPUT_NUM=%d")>, uint16_t>;
245 explicit constexpr INPUT_NUM(uint16_t a) : in INPUT_NUM() argument
247 type _entry;
282 using INPUT_NUM = _PowerSequencerPGOODFault::INPUT_NUM; typedef
/openbmc/phosphor-power/
H A Delog-errors.hpp1531 struct INPUT_NUM struct
1538 static constexpr auto str_short = "INPUT_NUM";
1539 using type = std::tuple<std::decay_t<decltype("INPUT_NUM=%d")>, uint16_t>;
1540 explicit constexpr INPUT_NUM(uint16_t a) : in INPUT_NUM() argument
1542 type _entry;
1577 using INPUT_NUM = _PowerSequencerPGOODFault::INPUT_NUM; typedef