Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/subsys/shell/backends/
Dshell_uart.c263 static void polling_rx_timeout_handler(struct k_timer *timer) in polling_rx_timeout_handler() function
279 k_timer_init(&sh_uart->rx_timer, polling_rx_timeout_handler, NULL); in polling_init()