STM32F439xx 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 247 of file stm32f4xx_ll_usart.h.

Referenced by LL_USART_StructInit().

#define LL_USART_OVERSAMPLING_8   USART_CR1_OVER8

Oversampling by 8

Definition at line 248 of file stm32f4xx_ll_usart.h.

Referenced by LL_USART_GetBaudRate(), and LL_USART_SetBaudRate().