Macros

#define LL_AON_GPIO_PULL_NO   LL_AON_GPIO_RE_N
 
#define LL_AON_GPIO_PULL_UP   LL_AON_GPIO_RTYP
 
#define LL_AON_GPIO_PULL_DOWN   ((uint32_t)0x0U)
 

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.