STM32L443xx HAL User Manual
Defines
GPIO pull
GPIO Exported Constants

GPIO Pull-Up or Pull-Down Activation. More...

Defines

#define GPIO_NOPULL   0x00000000u
#define GPIO_PULLUP   0x00000001u
#define GPIO_PULLDOWN   0x00000002u

Detailed Description

GPIO Pull-Up or Pull-Down Activation.


Define Documentation

#define GPIO_NOPULL   0x00000000u

No Pull-up or Pull-down activation

Definition at line 148 of file stm32l4xx_hal_gpio.h.

Referenced by HAL_RCC_MCOConfig(), and HAL_RCCEx_EnableLSCO().

#define GPIO_PULLDOWN   0x00000002u

Pull-down activation

Definition at line 150 of file stm32l4xx_hal_gpio.h.

#define GPIO_PULLUP   0x00000001u

Pull-up activation

Definition at line 149 of file stm32l4xx_hal_gpio.h.