Home
last modified time | relevance | path

Searched refs:UART_STOP_BITS_2 (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-3.5.0/components/hal/include/hal/
Duart_types.h59 UART_STOP_BITS_2 = 0x3, /*!< stop bit: 2bits*/ enumerator
/hal_espressif-3.5.0/components/hal/esp32/include/hal/
Duart_ll.h333 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()
/hal_espressif-3.5.0/components/vfs/
Dvfs_uart.c586 …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()
/hal_espressif-3.5.0/components/vfs/test/
Dtest_vfs_uart.c296 TEST_ASSERT_EQUAL(UART_STOP_BITS_2, stop_bits);