AON_GPIO Pull-Up or Pull-Down activation. More...

+ Collaboration diagram for AON_GPIO pull:

Macros

#define AON_GPIO_NOPULL   LL_AON_GPIO_PULL_NO
 No Pull-up or Pull-down activation
More...
 
#define AON_GPIO_PULLUP   LL_AON_GPIO_PULL_UP
 Pull-up activation
More...
 
#define AON_GPIO_PULLDOWN   LL_AON_GPIO_PULL_DOWN
 Pull-down activation
More...
 

Detailed Description

AON_GPIO Pull-Up or Pull-Down activation.

Macro Definition Documentation

◆ AON_GPIO_NOPULL

#define AON_GPIO_NOPULL   LL_AON_GPIO_PULL_NO

No Pull-up or Pull-down activation

Definition at line 171 of file gr55xx_hal_aon_gpio.h.

◆ AON_GPIO_PULLDOWN

#define AON_GPIO_PULLDOWN   LL_AON_GPIO_PULL_DOWN

Pull-down activation

Definition at line 173 of file gr55xx_hal_aon_gpio.h.

◆ AON_GPIO_PULLUP

#define AON_GPIO_PULLUP   LL_AON_GPIO_PULL_UP

Pull-up activation

Definition at line 172 of file gr55xx_hal_aon_gpio.h.