STM32F103xB HAL User Manual
Defines
Output Type
GPIO Exported Constants

Defines

#define LL_GPIO_OUTPUT_PUSHPULL   0x00000000U
#define LL_GPIO_OUTPUT_OPENDRAIN   GPIO_CRL_CNF0_0

Define Documentation

#define LL_GPIO_OUTPUT_OPENDRAIN   GPIO_CRL_CNF0_0

Select open-drain as output type

Definition at line 156 of file stm32f1xx_ll_gpio.h.

Referenced by LL_GPIO_StructInit().

#define LL_GPIO_OUTPUT_PUSHPULL   0x00000000U

Select push-pull as output type

Definition at line 155 of file stm32f1xx_ll_gpio.h.