GPIOEx Mux function selection

Modules

 GPIO PIN common MUX selection(Available for all GPIO pins)
 
 GPIO0_PIN0 MUX selection
 
 GPIO0_PIN1 MUX selection
 
 GPIO0_PIN2 MUX selection
 
 GPIO0_PIN3 MUX selection
 
 GPIO0_PIN4 MUX selection
 
 GPIO0_PIN5 MUX selection
 
 GPIO0_PIN6 MUX selection
 
 GPIO0_PIN7 MUX selection
 
 GPIO0_PIN8 MUX selection
 
 GPIO0_PIN9 MUX selection
 
 GPIO0_PIN10 MUX selection
 
 GPIO0_PIN11 MUX selection
 
 GPIO0_PIN12 MUX selection
 
 GPIO0_PIN13 MUX selection
 
 GPIO0_PIN14 MUX selection
 
 GPIO0_PIN15 MUX selection
 
 GPIO1_PIN0 MUX selection
 
 GPIO1_PIN1 MUX selection
 
 GPIO1_PIN2 MUX selection
 
 GPIO1_PIN3 MUX selection
 
 GPIO1_PIN4 MUX selection
 
 GPIO1_PIN5 MUX selection
 
 GPIO1_PIN6 MUX selection
 
 GPIO1_PIN7 MUX selection
 
 GPIO1_PIN8 MUX selection
 
 GPIO1_PIN9 MUX selection
 
 GPIO1_PIN10 MUX selection
 
 GPIO1_PIN11 MUX selection
 
 GPIO1_PIN12 MUX selection
 
 GPIO1_PIN13 MUX selection
 
 GPIO1_PIN14 MUX selection
 
 GPIO1_PIN15 MUX selection
 

Macros

#define IS_GPIO_MUX(__MUX__)   (((__MUX__) <= GPIO_MUX_8))
 Check if GPIO Mux mode is valid. More...
 

Detailed Description

Macro Definition Documentation

◆ IS_GPIO_MUX

#define IS_GPIO_MUX (   __MUX__)    (((__MUX__) <= GPIO_MUX_8))

Check if GPIO Mux mode is valid.

Parameters
__MUX__GPIO mux mode.
Return values
SET(__ACTION__ is valid) or RESET (__ACTION__ is invalid)

Definition at line 438 of file gr55xx_hal_gpio_ex.h.