RxemptR

Type Alias RxemptR 

pub type RxemptR = BitReader<Rxempt>;
Expand description

Field RXEMPT reader - Receive Buffer/FIFO Empty

Aliased Type§

pub struct RxemptR { /* private fields */ }

Implementations§

§

impl RxemptR

pub const fn variant(&self) -> Rxempt

Get enumerated values variant

pub fn is_0(&self) -> bool

Receive buffer is not empty.

pub fn is_1(&self) -> bool

Receive buffer is empty.