![]() |
STM32F769IDiscovery
1.00
uDANTE Audio Networking with STM32F7 DISCO board
|
GPIO Pull-Up or Pull-Down Activation. More...
Macros | |
#define | GPIO_NOPULL ((uint32_t)0x00000000U) |
#define | GPIO_PULLUP ((uint32_t)0x00000001U) |
#define | GPIO_PULLDOWN ((uint32_t)0x00000002U) |
GPIO Pull-Up or Pull-Down Activation.
#define GPIO_NOPULL ((uint32_t)0x00000000U) |
No Pull-up or Pull-down activation
Definition at line 172 of file stm32f7xx_hal_gpio.h.
#define GPIO_PULLDOWN ((uint32_t)0x00000002U) |
Pull-down activation
Definition at line 174 of file stm32f7xx_hal_gpio.h.
#define GPIO_PULLUP ((uint32_t)0x00000001U) |
Pull-up activation
Definition at line 173 of file stm32f7xx_hal_gpio.h.