STM32F769IDiscovery  1.00
uDANTE Audio Networking with STM32F7 DISCO board
Macros

Macros

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

Detailed Description

Macro Definition Documentation

#define UART_OVERSAMPLING_16   ((uint32_t)0x00000000U)

Definition at line 332 of file stm32f7xx_hal_uart.h.

#define UART_OVERSAMPLING_8   ((uint32_t)USART_CR1_OVER8)

Definition at line 333 of file stm32f7xx_hal_uart.h.