Universal synchronous asynchronous receiver
transmitter (USART)
USART_DE_Polarity
#define: USART_DEPolarity_High ((uint32_t)0x00000000)
#define: USART_DEPolarity_Low USART_CR3_DEP
USART_DMA_Recception_Error
#define: USART_DMAOnError_Enable ((uint32_t)0x00000000)
#define: USART_DMAOnError_Disable USART_CR3_DDRE
USART_DMA_Requests
#define: USART_DMAReq_Tx USART_CR3_DMAT
#define: USART_DMAReq_Rx USART_CR3_DMAR
USART_Flags
#define: USART_FLAG_REACK USART_ISR_REACK
#define: USART_FLAG_TEACK USART_ISR_TEACK
#define: USART_FLAG_WU USART_ISR_WUF
#define: USART_FLAG_RWU USART_ISR_RWU
#define: USART_FLAG_SBK USART_ISR_SBKF