Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_hw_support/dma/
Desp_async_memcpy.c44 async_memcpy_stream_t *out_streams; // pointer to the first TX stream member
64 mcp_hdl->out_streams = mcp_hdl->streams_pool; in esp_async_memcpy_install()
70 mcp_hdl->out_streams[i].desc.dw0.owner = DMA_DESCRIPTOR_BUFFER_OWNER_CPU; in esp_async_memcpy_install()
71 mcp_hdl->out_streams[i].desc.next = &mcp_hdl->out_streams[i + 1].desc; in esp_async_memcpy_install()
75 mcp_hdl->out_streams[mcp_hdl->max_stream_num - 1].desc.next = &mcp_hdl->out_streams[0].desc; in esp_async_memcpy_install()
78 mcp_hdl->tx_desc = &mcp_hdl->out_streams[0].desc; in esp_async_memcpy_install()
95 …async_memcpy_impl_start(&mcp_hdl->mcp_impl, (intptr_t)&mcp_hdl->out_streams[0].desc, (intptr_t)&mc… in esp_async_memcpy_install()