EnblW

Type Alias EnblW 

pub type EnblW<'a, REG> = BitWriter<'a, REG, Enbl>;
Expand description

Field ENBL writer - DMA Channel Enable

Aliased Type§

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

Implementations§

§

impl<'a, REG> EnblW<'a, REG>
where REG: Writable + RegisterSpec,

pub fn _0(self) -> &'a mut W<REG>

DMA channel is disabled. This mode is primarily used during configuration of the DMAMux. The DMA has separate channel enables/disables, which should be used to disable or reconfigure a DMA channel.

pub fn _1(self) -> &'a mut W<REG>

DMA channel is enabled