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

Channel setting structure definition. More...

#include <txz_hdma.h>

Data Fields

void(* handler )(uint32_t id, TXZ_Result result)
 
uint32_t id
 
uint32_t type
 
uint32_t srcReqCh
 
uint32_t dstReqCh
 
hdma_ch_cnt_t cnt
 
hdma_ch_cfg_t cfg
 

Detailed Description

Channel setting structure definition.

Field Documentation

§ cfg

Channel config setting. : Use hdma_ch_cfg_t

§ cnt

Channel control setting. : Use hdma_ch_cnt_t

§ dstReqCh

uint32_t dstReqCh

Destination Request Channel.

§ handler

void(* handler) (uint32_t id, TXZ_Result result)

Notify converted value.

§ id

uint32_t id

ID: User Value.

§ srcReqCh

uint32_t srcReqCh

source Request Channel.

§ type

uint32_t type

Single Transfer or Burst Transfer


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