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