TxofR

Type Alias TxofR 

pub type TxofR = BitReader<Txof>;
Expand description

Field TXOF reader - Transmitter Buffer Overflow Flag

Aliased Type§

pub struct TxofR { /* private fields */ }

Implementations§

§

impl TxofR

pub const fn variant(&self) -> Txof

Get enumerated values variant

pub fn is_0(&self) -> bool

No transmit buffer overflow has occurred since the last time the flag was cleared.

pub fn is_1(&self) -> bool

At least one transmit buffer overflow has occurred since the last time the flag was cleared.