TxflushW

Type Alias TxflushW 

pub type TxflushW<'a, REG> = BitWriter<'a, REG, Txflush>;
Expand description

Field TXFLUSH writer - Transmit FIFO/Buffer Flush

Aliased Type§

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

Implementations§

§

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

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

No flush operation occurs.

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

All data in the transmit FIFO/Buffer is cleared out.