STM32L486xx HAL User Manual
Defines
Driver Enable Polarity
LPUART Exported Constants

Defines

#define LL_LPUART_DE_POLARITY_HIGH   0x00000000U
#define LL_LPUART_DE_POLARITY_LOW   USART_CR3_DEP

Define Documentation

#define LL_LPUART_DE_POLARITY_HIGH   0x00000000U

DE signal is active high

Definition at line 421 of file stm32l4xx_ll_lpuart.h.

#define LL_LPUART_DE_POLARITY_LOW   USART_CR3_DEP

DE signal is active low

Definition at line 422 of file stm32l4xx_ll_lpuart.h.