TxemptR

Type Alias TxemptR 

pub type TxemptR = BitReader<Txempt>;
Expand description

Field TXEMPT reader - Transmit Buffer/FIFO Empty

Aliased Type§

pub struct TxemptR { /* private fields */ }

Implementations§

§

impl TxemptR

pub const fn variant(&self) -> Txempt

Get enumerated values variant

pub fn is_0(&self) -> bool

Transmit buffer is not empty.

pub fn is_1(&self) -> bool

Transmit buffer is empty.