IefW

Type Alias IefW 

pub type IefW<'a, REG> = BitWriter<'a, REG, Ief>;
Expand description

Field IEF writer - Comparator Interrupt Enable Falling

Aliased Type§

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

Implementations§

§

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

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

Interrupt is disabled.

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

Interrupt is enabled.