pub type TxidleR = BitReader<Txidle>;
Expand description

Field TXIDLE reader - Transmission Idle

Aliased Type§

struct TxidleR { /* private fields */ }

Implementations§

source§

impl TxidleR

source

pub const fn variant(&self) -> Txidle

Get enumerated values variant

source

pub fn is_value1(&self) -> bool

The transmitter line has not yet been idle.

source

pub fn is_value2(&self) -> bool

The transmitter line has been idle and frame transmission is possible.