NeieR

Type Alias NeieR 

pub type NeieR = BitReader<Neie>;
Expand description

Field NEIE reader - Noise Error Interrupt Enable

Aliased Type§

pub struct NeieR { /* private fields */ }

Implementations§

§

impl NeieR

pub const fn variant(&self) -> Neie

Get enumerated values variant

pub fn is_0(&self) -> bool

NF interrupts disabled; use polling.

pub fn is_1(&self) -> bool

Hardware interrupt requested when NF is set.