Searched refs:USART_STOP_BITS_2 (Results 1 – 6 of 6) sorted by relevance
76 USART_STOP_BITS_2 , ///< 2 Stop bits enumerator
68 USART_STOP_BITS_2 = 0x2U, /**< Stop bits is 2-bits */ enumerator397 ((x) == USART_STOP_BITS_2) || \
71 USART_STOP_BITS_2, ///< 2 Stop bits enumerator
189 case USART_STOP_BITS_2: in csi_usart_config_stopbits()
253 …uart.init.stop_bits = ((cfg->stop_bits == STOP_BITS_1) ? USART_STOP_BITS_1 : USART_STOP_BITS_2); in es32f0x_configure()
166 case USART_STOP_BITS_2: in dw_usart_set_stopbit()
Completed in 16 milliseconds