Universal synchronous asynchronous receiver
transmitter (USART)
#define: USART_IT_FE ((uint32_t)0x00010300)
USART_Inversion_Pins
#define: USART_InvPin_Tx USART_CR2_TXINV
#define: USART_InvPin_Rx USART_CR2_RXINV
USART_IrDA_Low_Power
#define: USART_IrDAMode_LowPower USART_CR3_IRLP
#define: USART_IrDAMode_Normal ((uint32_t)0x00000000)
USART_Last_Bit
#define: USART_LastBit_Disable ((uint32_t)0x00000000)
#define: USART_LastBit_Enable USART_CR2_LBCL
USART_LIN_Break_Detection_Length
#define: USART_LINBreakDetectLength_10b ((uint32_t)0x00000000)
#define: USART_LINBreakDetectLength_11b USART_CR2_LBDL
USART_Mode
#define: USART_Mode_Rx USART_CR1_RE