DmieW

Type Alias DmieW 

pub type DmieW<'a, REG> = BitWriter<'a, REG, Dmie>;
Expand description

Field DMIE writer - Data Match Interrupt Enable

Aliased Type§

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

Implementations§

§

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

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

Interrupt disabled.

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

Interrupt enabled.