Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/components/esp_hw_support/
Desp_async_memcpy.c34 typedef struct async_memcpy_context_t { struct
47 } async_memcpy_context_t; argument
52 async_memcpy_context_t *mcp_hdl = NULL; in esp_async_memcpy_install()
58 …size_t total_malloc_size = sizeof(async_memcpy_context_t) + sizeof(async_memcpy_stream_t) * config… in esp_async_memcpy_install()
281 async_memcpy_context_t *asmcp = __containerof(impl, async_memcpy_context_t, mcp_impl); in async_memcpy_isr_on_rx_done_event()
/hal_espressif-3.4.0/components/esp_hw_support/include/
Desp_async_memcpy.h21 typedef struct async_memcpy_context_t *async_memcpy_t;