Searched refs:USART_STOP_BIT_1 (Results 1 – 11 of 11) sorted by relevance
166 USART_ConfigStruct.stopBits = USART_STOP_BIT_1; in apm32_uart_configure()172 USART_ConfigStruct.stopBits = USART_STOP_BIT_1; in apm32_uart_configure()
63 USART_STOP_BIT_1, /*!< 1-bit stop bit */ enumerator
63 USART_STOP_BIT_1 = 0, enumerator
140 usartConfig->stopBits = USART_STOP_BIT_1; in USART_ConfigStructInit()
130 usartConfig->stopBits = USART_STOP_BIT_1; in USART_ConfigStructInit()
71 USART_STOP_BIT_1 = 0, /*!< 1-bit stop bit */ enumerator
166 usartConfig->stopBits = USART_STOP_BIT_1; in USART_ConfigStructInit()
193 configStruct->stopBits = USART_STOP_BIT_1; in USART_ConfigStructInit()
Completed in 33 milliseconds