Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/serial/
Duart_nrfx_uarte2.c425 static void tx_timeout_handler(struct k_timer *timer) in tx_timeout_handler() function
867 k_timer_init(&data->async->tx_timer, tx_timeout_handler, NULL); in uarte_nrfx_init()