45 uint32_t masked_reg32;
void syscon_sel_af(uint16_t gpios, bool af_en)
Select the alternative function of a Group of Pins.
void syscon_pullup(uint16_t gpios, bool en)
Enable the internal pull-up of a Group of Pins.
void syscon_sel_swd(bool en)
Select the SWD function of GPIO 1/2.
void syscon_input_enable(uint16_t gpios, bool en)
Enable the input function of a Group of Pins.
#define SYSCON_SWD_SEL
SWD Enable register.
#define SYSCON_PORTA_SEL
Pin Alternate function selection register.
#define SYSCON_PORTA_PULLUP
Pin Pull up register.
#define SYSCON_PORTA_INEN
Pin Input enable register.