STM32F439xx HAL User Manual
Defines
Pull Up Pull Down
GPIO Exported Constants

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 Documentation

#define LL_GPIO_PULL_DOWN   GPIO_PUPDR_PUPDR0_1

Select I/O pull down

Definition at line 186 of file stm32f4xx_ll_gpio.h.

#define LL_GPIO_PULL_NO   (0x00000000U)

Select I/O no pull

Definition at line 184 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 185 of file stm32f4xx_ll_gpio.h.