TxcfgW

Type Alias TxcfgW 

pub type TxcfgW<'a, REG> = BitWriter<'a, REG, Txcfg>;
Expand description

Field TXCFG writer - Transmit Flag Configuration

Aliased Type§

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

Implementations§

§

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

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

Transmit Data Flag will only assert during a slave-transmit transfer when the transmit data register is empty.

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

Transmit Data Flag will assert whenever the transmit data register is empty.