Searched refs:USART_StopBits_1_5 (Results 1 – 7 of 7) sorted by relevance
119 #define USART_StopBits_1_5 ((uint16_t)0x3000) macro123 ((STOPBITS) == USART_StopBits_1_5))
118 #define USART_StopBits_1_5 (USART_CR2_STOP_0 | USART_CR2_STOP_1) macro121 ((STOPBITS) == USART_StopBits_1_5))
74 #define USART_StopBits_1_5 ((uint16_t)0x3000) macro
123 #define USART_StopBits_1_5 (USART_CR2_STOP_0 | USART_CR2_STOP_1) macro126 ((STOPBITS) == USART_StopBits_1_5))
302 uart->handle.Init.USART_StopBits = USART_StopBits_1_5; in ch32_configure()
Completed in 18 milliseconds