VSF Documented
Data Fields
vsf_dma_channel_cfg_t Struct Reference

dma configuration More...

#include <vsf_template_dma.h>

Data Fields

vsf_dma_channel_mode_t mode
 
vsf_dma_isr_t isr
 
uint8_t src_idx
 Index of the peripheral or memory corresponding to the source address of the DMA.
 
uint8_t dst_idx
 Index of the peripheral or memory corresponding to the destination address of the DMA.
 

Detailed Description

dma configuration

Field Documentation

◆ mode

vsf_dma_channel_mode_t vsf_dma_channel_cfg_t::mode

◆ isr

vsf_dma_isr_t vsf_dma_channel_cfg_t::isr

◆ src_idx

uint8_t vsf_dma_channel_cfg_t::src_idx

Index of the peripheral or memory corresponding to the source address of the DMA.

◆ dst_idx

uint8_t vsf_dma_channel_cfg_t::dst_idx

Index of the peripheral or memory corresponding to the destination address of the DMA.