Macros

#define LL_GPIO_PULL_NO   LL_GPIO_RE_N
 
#define LL_GPIO_PULL_UP   LL_GPIO_RTYP
 
#define LL_GPIO_PULL_DOWN   ((uint32_t)0x0U)
 

Detailed Description

Macro Definition Documentation

◆ LL_GPIO_PULL_DOWN

#define LL_GPIO_PULL_DOWN   ((uint32_t)0x0U)

Select I/O pull down

Definition at line 151 of file gr55xx_ll_gpio.h.

◆ LL_GPIO_PULL_NO

#define LL_GPIO_PULL_NO   LL_GPIO_RE_N

Select I/O no pull

Definition at line 149 of file gr55xx_ll_gpio.h.

◆ LL_GPIO_PULL_UP

#define LL_GPIO_PULL_UP   LL_GPIO_RTYP

Select I/O pull up

Definition at line 150 of file gr55xx_ll_gpio.h.