TMPM4G(1) Group Peripheral Driver User Manual  V1.0.0.0
hdma_ch_cnt_t Struct Reference

Channel control setting structure definition. More...

#include <txz_hdma.h>

Data Fields

uint32_t dstInc
 
uint32_t dstSize
 
uint32_t dstBurstSize
 
uint32_t srcInc
 
uint32_t srcSize
 
uint32_t srcBurstSize
 
uint32_t transsize
 
uint32_t lli
 

Detailed Description

Channel control setting structure definition.

Field Documentation

§ dstBurstSize

uint32_t dstBurstSize

Destination Burst size(Set it as the same size as srctBurstSiz"). : Use Destination Burst Size

§ dstInc

uint32_t dstInc

Destination address increment type. : Use Destination Address Increment

§ dstSize

uint32_t dstSize

Destination data size(Set it as the same size as "srcSize"). : Use Destination Bit Width

§ lli

uint32_t lli

Start Address of Link List. : Address (HDMA_LLI_ADDRESS_MIN <= Address <= HDMA_LLI_ADDRESS_MAX) Lli Address

§ srcBurstSize

uint32_t srcBurstSize

Source Burst size(Set it as the same size as dstBurstSiz"). : Use Source Burst Size

§ srcInc

uint32_t srcInc

Source address increment type. : Use Source Address Increment

§ srcSize

uint32_t srcSize

Source data size(Set it as the same size as "dstSize"). : Use Source Bit Width

§ transsize

uint32_t transsize

Num of transfer. : Range (HDMA_TRANS_NUM_RANGE_MIN <= Value <= HDMA_TRANS_NUM_RANGE_MAX) Transfer Num Range


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