+ Collaboration diagram for Pull Up Pull Down:

Macros

#define LL_AON_GPIO_PULL_NO   LL_AON_GPIO_RE_N
 Select I/O no pull. More...
 
#define LL_AON_GPIO_PULL_UP   LL_AON_GPIO_RTYP
 Select I/O pull up. More...
 
#define LL_AON_GPIO_PULL_DOWN   ((uint32_t)0x0U)
 Select I/O pull down. More...
 

Detailed Description

Macro Definition Documentation

◆ LL_AON_GPIO_PULL_DOWN

#define LL_AON_GPIO_PULL_DOWN   ((uint32_t)0x0U)

Select I/O pull down.

Definition at line 142 of file gr55xx_ll_aon_gpio.h.

◆ LL_AON_GPIO_PULL_NO

#define LL_AON_GPIO_PULL_NO   LL_AON_GPIO_RE_N

Select I/O no pull.

Definition at line 140 of file gr55xx_ll_aon_gpio.h.

◆ LL_AON_GPIO_PULL_UP

#define LL_AON_GPIO_PULL_UP   LL_AON_GPIO_RTYP

Select I/O pull up.

Definition at line 141 of file gr55xx_ll_aon_gpio.h.