7#ifndef CORE_88F2BF66_2F56_4FDE_9F8C_99E3219D90BE
8#define CORE_88F2BF66_2F56_4FDE_9F8C_99E3219D90BE
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::gpio2::GPIO :
unsigned int {
35 P2_0 = +core::mux::Mux::P2_0_GPIO,
36 P2_1 = +core::mux::Mux::P2_1_GPIO,
37 P2_2 = +core::mux::Mux::P2_2_GPIO,
38 P2_3 = +core::mux::Mux::P2_3_GPIO,
39 P2_4 = +core::mux::Mux::P2_4_GPIO,
40 P2_5 = +core::mux::Mux::P2_5_GPIO,
41 P2_6 = +core::mux::Mux::P2_6_GPIO
Definition core/src/mux/gpio2/GPIO.h:23