PSoC 6 Peripheral Driver Library
cy_stc_dmac_channel_config_t Struct Reference

Description

This structure holds the initialization values for the DMAC channel.

Data Fields

cy_stc_dmac_descriptor_tdescriptor
 The DMAC descriptor associated with the channel being initialized. More...
 
uint32_t priority
 This parameter specifies the channel's priority. More...
 
bool enable
 This parameter specifies if the channel is enabled after initializing. More...
 
bool bufferable
 This parameter specifies whether a write transaction can complete. More...
 

Field Documentation

◆ descriptor

cy_stc_dmac_descriptor_t* cy_stc_dmac_channel_config_t::descriptor

The DMAC descriptor associated with the channel being initialized.

◆ priority

uint32_t cy_stc_dmac_channel_config_t::priority

This parameter specifies the channel's priority.

◆ enable

bool cy_stc_dmac_channel_config_t::enable

This parameter specifies if the channel is enabled after initializing.

◆ bufferable

bool cy_stc_dmac_channel_config_t::bufferable

This parameter specifies whether a write transaction can complete.

without waiting for the destination to accept the write transaction data.