Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/shell/backends/
Dshell_adsp_memory_window.c15 SHELL_DEFINE(shell_adsp_memory_window, CONFIG_SHELL_BACKEND_ADSP_MEMORY_WINDOW_PROMPT,
18 LOG_MODULE_REGISTER(shell_adsp_memory_window);
32 const struct shell_adsp_memory_window *sh_adsp_mw = k_timer_user_data_get(timer); in timer_handler()
45 struct shell_adsp_memory_window *sh_adsp_mw = in init()
46 (struct shell_adsp_memory_window *)transport->ctx; in init()
78 struct shell_adsp_memory_window *sh_adsp_mw = in uninit()
79 (struct shell_adsp_memory_window *)transport->ctx; in uninit()
94 struct shell_adsp_memory_window *sh_adsp_mw = in write()
95 (struct shell_adsp_memory_window *)transport->ctx; in write()
106 struct shell_adsp_memory_window *sh_adsp_mw = in read()
[all …]
DCMakeLists.txt40 shell_adsp_memory_window.c
/Zephyr-latest/include/zephyr/shell/
Dshell_adsp_memory_window.h22 struct shell_adsp_memory_window { struct
42 static struct shell_adsp_memory_window _name##_shell_adsp_memory_window;\ argument