STM32L486xx HAL User Manual
Defines
USART Over Sampling
USART Exported Constants

Defines

#define USART_OVERSAMPLING_16   0x00000000U
#define USART_OVERSAMPLING_8   USART_CR1_OVER8

Define Documentation

#define USART_OVERSAMPLING_16   0x00000000U

Oversampling by 16

Definition at line 298 of file stm32l4xx_hal_usart.h.

#define USART_OVERSAMPLING_8   USART_CR1_OVER8

Oversampling by 8

Definition at line 299 of file stm32l4xx_hal_usart.h.