Home
last modified time | relevance | path

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

/Zephyr-Core-3.6.0/drivers/serial/
Duart_ite_it8xxx2.c22 static struct uart_it8xxx2_data *uart_console_data; variable
63 k_work_reschedule(&uart_console_data->rx_refresh_timeout_work, delay); in uart1_wui_isr()
83 k_work_reschedule(&uart_console_data->rx_refresh_timeout_work, delay); in uart2_wui_isr()
152 uart_console_data = dev->data; in uart_it8xxx2_init()
153 k_work_init_delayable(&uart_console_data->rx_refresh_timeout_work, in uart_it8xxx2_init()