STM32L486xx HAL User Manual
Defines
GPIO pull
GPIO Exported Constants

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

Defines

#define GPIO_NOPULL   ((uint32_t)0x00000000)
#define GPIO_PULLUP   ((uint32_t)0x00000001)
#define GPIO_PULLDOWN   ((uint32_t)0x00000002)

Detailed Description

GPIO Pull-Up or Pull-Down Activation.


Define Documentation

#define GPIO_NOPULL   ((uint32_t)0x00000000)

No Pull-up or Pull-down activation

Definition at line 166 of file stm32l4xx_hal_gpio.h.

Referenced by HAL_RCC_MCOConfig(), and HAL_RCCEx_EnableLSCO().

#define GPIO_PULLDOWN   ((uint32_t)0x00000002)

Pull-down activation

Definition at line 168 of file stm32l4xx_hal_gpio.h.

#define GPIO_PULLUP   ((uint32_t)0x00000001)

Pull-up activation

Definition at line 167 of file stm32l4xx_hal_gpio.h.