STM32L486xx HAL User Manual
Defines
UART Advanced Feature RX Pin Active Level Inversion
UART Exported Constants

Defines

#define UART_ADVFEATURE_RXINV_DISABLE   0x00000000U
#define UART_ADVFEATURE_RXINV_ENABLE   USART_CR2_RXINV

Define Documentation

#define UART_ADVFEATURE_RXINV_DISABLE   0x00000000U

RX pin active level inversion disable

Definition at line 565 of file stm32l4xx_hal_uart.h.

#define UART_ADVFEATURE_RXINV_ENABLE   USART_CR2_RXINV

RX pin active level inversion enable

Definition at line 566 of file stm32l4xx_hal_uart.h.