Searched refs:USART_StopBits_2 (Results 1 – 13 of 13) sorted by relevance
118 #define USART_StopBits_2 ((uint16_t)0x2000) macro122 ((STOPBITS) == USART_StopBits_2) || \
117 #define USART_StopBits_2 USART_CR2_STOP_1 macro120 ((STOPBITS) == USART_StopBits_2) || \
73 #define USART_StopBits_2 ((uint16_t)0x2000) macro
122 #define USART_StopBits_2 USART_CR2_STOP_1 macro125 ((STOPBITS) == USART_StopBits_2) || \
96 USART_InitStructure.USART_StopBits = USART_StopBits_2; in hk32_configure()
97 USART_InitStructure.USART_StopBits = USART_StopBits_2; in ch32f1_usart_configure()
137 USART_InitStructure.USART_StopBits = USART_StopBits_2; in ch32f2_usart_configure()
186 uart->Init.USART_StopBits = USART_StopBits_2; in air32_configure()
244 uart->Init.USART_StopBits = USART_StopBits_2; in ch32_configure()
299 uart->handle.Init.USART_StopBits = USART_StopBits_2; in ch32_configure()
140 uart->Init.USART_StopBits = USART_StopBits_2; in ft32_configure()
Completed in 28 milliseconds