STM32L443xx HAL User Manual
|
Defines | |
#define | LL_GPIO_PULL_NO (0x00000000U) |
#define | LL_GPIO_PULL_UP GPIO_PUPDR_PUPD0_0 |
#define | LL_GPIO_PULL_DOWN GPIO_PUPDR_PUPD0_1 |
#define LL_GPIO_PULL_DOWN GPIO_PUPDR_PUPD0_1 |
Select I/O pull down
Definition at line 181 of file stm32l4xx_ll_gpio.h.
#define LL_GPIO_PULL_NO (0x00000000U) |
Select I/O no pull
Definition at line 179 of file stm32l4xx_ll_gpio.h.
Referenced by LL_GPIO_StructInit().
#define LL_GPIO_PULL_UP GPIO_PUPDR_PUPD0_0 |
Select I/O pull up
Definition at line 180 of file stm32l4xx_ll_gpio.h.