pub const fn EN(i: usize) -> Field<u32, Register>
Expand description

Construct a Field representing the EN bit (enable, RW) corresponding to the specified DMA engine instance.

Panic

Panics if i is outside the range 0..14.