Macros

#define LL_AON_GPIO_STRENGTH_LOW   ((uint32_t)0x00U)
 
#define LL_AON_GPIO_STRENGTH_MEDIUM   ((uint32_t)0x01U)
 
#define LL_AON_GPIO_STRENGTH_HIGH   ((uint32_t)0x10U)
 
#define LL_AON_GPIO_STRENGTH_ULTRA   ((uint32_t)0x11U)
 

Detailed Description

Macro Definition Documentation

◆ LL_AON_GPIO_STRENGTH_HIGH

#define LL_AON_GPIO_STRENGTH_HIGH   ((uint32_t)0x10U)

Select high output driver strength

Definition at line 185 of file ll_aon_gpio.h.

◆ LL_AON_GPIO_STRENGTH_LOW

#define LL_AON_GPIO_STRENGTH_LOW   ((uint32_t)0x00U)

Select low output driver strength

Definition at line 183 of file ll_aon_gpio.h.

◆ LL_AON_GPIO_STRENGTH_MEDIUM

#define LL_AON_GPIO_STRENGTH_MEDIUM   ((uint32_t)0x01U)

Select medium output driver strength

Definition at line 184 of file ll_aon_gpio.h.

◆ LL_AON_GPIO_STRENGTH_ULTRA

#define LL_AON_GPIO_STRENGTH_ULTRA   ((uint32_t)0x11U)

Select high output driver strength

Definition at line 186 of file ll_aon_gpio.h.