Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/serial/
Duart_emul.c81 int32_t rx_buf_timeout; member
548 if (empty && data->rx_buf_timeout != SYS_FOREVER_US) { in uart_emul_async_rx_handler()
550 K_USEC(data->rx_buf_timeout)); in uart_emul_async_rx_handler()
841 data->rx_buf_timeout = timeout; in uart_emul_rx_enable()