Home
last modified time | relevance | path

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

/hal_intel-3.5.0/zephyr/iut_test/src/
Dshell_iut.c60 static const struct shell_uart *sh_uart; variable
64 if (!sh_uart) { in iut_shell_suspend()
74 sh_uart = (const struct shell_uart *)shell_ptr->iface->ctx; in iut_shell_suspend()
76 if (sh_uart == NULL) { in iut_shell_suspend()
82 k_timer_stop(sh_uart->timer); in iut_shell_suspend()
87 if (sh_uart) { in iut_shell_resume()
88 k_timer_start(sh_uart->timer, K_NO_WAIT, in iut_shell_resume()