STM32L486xx HAL User Manual
Defines
UART Half Duplex Selection
UART Exported Constants

Defines

#define UART_HALF_DUPLEX_DISABLE   0x00000000U
#define UART_HALF_DUPLEX_ENABLE   USART_CR3_HDSEL

Define Documentation

#define UART_HALF_DUPLEX_DISABLE   0x00000000U

UART half-duplex disabled

Definition at line 510 of file stm32l4xx_hal_uart.h.

#define UART_HALF_DUPLEX_ENABLE   USART_CR3_HDSEL

UART half-duplex enabled

Definition at line 511 of file stm32l4xx_hal_uart.h.