RxufR

Type Alias RxufR 

pub type RxufR = BitReader<Rxuf>;
Expand description

Field RXUF reader - Receiver Buffer Underflow Flag

Aliased Type§

pub struct RxufR { /* private fields */ }

Implementations§

§

impl RxufR

pub const fn variant(&self) -> Rxuf

Get enumerated values variant

pub fn is_0(&self) -> bool

No receive buffer underflow has occurred since the last time the flag was cleared.

pub fn is_1(&self) -> bool

At least one receive buffer underflow has occurred since the last time the flag was cleared.