Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/serial/
Duart_litex.c296 static void uart_litex_tx_soft_isr(struct k_timer *timer) in uart_litex_tx_soft_isr() function
334 k_timer_init(&data->timer, &uart_litex_tx_soft_isr, NULL); in uart_litex_init()