OrR

Type Alias OrR 

pub type OrR = BitReader<Or>;
Expand description

Field OR reader - Receiver Overrun Flag

Aliased Type§

pub struct OrR { /* private fields */ }

Implementations§

§

impl OrR

pub const fn variant(&self) -> Or

Get enumerated values variant

pub fn is_0(&self) -> bool

No overrun.

pub fn is_1(&self) -> bool

Receive overrun (new LPUART data lost).