Searched refs:INVALID_GPIOS (Results 1 – 1 of 1) sorted by relevance
/hal_espressif-3.6.0/examples/cxx/experimental/experimental_cpp_component/ |
D | gpio_cxx.cpp | 19 constexpr std::array<uint32_t, 1> INVALID_GPIOS = {24}; variable 21 constexpr std::array<uint32_t, 1> INVALID_GPIOS = {24}; 23 constexpr std::array<uint32_t, 4> INVALID_GPIOS = {22, 23, 24, 25}; 25 constexpr std::array<uint32_t, 4> INVALID_GPIOS = {22, 23, 24, 25}; 27 constexpr std::array<uint32_t, 0> INVALID_GPIOS = {}; 47 for (auto num: INVALID_GPIOS) in check_gpio_pin_num()
|