STM32F439xx HAL User Manual
Defines
UART Over Sampling
UART Exported constants

Defines

#define UART_OVERSAMPLING_16   0x00000000U
#define UART_OVERSAMPLING_8   ((uint32_t)USART_CR1_OVER8)

Define Documentation

#define UART_OVERSAMPLING_16   0x00000000U

Definition at line 276 of file stm32f4xx_hal_uart.h.

#define UART_OVERSAMPLING_8   ((uint32_t)USART_CR1_OVER8)

Definition at line 277 of file stm32f4xx_hal_uart.h.

Referenced by UART_SetConfig().