STM32L486xx HAL User Manual
Defines
UART Advanced Feature AutoBaud Rate Mode
UART Exported Constants

Defines

#define UART_ADVFEATURE_AUTOBAUDRATE_ONSTARTBIT   0x00000000U
#define UART_ADVFEATURE_AUTOBAUDRATE_ONFALLINGEDGE   USART_CR2_ABRMODE_0
#define UART_ADVFEATURE_AUTOBAUDRATE_ON0X7FFRAME   USART_CR2_ABRMODE_1
#define UART_ADVFEATURE_AUTOBAUDRATE_ON0X55FRAME   USART_CR2_ABRMODE

Define Documentation

#define UART_ADVFEATURE_AUTOBAUDRATE_ON0X55FRAME   USART_CR2_ABRMODE

Auto Baud rate detection on 0x55 frame detection

Definition at line 457 of file stm32l4xx_hal_uart.h.

#define UART_ADVFEATURE_AUTOBAUDRATE_ON0X7FFRAME   USART_CR2_ABRMODE_1

Auto Baud rate detection on 0x7F frame detection

Definition at line 456 of file stm32l4xx_hal_uart.h.

#define UART_ADVFEATURE_AUTOBAUDRATE_ONFALLINGEDGE   USART_CR2_ABRMODE_0

Auto Baud rate detection on falling edge

Definition at line 455 of file stm32l4xx_hal_uart.h.

#define UART_ADVFEATURE_AUTOBAUDRATE_ONSTARTBIT   0x00000000U

Auto Baud rate detection on start bit

Definition at line 454 of file stm32l4xx_hal_uart.h.