TxnackW

Type Alias TxnackW 

pub type TxnackW<'a, REG> = BitWriter<'a, REG, Txnack>;
Expand description

Field TXNACK writer - Transmit NACK

Aliased Type§

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

Implementations§

§

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

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

Transmit ACK for received word.

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

Transmit NACK for received word.