Type Alias rp2040_pac::dma::ch::ch_al2_ctrl::EN_R

source ·
pub type EN_R = BitReader;
Expand description

Field EN reader - 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_R { /* private fields */ }