Searched refs:USART_STOP_BITS_1 (Results 1 – 8 of 8) sorted by relevance
75 USART_STOP_BITS_1 = 0, ///< 1 Stop bit (default) enumerator
66 USART_STOP_BITS_1 = 0x0U, /**< Stop bits is 1-bits */ enumerator395 #define IS_USART_STOPBITS(x) (((x) == USART_STOP_BITS_1) || \
113 stopbits = USART_STOP_BITS_1 ; in uart_configure()
70 USART_STOP_BITS_1 = 0, ///< 1 Stop bit (default) enumerator
184 case USART_STOP_BITS_1: in csi_usart_config_stopbits()
159 stopbits = USART_STOP_BITS_1 ; in uart_configure()
253 …usart->huart.init.stop_bits = ((cfg->stop_bits == STOP_BITS_1) ? USART_STOP_BITS_1 : USART_STOP… in es32f0x_configure()
161 case USART_STOP_BITS_1: in dw_usart_set_stopbit()
Completed in 24 milliseconds