Searched refs:UART_STOP_BITS_2 (Results 1 – 4 of 4) sorted by relevance
59 UART_STOP_BITS_2 = 0x3, /*!< stop bit: 2bits*/ enumerator
333 if(stop_bit == UART_STOP_BITS_2) { in uart_ll_set_stop_bits()354 *stop_bit = UART_STOP_BITS_2; in uart_ll_get_stop_bits()
586 …if (uart_set_stop_bits(fd, (p->c_cflag & CSTOPB) ? UART_STOP_BITS_2 : UART_STOP_BITS_1) != ESP_OK)… in uart_tcsetattr()778 case UART_STOP_BITS_2: in uart_tcgetattr()
296 TEST_ASSERT_EQUAL(UART_STOP_BITS_2, stop_bits);