STM32H735xx 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 461 of file stm32h7xx_hal_uart.h.
#define UART_ADVFEATURE_AUTOBAUDRATE_ON0X7FFRAME USART_CR2_ABRMODE_1 |
Auto Baud rate detection on 0x7F frame detection
Definition at line 459 of file stm32h7xx_hal_uart.h.
#define UART_ADVFEATURE_AUTOBAUDRATE_ONFALLINGEDGE USART_CR2_ABRMODE_0 |
Auto Baud rate detection on falling edge
Definition at line 457 of file stm32h7xx_hal_uart.h.
#define UART_ADVFEATURE_AUTOBAUDRATE_ONSTARTBIT 0x00000000U |
Auto Baud rate detection on start bit
Definition at line 455 of file stm32h7xx_hal_uart.h.