TxofW

Type Alias TxofW 

pub type TxofW<'a, REG> = BitWriter<'a, REG, Txof>;
Expand description

Field TXOF writer - Transmitter Buffer Overflow Flag

Aliased Type§

pub struct TxofW<'a, REG> { /* private fields */ }

Implementations§

§

impl<'a, REG> TxofW<'a, REG>
where REG: Writable + RegisterSpec,

pub fn _0(self) -> &'a mut W<REG>

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

pub fn _1(self) -> &'a mut W<REG>

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