Type Alias DmaintW

Source
pub type DmaintW<'a, REG> = BitWriter<'a, REG, Dmaintselect>;
Expand description

Field DMAINT writer - DMA Interrupt

Aliased Type§

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

Implementations§

Source§

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

Source

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

No DMA Interrupt

Source

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

DMA Interrupt is generated