Searched refs:USART_StopBits_1 (Results 1 – 20 of 20) sorted by relevance
93 USART_InitStructure.USART_StopBits = USART_StopBits_1; in hk32_configure()99 USART_InitStructure.USART_StopBits = USART_StopBits_1; in hk32_configure()
94 USART_InitStructure.USART_StopBits = USART_StopBits_1; in ch32f1_usart_configure()100 USART_InitStructure.USART_StopBits = USART_StopBits_1; in ch32f1_usart_configure()
134 USART_InitStructure.USART_StopBits = USART_StopBits_1; in ch32f2_usart_configure()140 USART_InitStructure.USART_StopBits = USART_StopBits_1; in ch32f2_usart_configure()
116 #define USART_StopBits_1 ((uint16_t)0x0000) macro120 #define IS_USART_STOPBITS(STOPBITS) (((STOPBITS) == USART_StopBits_1) || \
183 uart->Init.USART_StopBits = USART_StopBits_1; in air32_configure()189 uart->Init.USART_StopBits = USART_StopBits_1; in air32_configure()
241 uart->Init.USART_StopBits = USART_StopBits_1; in ch32_configure()247 uart->Init.USART_StopBits = USART_StopBits_1; in ch32_configure()
293 uart->handle.Init.USART_StopBits = USART_StopBits_1; in ch32_configure()
127 USART_InitStructure.USART_StopBits = USART_StopBits_1; in USART_Printf_Init()
116 #define USART_StopBits_1 ((uint32_t)0x00000000) macro119 #define IS_USART_STOPBITS(STOPBITS) (((STOPBITS) == USART_StopBits_1) || \
71 #define USART_StopBits_1 ((uint16_t)0x0000) macro
121 #define USART_StopBits_1 ((uint32_t)0x00000000) macro124 #define IS_USART_STOPBITS(STOPBITS) (((STOPBITS) == USART_StopBits_1) || \
137 uart->Init.USART_StopBits = USART_StopBits_1; in ft32_configure()143 uart->Init.USART_StopBits = USART_StopBits_1; in ft32_configure()
180 USART_InitStruct->USART_StopBits = USART_StopBits_1; in USART_StructInit()
179 USART_InitStruct->USART_StopBits = USART_StopBits_1; in USART_StructInit()
191 USART_InitStruct->USART_StopBits = USART_StopBits_1; in USART_StructInit()
266 USART_InitStruct->USART_StopBits = USART_StopBits_1; in USART_StructInit()
189 USART_InitStruct->USART_StopBits = USART_StopBits_1; in USART_StructInit()
286 USART_InitStruct->USART_StopBits = USART_StopBits_1; in USART_StructInit()
Completed in 63 milliseconds