Macros

#define LL_GPIO_STRENGTH_LOW   ((uint32_t)0x00U)
 
#define LL_GPIO_STRENGTH_MEDIUM   ((uint32_t)0x01U)
 
#define LL_GPIO_STRENGTH_HIGH   ((uint32_t)0x10U)
 
#define LL_GPIO_STRENGTH_ULTRA   ((uint32_t)0x11U)
 

Detailed Description

Macro Definition Documentation

◆ LL_GPIO_STRENGTH_HIGH

#define LL_GPIO_STRENGTH_HIGH   ((uint32_t)0x10U)

Select high output driver strength

Definition at line 193 of file ll_gpio.h.

◆ LL_GPIO_STRENGTH_LOW

#define LL_GPIO_STRENGTH_LOW   ((uint32_t)0x00U)

Select low output driver strength

Definition at line 191 of file ll_gpio.h.

◆ LL_GPIO_STRENGTH_MEDIUM

#define LL_GPIO_STRENGTH_MEDIUM   ((uint32_t)0x01U)

Select medium output driver strength

Definition at line 192 of file ll_gpio.h.

◆ LL_GPIO_STRENGTH_ULTRA

#define LL_GPIO_STRENGTH_ULTRA   ((uint32_t)0x11U)

Select high output driver strength

Definition at line 194 of file ll_gpio.h.