STM32L443xx HAL User Manual
|
Defines | |
#define | LL_GPIO_OUTPUT_PUSHPULL (0x00000000U) |
#define | LL_GPIO_OUTPUT_OPENDRAIN GPIO_OTYPER_OT0 |
#define LL_GPIO_OUTPUT_OPENDRAIN GPIO_OTYPER_OT0 |
Select open-drain as output type
Definition at line 156 of file stm32l4xx_ll_gpio.h.
#define LL_GPIO_OUTPUT_PUSHPULL (0x00000000U) |
Select push-pull as output type
Definition at line 155 of file stm32l4xx_ll_gpio.h.
Referenced by LL_GPIO_StructInit().