STM32H735xx HAL User Manual
|
Defines | |
#define | UART_OVERSAMPLING_16 0x00000000U |
#define | UART_OVERSAMPLING_8 USART_CR1_OVER8 |
#define UART_OVERSAMPLING_16 0x00000000U |
Oversampling by 16
Definition at line 418 of file stm32h7xx_hal_uart.h.
#define UART_OVERSAMPLING_8 USART_CR1_OVER8 |
Oversampling by 8
Definition at line 419 of file stm32h7xx_hal_uart.h.
Referenced by HAL_LIN_Init(), and UART_SetConfig().