DmaenW

Type Alias DmaenW 

pub type DmaenW<'a, REG> = BitWriter<'a, REG, Dmaen>;
Expand description

Field DMAEN writer - DMA Enable

Aliased Type§

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

Implementations§

§

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

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

DMA is disabled.

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

DMA is enabled.