TxnackR

Type Alias TxnackR 

pub type TxnackR = BitReader<Txnack>;
Expand description

Field TXNACK reader - Transmit NACK

Aliased Type§

pub struct TxnackR { /* private fields */ }

Implementations§

§

impl TxnackR

pub const fn variant(&self) -> Txnack

Get enumerated values variant

pub fn is_0(&self) -> bool

Transmit ACK for received word.

pub fn is_1(&self) -> bool

Transmit NACK for received word.