Searched refs:sh_uart (Results 1 – 1 of 1) sorted by relevance
60 static const struct shell_uart *sh_uart; variable64 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()