Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/modules/openthread/platform/
Dshell.c23 static const struct shell *shell_p; variable
30 if (shell_p == NULL) { in ot_console_cb()
34 shell_vfprintf(shell_p, SHELL_NORMAL, format, arg); in ot_console_cb()
75 shell_p = sh; in ot_cmd()
89 shell_p = shell_backend_uart_get_ptr(); in platformShellInit()
91 shell_p = NULL; in platformShellInit()