Type Alias rp2040_pac::dma::ch::ch_al3_ctrl::CHAIN_TO_W

source ·
pub type CHAIN_TO_W<'a, REG> = FieldWriter<'a, REG, 4>;
Expand description

Field CHAIN_TO writer - When this channel completes, it will trigger the channel indicated by CHAIN_TO. Disable by setting CHAIN_TO = (this channel).
Reset value is 0, which means for channels 1 and above the default will be to chain to channel 0 - set this field to avoid this behaviour.

Aliased Type§

struct CHAIN_TO_W<'a, REG> { /* private fields */ }