IefR

Type Alias IefR 

pub type IefR = BitReader<Ief>;
Expand description

Field IEF reader - Comparator Interrupt Enable Falling

Aliased Type§

pub struct IefR { /* private fields */ }

Implementations§

§

impl IefR

pub const fn variant(&self) -> Ief

Get enumerated values variant

pub fn is_0(&self) -> bool

Interrupt is disabled.

pub fn is_1(&self) -> bool

Interrupt is enabled.