GPIO drive strength selection. More...

Macros

#define GPIO_STRENGTH_LOW   LL_GPIO_STRENGTH_LOW
 
#define GPIO_STRENGTH_MEDIUM   LL_GPIO_STRENGTH_MEDIUM
 
#define GPIO_STRENGTH_HIGH   LL_GPIO_STRENGTH_HIGH
 
#define GPIO_STRENGTH_ULTRA   LL_GPIO_STRENGTH_ULTRA
 

Detailed Description

GPIO drive strength selection.

Macro Definition Documentation

◆ GPIO_STRENGTH_HIGH

#define GPIO_STRENGTH_HIGH   LL_GPIO_STRENGTH_HIGH

Select high output driver strength

Definition at line 210 of file gr55xx_hal_gpio.h.

◆ GPIO_STRENGTH_LOW

#define GPIO_STRENGTH_LOW   LL_GPIO_STRENGTH_LOW

Select low output driver strength

Definition at line 208 of file gr55xx_hal_gpio.h.

◆ GPIO_STRENGTH_MEDIUM

#define GPIO_STRENGTH_MEDIUM   LL_GPIO_STRENGTH_MEDIUM

Select medium output driver strength

Definition at line 209 of file gr55xx_hal_gpio.h.

◆ GPIO_STRENGTH_ULTRA

#define GPIO_STRENGTH_ULTRA   LL_GPIO_STRENGTH_ULTRA

Select high output driver strength

Definition at line 211 of file gr55xx_hal_gpio.h.