7#ifndef CORE_5D661AE5_4049_48F8_AEED_55AAE9EF6F86
8#define CORE_5D661AE5_4049_48F8_AEED_55AAE9EF6F86
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::gpio3::GPIO :
unsigned int {
35 P3_0 = +core::mux::Mux::P3_0_GPIO,
36 P3_1 = +core::mux::Mux::P3_1_GPIO,
37 P3_6 = +core::mux::Mux::P3_6_GPIO,
38 P3_7 = +core::mux::Mux::P3_7_GPIO,
39 P3_8 = +core::mux::Mux::P3_8_GPIO,
40 P3_9 = +core::mux::Mux::P3_9_GPIO,
41 P3_10 = +core::mux::Mux::P3_10_GPIO,
42 P3_11 = +core::mux::Mux::P3_11_GPIO,
43 P3_12 = +core::mux::Mux::P3_12_GPIO,
44 P3_13 = +core::mux::Mux::P3_13_GPIO,
45 P3_14 = +core::mux::Mux::P3_14_GPIO,
46 P3_15 = +core::mux::Mux::P3_15_GPIO,
47 P3_27 = +core::mux::Mux::P3_27_GPIO,
48 P3_28 = +core::mux::Mux::P3_28_GPIO,
49 P3_29 = +core::mux::Mux::P3_29_GPIO,
50 P3_30 = +core::mux::Mux::P3_30_GPIO,
51 P3_31 = +core::mux::Mux::P3_31_GPIO
Definition core/src/mux/gpio3/GPIO.h:23