Macros

#define LL_AON_GPIO_PULL_NO   ((uint32_t)0x0U)
 
#define LL_AON_GPIO_PULL_UP   ((uint32_t)0x1U)
 
#define LL_AON_GPIO_PULL_DOWN   ((uint32_t)0x2U)
 

Detailed Description

Macro Definition Documentation

◆ LL_AON_GPIO_PULL_DOWN

#define LL_AON_GPIO_PULL_DOWN   ((uint32_t)0x2U)

Select I/O pull down

Definition at line 169 of file ll_aon_gpio.h.

◆ LL_AON_GPIO_PULL_NO

#define LL_AON_GPIO_PULL_NO   ((uint32_t)0x0U)

Select I/O no pull

Definition at line 167 of file ll_aon_gpio.h.

◆ LL_AON_GPIO_PULL_UP

#define LL_AON_GPIO_PULL_UP   ((uint32_t)0x1U)

Select I/O pull up

Definition at line 168 of file ll_aon_gpio.h.