STM32F439xx HAL User Manual
Defines
Output Type
GPIO Exported Constants

Defines

#define LL_GPIO_OUTPUT_PUSHPULL   (0x00000000U)
#define LL_GPIO_OUTPUT_OPENDRAIN   GPIO_OTYPER_OT_0

Define Documentation

#define LL_GPIO_OUTPUT_OPENDRAIN   GPIO_OTYPER_OT_0

Select open-drain as output type

Definition at line 165 of file stm32f4xx_ll_gpio.h.

#define LL_GPIO_OUTPUT_PUSHPULL   (0x00000000U)

Select push-pull as output type

Definition at line 164 of file stm32f4xx_ll_gpio.h.

Referenced by LL_GPIO_StructInit().