CAT2 Peripheral Driver Library
cy_stc_dmac_channel_config_t Struct Reference

Description

This structure holds initialization values for the DMAC channel.

Data Fields

uint32_t priority
 This parameter specifies the channel's priority. More...
 
bool enable
 This parameter specifies if the channel is enabled after initializing. More...
 
cy_en_dmac_descriptor_t descriptor
 This field identifies the descriptor structure, which is currently used by the controller. More...
 

Field Documentation

◆ 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.

◆ descriptor

cy_en_dmac_descriptor_t cy_stc_dmac_channel_config_t::descriptor

This field identifies the descriptor structure, which is currently used by the controller.