Searched refs:USART_STPB_2 (Results 1 – 10 of 10) sorted by relevance
141 #define USART_STPB_2 ((uint16_t)0x2000) macro144 …(((STOPBITS) == USART_STPB_1) || ((STOPBITS) == USART_STPB_0_5) || ((STOPBITS) == USART_STPB_2) …
142 #define USART_STPB_2 ((uint16_t)0x2000) macro145 …(((STOPBITS) == USART_STPB_1) || ((STOPBITS) == USART_STPB_0_5) || ((STOPBITS) == USART_STPB_2) …
446 USART_InitStructure.StopBits = USART_STPB_2; in n32_configure()
739 uart->handle.Init.StopBits = USART_STPB_2; in n32_configure()
78 USART_InitStructure.StopBits = USART_STPB_2; in n32_uart_configure()
Completed in 35 milliseconds