STM32L486xx HAL User Manual
Defines
UART Advanced Feature RX TX Pins Swap
UART Exported Constants

Defines

#define UART_ADVFEATURE_SWAP_DISABLE   0x00000000U
#define UART_ADVFEATURE_SWAP_ENABLE   USART_CR2_SWAP

Define Documentation

#define UART_ADVFEATURE_SWAP_DISABLE   0x00000000U

TX/RX pins swap disable

Definition at line 583 of file stm32l4xx_hal_uart.h.

#define UART_ADVFEATURE_SWAP_ENABLE   USART_CR2_SWAP

TX/RX pins swap enable

Definition at line 584 of file stm32l4xx_hal_uart.h.