Home
last modified time | relevance | path

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

/hal_espressif-latest/components/driver/uart/
Duart.c108 bool rx_always_timeout_flg; /*!< UART always detect rx timeout flag */ member
884 …if ((p_uart_obj[uart_num]->rx_always_timeout_flg) && !(uart_intr_status & UART_INTR_RXFIFO_TOUT)) { in uart_rx_intr_handler_default()
1550 p_uart_obj[uart_num]->rx_always_timeout_flg = false; in uart_driver_install()
1770 p_uart_obj[uart_num]->rx_always_timeout_flg = always_rx_timeout; in uart_set_always_rx_timeout()
1772 p_uart_obj[uart_num]->rx_always_timeout_flg = false; in uart_set_always_rx_timeout()