Searched refs:USART_STPB_0_5 (Results 1 – 9 of 9) sorted by relevance
140 #define USART_STPB_0_5 ((uint16_t)0x1000) macro144 …(((STOPBITS) == USART_STPB_1) || ((STOPBITS) == USART_STPB_0_5) || ((STOPBITS) == USART_STPB_2) …
141 #define USART_STPB_0_5 ((uint16_t)0x1000) macro145 …(((STOPBITS) == USART_STPB_1) || ((STOPBITS) == USART_STPB_0_5) || ((STOPBITS) == USART_STPB_2) …
443 USART_InitStructure.StopBits = USART_STPB_0_5; in n32_configure()
736 uart->handle.Init.StopBits = USART_STPB_0_5; in n32_configure()
Completed in 21 milliseconds