Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_hw_support/dma/
Desp_async_memcpy.c42 uint32_t max_stream_num; // maximum number of streams member
66 mcp_hdl->max_stream_num = config->backlog; in esp_async_memcpy_install()
69 for (size_t i = 0; i < mcp_hdl->max_stream_num; i++) { 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()
76 mcp_hdl->in_streams[mcp_hdl->max_stream_num - 1].desc.next = &mcp_hdl->in_streams[0].desc; in esp_async_memcpy_install()
236 …ESP_GOTO_ON_FALSE(n <= asmcp->max_dma_buffer_size * asmcp->max_stream_num, ESP_ERR_INVALID_ARG, er… in esp_async_memcpy()