STM32H735xx HAL User Manual
Defines
Output Type
GPIO Exported Constants

Defines

#define LL_GPIO_OUTPUT_PUSHPULL   (0x00000000U)
#define LL_GPIO_OUTPUT_OPENDRAIN   GPIO_OTYPER_OT0

Define Documentation

#define LL_GPIO_OUTPUT_OPENDRAIN   GPIO_OTYPER_OT0

Select open-drain as output type

Definition at line 148 of file stm32h7xx_ll_gpio.h.

#define LL_GPIO_OUTPUT_PUSHPULL   (0x00000000U)

Select push-pull as output type

Definition at line 147 of file stm32h7xx_ll_gpio.h.

Referenced by LL_GPIO_StructInit().