GPIO Pull-Up or Pull-Down Activation. More...
Macros | |
#define | GPIO_NOPULL LL_GPIO_PULL_NO |
#define | GPIO_PULLUP LL_GPIO_PULL_UP |
#define | GPIO_PULLDOWN LL_GPIO_PULL_DOWN |
GPIO Pull-Up or Pull-Down Activation.
#define GPIO_NOPULL LL_GPIO_PULL_NO |
No Pull-up or Pull-down activation
Definition at line 209 of file hal_gpio.h.
#define GPIO_PULLDOWN LL_GPIO_PULL_DOWN |
Pull-down activation
Definition at line 211 of file hal_gpio.h.
#define GPIO_PULLUP LL_GPIO_PULL_UP |
Pull-up activation
Definition at line 210 of file hal_gpio.h.