AienW

Type Alias AienW 

pub type AienW<'a, REG> = BitWriter<'a, REG, Aien>;
Expand description

Field AIEN writer - Interrupt Enable

Aliased Type§

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

Implementations§

§

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

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

Conversion complete interrupt is disabled.

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

Conversion complete interrupt is enabled.