Type Alias rp2040_pac::dma::ch::ch_al3_ctrl::EN_W

source ·
pub type EN_W<'a, REG> = BitWriter<'a, REG>;
Expand description

Field EN writer - DMA Channel Enable.
When 1, the channel will respond to triggering events, which will cause it to become BUSY and start transferring data. When 0, the channel will ignore triggers, stop issuing transfers, and pause the current transfer sequence (i.e. BUSY will remain high if already high)

Aliased Type§

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