Zephyr API Documentation
2.7.0-rc2
A Scalable Open Source RTOS
|
#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 |