Zephyr API Documentation
3.5.0
A Scalable Open Source RTOS
|
|
3.5.0 |
DMA context structure Note: the dma_context shall be the first member of DMA client driver Data, got by dev->data. More...
#include <dma.h>
Data Fields | |
int32_t | magic |
int | dma_channels |
atomic_t * | atomic |
DMA context structure Note: the dma_context shall be the first member of DMA client driver Data, got by dev->data.
magic - magic code to identify the context dma_channels - dma channels atomic - driver atomic_t pointer
atomic_t* dma_context::atomic |
int dma_context::dma_channels |
int32_t dma_context::magic |