Lines Matching full:shell
8 #include <zephyr/shell/shell.h>
10 #include <zephyr/shell/shell_uart.h>
14 static int cmd_iut_list(const struct shell *shell, in cmd_iut_list() argument
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()
32 static int cmd_iut_run(const struct shell *shell, in cmd_iut_run() argument
41 static int cmd_iut_grun(const struct shell *shell, in cmd_iut_grun() argument
65 /*get current uart shell pointer*/ in iut_shell_suspend()
66 const struct shell *shell_ptr = shell_backend_uart_get_ptr(); in iut_shell_suspend()
69 iut_print("get shell pointer error!!!\n"); in iut_shell_suspend()
73 /*get shell uart backend*/ in iut_shell_suspend()
77 iut_print("get shell UART pointer error!!!\n"); in iut_shell_suspend()