Universal synchronous asynchronous receiver
transmitter (USART)
#define: USART_Mode_Tx USART_CR1_TE
USART_MuteMode_WakeUp_methods
#define: USART_WakeUp_IdleLine ((uint32_t)0x00000000)
#define: USART_WakeUp_AddressMark USART_CR1_WAKE
USART_OVR_DETECTION
#define: USART_OVRDetection_Enable ((uint32_t)0x00000000)
#define: USART_OVRDetection_Disable USART_CR3_OVRDIS
USART_Parity
#define: USART_Parity_No ((uint32_t)0x00000000)
#define: USART_Parity_Even USART_CR1_PCE
#define: USART_Parity_Odd (USART_CR1_PCE | USART_CR1_PS)
USART_Request
#define: USART_Request_ABRRQ USART_RQR_ABRRQ
#define: USART_Request_SBKRQ USART_RQR_SBKRQ
#define: USART_Request_MMRQ USART_RQR_MMRQ