TMPM4KxA Group Peripheral Driver User Manual  V1.0.4.0
Data Fields
dma_ch_cfg_t Struct Reference

Channel config setting structure definenition. More...

#include <txz_dma.h>

Data Fields

uint32_t dstInc
 
uint32_t dstSize
 
uint32_t srcInc
 
uint32_t srcSize
 
uint32_t arbitNum
 
uint32_t burst
 

Detailed Description

Channel config setting structure definenition.

If extended transfer isn't used, it isn't necessary.

Field Documentation

◆ arbitNum

uint32_t arbitNum

Arbitration timing. : Use Arbitration Timing

◆ burst

uint32_t burst

Use burst transfer. : Use Use Burst

◆ dstInc

uint32_t dstInc

Destination address increment type. : Use Destination Address Increment Type

◆ dstSize

uint32_t dstSize

Destination data size(Set it as the same size as "srcSize"). : Use Destination Data Size

◆ srcInc

uint32_t srcInc

Source address increment type. : Use Source Address Increment Type

◆ srcSize

uint32_t srcSize

Source data size(Set it as the same size as "dstSize"). : Use Source Data Size


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