General purpose DMA descriptor definition. More...
#include <hal_dma.h>

Data Fields | |
| struct co_list_hdr | hdr |
| List header for chaining. | |
| struct dma_desc * | dma_desc |
| Pointer to the HW DMA descriptor in shared RAM. | |
| cb_dma_func_ptr | cb |
| Callback function pointer. | |
| void * | env |
| Pointer to be passed to the callback function. | |
General purpose DMA descriptor definition.
Definition at line 82 of file hal_dma.h.
1.6.1