Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/shell/backends/
Dshell_adsp_memory_window.c47 struct adsp_debug_slot_shell *dw_slot; in init() local
61 dw_slot = (struct adsp_debug_slot_shell *)ADSP_DW->slots[ADSP_DW_SLOT_NUM_SHELL]; 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()
67 sizeof(dw_slot->rx_window), sizeof(dw_slot->tx_window)); in init()