Lines Matching +full:- +full:n
4 * SPDX-License-Identifier: Apache-2.0
22 shell_fprintf(shell, SHELL_NORMAL, "IUT test cases:\n"); in cmd_iut_list()
24 shell_fprintf(shell, SHELL_NORMAL, "\t- %s, %s, 0x%x\n", in cmd_iut_list()
25 ut->group, ut->name, ut->attri); in cmd_iut_list()
36 return -EPERM; in cmd_iut_run()
45 return -EPERM; in cmd_iut_grun()
69 iut_print("get shell pointer error!!!\n"); in iut_shell_suspend()
74 sh_uart = (const struct shell_uart *)shell_ptr->iface->ctx; in iut_shell_suspend()
77 iut_print("get shell UART pointer error!!!\n"); in iut_shell_suspend()
82 k_timer_stop(sh_uart->timer); in iut_shell_suspend()
88 k_timer_start(sh_uart->timer, K_NO_WAIT, in iut_shell_resume()