STM CMSIS

Macros

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

Detailed Description