IerR

Type Alias IerR 

pub type IerR = BitReader<Ier>;
Expand description

Field IER reader - Comparator Interrupt Enable Rising

Aliased Type§

pub struct IerR { /* private fields */ }

Implementations§

§

impl IerR

pub const fn variant(&self) -> Ier

Get enumerated values variant

pub fn is_0(&self) -> bool

Interrupt is disabled.

pub fn is_1(&self) -> bool

Interrupt is enabled.