OrieR

Type Alias OrieR 

pub type OrieR = BitReader<Orie>;
Expand description

Field ORIE reader - Overrun Interrupt Enable

Aliased Type§

pub struct OrieR { /* private fields */ }

Implementations§

§

impl OrieR

pub const fn variant(&self) -> Orie

Get enumerated values variant

pub fn is_0(&self) -> bool

OR interrupts disabled; use polling.

pub fn is_1(&self) -> bool

Hardware interrupt requested when OR is set.