Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/shell/backends/
Dshell_adsp_memory_window.c32 const struct shell_adsp_memory_window *sh_adsp_mw = k_timer_user_data_get(timer); in timer_handler() local
34 __ASSERT_NO_MSG(sh_adsp_mw->shell_handler && sh_adsp_mw->shell_context); in timer_handler()
36 sh_adsp_mw->shell_handler(SHELL_TRANSPORT_EVT_RX_RDY, in timer_handler()
37 sh_adsp_mw->shell_context); in timer_handler()
45 struct shell_adsp_memory_window *sh_adsp_mw = in init() local
58 sh_adsp_mw->shell_handler = evt_handler; in init()
59 sh_adsp_mw->shell_context = context; in init()
63 sh_adsp_mw->ws_rx = sys_winstream_init(&dw_slot->rx_window[0], sizeof(dw_slot->rx_window)); in init()
64 sh_adsp_mw->ws_tx = sys_winstream_init(&dw_slot->tx_window[0], sizeof(dw_slot->tx_window)); in init()
69 k_timer_init(&sh_adsp_mw->timer, timer_handler, NULL); in init()
[all …]