STM32L486xx HAL User Manual
Defines
Oversampling
USART Exported Constants

Defines

#define LL_USART_OVERSAMPLING_16   0x00000000U
#define LL_USART_OVERSAMPLING_8   USART_CR1_OVER8

Define Documentation

#define LL_USART_OVERSAMPLING_16   0x00000000U

Oversampling by 16

Definition at line 379 of file stm32l4xx_ll_usart.h.

Referenced by LL_USART_StructInit().

#define LL_USART_OVERSAMPLING_8   USART_CR1_OVER8

Oversampling by 8

Definition at line 380 of file stm32l4xx_ll_usart.h.

Referenced by LL_USART_GetBaudRate(), and LL_USART_SetBaudRate().