STM32L443xx HAL User Manual
|
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 UART_ADVFEATURE_AUTOBAUDRATE_ON0X55FRAME USART_CR2_ABRMODE |
Auto Baud rate detection on 0x55 frame detection
Definition at line 470 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 468 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 466 of file stm32l4xx_hal_uart.h.
#define UART_ADVFEATURE_AUTOBAUDRATE_ONSTARTBIT 0x00000000U |
Auto Baud rate detection on start bit
Definition at line 464 of file stm32l4xx_hal_uart.h.