STM32H735xx 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 606 of file stm32h7xx_hal_uart.h.

#define UART_ADVFEATURE_AUTOBAUDRATE_ENABLE   USART_CR2_ABREN

RX Auto Baud rate detection disable

Definition at line 607 of file stm32h7xx_hal_uart.h.

Referenced by UART_AdvFeatureConfig().