TxinvW

Type Alias TxinvW 

pub type TxinvW<'a, REG> = BitWriter<'a, REG, Txinv>;
Expand description

Field TXINV writer - Transmit Data Inversion

Aliased Type§

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

Implementations§

§

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

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

Transmit data not inverted.

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

Transmit data inverted.