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 209 of file gr55xx_ll_gpio.h.

◆ LL_GPIO_STRENGTH_LOW

#define LL_GPIO_STRENGTH_LOW   ((uint32_t)0x00U)

Select low output driver strength

Definition at line 207 of file gr55xx_ll_gpio.h.

◆ LL_GPIO_STRENGTH_MEDIUM

#define LL_GPIO_STRENGTH_MEDIUM   ((uint32_t)0x01U)

Select medium output driver strength

Definition at line 208 of file gr55xx_ll_gpio.h.

◆ LL_GPIO_STRENGTH_ULTRA

#define LL_GPIO_STRENGTH_ULTRA   ((uint32_t)0x11U)

Select high output driver strength

Definition at line 210 of file gr55xx_ll_gpio.h.