TxdirW

Type Alias TxdirW 

pub type TxdirW<'a, REG> = BitWriter<'a, REG, Txdir>;
Expand description

Field TXDIR writer - TXD Pin Direction in Single-Wire Mode

Aliased Type§

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

Implementations§

§

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

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

TXD pin is an input in single-wire mode.

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

TXD pin is an output in single-wire mode.