|
STM32F479xx HAL User Manual
|
Defines | |
| #define | LL_GPIO_OUTPUT_PUSHPULL (0x00000000U) |
| #define | LL_GPIO_OUTPUT_OPENDRAIN GPIO_OTYPER_OT_0 |
| #define LL_GPIO_OUTPUT_OPENDRAIN GPIO_OTYPER_OT_0 |
Select open-drain as output type
Definition at line 149 of file stm32f4xx_ll_gpio.h.
| #define LL_GPIO_OUTPUT_PUSHPULL (0x00000000U) |
Select push-pull as output type
Definition at line 148 of file stm32f4xx_ll_gpio.h.
Referenced by LL_GPIO_StructInit().
1.7.6.1