Astra MCU SDK Peripheral Driver Library
 
Loading...
Searching...
No Matches
dma_sw_trigger_config_t Struct Reference

DMA software trigger configuration. More...

#include <dma.h>

Data Fields

dma_trigger_type_en trig_type
 
dma_sw_trigger_type_en sw_trig_type
 
dma_trigger_mode_en mode
 
uint8_t block_size
 

Detailed Description

DMA software trigger configuration.

Field Documentation

◆ trig_type

dma_trigger_type_en dma_sw_trigger_config_t::trig_type

Trigger type: SW Req, Reserved, HW Req, Internal

◆ sw_trig_type

dma_sw_trigger_type_en dma_sw_trigger_config_t::sw_trig_type

Trigger type: Command, Reserved, Flow, Internal

◆ mode

dma_trigger_mode_en dma_sw_trigger_config_t::mode

Trigger mode: Single, Last Single, Block, Last Block

◆ block_size

uint8_t dma_sw_trigger_config_t::block_size

Number of beats per trigger (block size = N + 1)