STM32L486xx HAL User Manual
Defines
UART Advanced Feature Auto BaudRate Enable
UART Exported Constants

Defines

#define UART_ADVFEATURE_AUTOBAUDRATE_DISABLE   0x00000000U
#define UART_ADVFEATURE_AUTOBAUDRATE_ENABLE   USART_CR2_ABREN

Define Documentation

#define UART_ADVFEATURE_AUTOBAUDRATE_DISABLE   0x00000000U

RX Auto Baud rate detection enable

Definition at line 601 of file stm32l4xx_hal_uart.h.

#define UART_ADVFEATURE_AUTOBAUDRATE_ENABLE   USART_CR2_ABREN

RX Auto Baud rate detection disable

Definition at line 602 of file stm32l4xx_hal_uart.h.

Referenced by UART_AdvFeatureConfig().