TxdirR

Type Alias TxdirR 

pub type TxdirR = BitReader<Txdir>;
Expand description

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

Aliased Type§

pub struct TxdirR { /* private fields */ }

Implementations§

§

impl TxdirR

pub const fn variant(&self) -> Txdir

Get enumerated values variant

pub fn is_0(&self) -> bool

TXD pin is an input in single-wire mode.

pub fn is_1(&self) -> bool

TXD pin is an output in single-wire mode.