7#ifndef CORE_FBCB44EA_4249_4DC7_9FC5_25BED5EE7222
8#define CORE_FBCB44EA_4249_4DC7_9FC5_25BED5EE7222
24 enum struct GPIO :
unsigned int;
26 constexpr core::mux::Mux operator+(GPIO e) {
27 return static_cast<core::mux::Mux
>(e);
34enum struct core::mux::gpio0::GPIO :
unsigned int {
35 P0_0 = +core::mux::Mux::P0_0_GPIO,
36 P0_1 = +core::mux::Mux::P0_1_GPIO,
37 P0_2 = +core::mux::Mux::P0_2_GPIO,
38 P0_3 = +core::mux::Mux::P0_3_GPIO,
39 P0_6 = +core::mux::Mux::P0_6_GPIO,
40 P0_16 = +core::mux::Mux::P0_16_GPIO,
41 P0_17 = +core::mux::Mux::P0_17_GPIO
Definition core/src/mux/gpio0/GPIO.h:23