Zephyr API Documentation  2.7.0-rc2
A Scalable Open Source RTOS
dma_context Struct Reference

#include <dma.h>

Data Fields

int32_t magic
 
int dma_channels
 
atomic_tatomic
 

Detailed Description

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

Field Documentation

◆ atomic

atomic_t* dma_context::atomic

◆ dma_channels

int dma_context::dma_channels

◆ magic

int32_t dma_context::magic

The documentation for this struct was generated from the following file: