TxinvR

Type Alias TxinvR 

pub type TxinvR = BitReader<Txinv>;
Expand description

Field TXINV reader - Transmit Data Inversion

Aliased Type§

pub struct TxinvR { /* private fields */ }

Implementations§

§

impl TxinvR

pub const fn variant(&self) -> Txinv

Get enumerated values variant

pub fn is_0(&self) -> bool

Transmit data not inverted.

pub fn is_1(&self) -> bool

Transmit data inverted.