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... | |
GPIO Pull-Up or Pull-Down Activation.
| #define GPIO_NOPULL LL_GPIO_PULL_NO |
No Pull-up or Pull-down activation
Definition at line 179 of file gr55xx_hal_gpio.h.
| #define GPIO_PULLDOWN LL_GPIO_PULL_DOWN |
Pull-down activation
Definition at line 181 of file gr55xx_hal_gpio.h.
| #define GPIO_PULLUP LL_GPIO_PULL_UP |
Pull-up activation
Definition at line 180 of file gr55xx_hal_gpio.h.