TxfeW

Type Alias TxfeW 

pub type TxfeW<'a, REG> = BitWriter<'a, REG, Txfe>;
Expand description

Field TXFE writer - Transmit FIFO Enable

Aliased Type§

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

Implementations§

§

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

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

Transmit FIFO is not enabled. Buffer is depth 1. (Legacy support).

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

Transmit FIFO is enabled. Buffer is depth indicated by TXFIFOSIZE.