AienR

Type Alias AienR 

pub type AienR = BitReader<Aien>;
Expand description

Field AIEN reader - Interrupt Enable

Aliased Type§

pub struct AienR { /* private fields */ }

Implementations§

§

impl AienR

pub const fn variant(&self) -> Aien

Get enumerated values variant

pub fn is_0(&self) -> bool

Conversion complete interrupt is disabled.

pub fn is_1(&self) -> bool

Conversion complete interrupt is enabled.