Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_hw_support/dma/
Desp_async_memcpy.c41 dma_descriptor_t *next_rx_desc_to_check; // pointer to the next RX descriptor to recycle member
80 mcp_hdl->next_rx_desc_to_check = &mcp_hdl->in_streams[0].desc; in esp_async_memcpy_install()
212 dma_descriptor_t *next = asmcp->next_rx_desc_to_check; in async_memcpy_get_next_rx_descriptor()
215 asmcp->next_rx_desc_to_check = asmcp->next_rx_desc_to_check->next; in async_memcpy_get_next_rx_descriptor()