Macros

#define LL_GPIO_MODE_NONE   ((uint32_t)0x0U)
 
#define LL_GPIO_MODE_INPUT   ((uint32_t)0x1U)
 
#define LL_GPIO_MODE_OUTPUT   ((uint32_t)0x2U)
 
#define LL_GPIO_MODE_INOUT   ((uint32_t)0x3U)
 

Detailed Description

Macro Definition Documentation

◆ LL_GPIO_MODE_INOUT

#define LL_GPIO_MODE_INOUT   ((uint32_t)0x3U)

Select input and output mode

Definition at line 172 of file gr55xx_ll_gpio.h.

◆ LL_GPIO_MODE_INPUT

#define LL_GPIO_MODE_INPUT   ((uint32_t)0x1U)

Select input mode

Definition at line 170 of file gr55xx_ll_gpio.h.

◆ LL_GPIO_MODE_NONE

#define LL_GPIO_MODE_NONE   ((uint32_t)0x0U)

No input or output

Definition at line 169 of file gr55xx_ll_gpio.h.

◆ LL_GPIO_MODE_OUTPUT

#define LL_GPIO_MODE_OUTPUT   ((uint32_t)0x2U)

Select output mode

Definition at line 171 of file gr55xx_ll_gpio.h.