VSF Documented
Data Fields
vsf_dma_cfg_t Struct Reference

Configuration structure for DMA. More...

#include <dma.h>

Data Fields

vsf_arch_prio_t prio
 Default interrupt priority for DMA channels.
 

Detailed Description

Configuration structure for DMA.

Note
The prio field specifies the default interrupt priority for all DMA channels. This default priority will be used when channel-specific priority is not specified or when channels share the same interrupt.
Examples
/github/workspace/source/hal/driver/common/template/vsf_template_dma.h.

Field Documentation

◆ prio

vsf_arch_prio_t vsf_dma_cfg_t::prio

Default interrupt priority for DMA channels.

Examples
/github/workspace/source/hal/driver/common/template/vsf_template_dma.h.
Generated from commit: vsfteam/vsf@3f77d3b