IerW

Type Alias IerW 

pub type IerW<'a, REG> = BitWriter<'a, REG, Ier>;
Expand description

Field IER writer - Comparator Interrupt Enable Rising

Aliased Type§

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

Implementations§

§

impl<'a, REG> IerW<'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.