GPIO Pull-Up or Pull-Down Activation. More...

+ Collaboration diagram for GPIO pull:

Macros

#define GPIO_NOPULL   LL_GPIO_PULL_NO
 No Pull-up or Pull-down activation
More...
 
#define GPIO_PULLUP   LL_GPIO_PULL_UP
 Pull-up activation
More...
 
#define GPIO_PULLDOWN   LL_GPIO_PULL_DOWN
 Pull-down activation
More...
 

Detailed Description

GPIO Pull-Up or Pull-Down Activation.

Macro Definition Documentation

◆ GPIO_NOPULL

#define GPIO_NOPULL   LL_GPIO_PULL_NO

No Pull-up or Pull-down activation

Definition at line 179 of file gr55xx_hal_gpio.h.

◆ GPIO_PULLDOWN

#define GPIO_PULLDOWN   LL_GPIO_PULL_DOWN

Pull-down activation

Definition at line 181 of file gr55xx_hal_gpio.h.

◆ GPIO_PULLUP

#define GPIO_PULLUP   LL_GPIO_PULL_UP

Pull-up activation

Definition at line 180 of file gr55xx_hal_gpio.h.