Macros

#define LL_GPIO_MODE_INPUT   ((uint32_t)0x0U)
 
#define LL_GPIO_MODE_OUTPUT   ((uint32_t)0x1U)
 
#define LL_GPIO_MODE_MUX   ((uint32_t)0x2U)
 

Detailed Description

Macro Definition Documentation

◆ LL_GPIO_MODE_INPUT

#define LL_GPIO_MODE_INPUT   ((uint32_t)0x0U)

Select input mode

Definition at line 141 of file gr55xx_ll_gpio.h.

◆ LL_GPIO_MODE_MUX

#define LL_GPIO_MODE_MUX   ((uint32_t)0x2U)

Select mux peripheral mode

Definition at line 143 of file gr55xx_ll_gpio.h.

◆ LL_GPIO_MODE_OUTPUT

#define LL_GPIO_MODE_OUTPUT   ((uint32_t)0x1U)

Select output mode

Definition at line 142 of file gr55xx_ll_gpio.h.