Home
last modified time | relevance | path

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

/hal_espressif-2.7.6/components/esp_system/
Desp_async_memcpy.c58 async_memcpy_stream_t *out_streams; // pointer to the first TX stream member
78 mcp_hdl->out_streams = mcp_hdl->streams_pool; in esp_async_memcpy_install()
84 mcp_hdl->out_streams[i].desc.dw0.owner = DMA_DESCRIPTOR_BUFFER_OWNER_CPU; in esp_async_memcpy_install()
85 mcp_hdl->out_streams[i].desc.next = &mcp_hdl->out_streams[i + 1].desc; in esp_async_memcpy_install()
89 mcp_hdl->out_streams[mcp_hdl->max_stream_num - 1].desc.next = &mcp_hdl->out_streams[0].desc; in esp_async_memcpy_install()
92 mcp_hdl->tx_desc = &mcp_hdl->out_streams[0].desc; in esp_async_memcpy_install()
102 …async_memcpy_impl_start(&mcp_hdl->mcp_impl, (intptr_t)&mcp_hdl->out_streams[0].desc, (intptr_t)&mc… in esp_async_memcpy_install()