Universal synchronous asynchronous receiver
transmitter (USART)
ï‚· #define: USART_Request_RXFRQ USART_RQR_RXFRQ
ï‚· #define: USART_Request_TXFRQ USART_RQR_TXFRQ
USART_StopMode_WakeUp_methods
ï‚· #define: USART_WakeUpSource_AddressMatch ((uint32_t)0x00000000)
ï‚· #define: USART_WakeUpSource_StartBit USART_CR3_WUS_1
ï‚· #define: USART_WakeUpSource_RXNE (uint32_t)(USART_CR3_WUS_0 |
USART_CR3_WUS_1)
USART_Stop_Bits
ï‚· #define: USART_StopBits_1 ((uint32_t)0x00000000)
ï‚· #define: USART_StopBits_2 USART_CR2_STOP_1
ï‚· #define: USART_StopBits_1_5 (USART_CR2_STOP_0 | USART_CR2_STOP_1)
USART_Word_Length
ï‚· #define: USART_WordLength_8b ((uint32_t)0x00000000)
ï‚· #define: USART_WordLength_9b USART_CR1_M