Symbols
loading...
Files
loading...

LL_GPIO_OUTPUT_PUSHPULL macro

Select push-pull as output type

Syntax

#define LL_GPIO_OUTPUT_PUSHPULL (0x00000000U)

Examples

LL_GPIO_OUTPUT_PUSHPULL is referenced by 14 libraries and example projects.

References

LocationText
stm32f4xx_ll_gpio.h:147
#define LL_GPIO_OUTPUT_PUSHPULL (0x00000000U) /*!< Select push-pull as output type */
stm32f4xx_ll_gpio.c:279
GPIO_InitStruct->OutputType = LL_GPIO_OUTPUT_PUSHPULL;