STM32L486xx HAL User Manual
Defines
UART Over Sampling
UART Exported Constants

Defines

#define UART_OVERSAMPLING_16   0x00000000U
#define UART_OVERSAMPLING_8   USART_CR1_OVER8

Define Documentation

#define UART_OVERSAMPLING_16   0x00000000U

Oversampling by 16

Definition at line 414 of file stm32l4xx_hal_uart.h.

#define UART_OVERSAMPLING_8   USART_CR1_OVER8

Oversampling by 8

Definition at line 415 of file stm32l4xx_hal_uart.h.

Referenced by HAL_LIN_Init(), and UART_SetConfig().