Zephyr API Documentation  3.5.0
A Scalable Open Source RTOS
3.5.0
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
dma_context Struct Reference

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_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: