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