TxofeW

Type Alias TxofeW 

pub type TxofeW<'a, REG> = BitWriter<'a, REG, Txofe>;
Expand description

Field TXOFE writer - Transmit FIFO Overflow Interrupt Enable

Aliased Type§

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

Implementations§

§

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

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

TXOF flag does not generate an interrupt to the host.

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

TXOF flag generates an interrupt to the host.