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