|
STM32F479xx HAL User Manual
|
Defines | |
| #define | LL_GPIO_PULL_NO (0x00000000U) |
| #define | LL_GPIO_PULL_UP GPIO_PUPDR_PUPDR0_0 |
| #define | LL_GPIO_PULL_DOWN GPIO_PUPDR_PUPDR0_1 |
| #define LL_GPIO_PULL_DOWN GPIO_PUPDR_PUPDR0_1 |
Select I/O pull down
Definition at line 170 of file stm32f4xx_ll_gpio.h.
| #define LL_GPIO_PULL_NO (0x00000000U) |
Select I/O no pull
Definition at line 168 of file stm32f4xx_ll_gpio.h.
Referenced by LL_GPIO_StructInit().
| #define LL_GPIO_PULL_UP GPIO_PUPDR_PUPDR0_0 |
Select I/O pull up
Definition at line 169 of file stm32f4xx_ll_gpio.h.
1.7.6.1