STM32L443xx HAL User Manual
|
Defines | |
#define | UART_ADVFEATURE_AUTOBAUDRATE_DISABLE 0x00000000U |
#define | UART_ADVFEATURE_AUTOBAUDRATE_ENABLE USART_CR2_ABREN |
#define UART_ADVFEATURE_AUTOBAUDRATE_DISABLE 0x00000000U |
RX Auto Baud rate detection enable
Definition at line 615 of file stm32l4xx_hal_uart.h.
#define UART_ADVFEATURE_AUTOBAUDRATE_ENABLE USART_CR2_ABREN |
RX Auto Baud rate detection disable
Definition at line 616 of file stm32l4xx_hal_uart.h.
Referenced by UART_AdvFeatureConfig().