Searched refs:USART_STPB_1 (Results 1 – 17 of 17) sorted by relevance
139 #define USART_STPB_1 ((uint16_t)0x0000) macro144 …(((STOPBITS) == USART_STPB_1) || ((STOPBITS) == USART_STPB_0_5) || ((STOPBITS) == USART_STPB_2) …
140 #define USART_STPB_1 ((uint16_t)0x0000) macro145 …(((STOPBITS) == USART_STPB_1) || ((STOPBITS) == USART_STPB_0_5) || ((STOPBITS) == USART_STPB_2) …
440 USART_InitStructure.StopBits = USART_STPB_1; in n32_configure()
733 uart->handle.Init.StopBits = USART_STPB_1; in n32_configure()
267 USART_InitStruct->StopBits = USART_STPB_1; in USART_StructInit()
285 USART_InitStruct->StopBits = USART_STPB_1; in USART_StructInit()
280 USART_InitStruct->StopBits = USART_STPB_1; in USART_StructInit()
74 USART_InitStructure.StopBits = USART_STPB_1; in n32_uart_configure()
Completed in 29 milliseconds