RefR

Type Alias RefR 

pub type RefR = BitReader<Ref>;
Expand description

Field REF reader - Receive Error Flag

Aliased Type§

pub struct RefR { /* private fields */ }

Implementations§

§

impl RefR

pub const fn variant(&self) -> Ref

Get enumerated values variant

pub fn is_0(&self) -> bool

Receive FIFO has not overflowed.

pub fn is_1(&self) -> bool

Receive FIFO has overflowed.