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 228 of file hal_gpio.h.

◆ GPIO_STRENGTH_LOW

#define GPIO_STRENGTH_LOW   LL_GPIO_STRENGTH_LOW

Select low output driver strength

Definition at line 226 of file hal_gpio.h.

◆ GPIO_STRENGTH_MEDIUM

#define GPIO_STRENGTH_MEDIUM   LL_GPIO_STRENGTH_MEDIUM

Select medium output driver strength

Definition at line 227 of file hal_gpio.h.

◆ GPIO_STRENGTH_ULTRA

#define GPIO_STRENGTH_ULTRA   LL_GPIO_STRENGTH_ULTRA

Select high output driver strength

Definition at line 229 of file hal_gpio.h.