Type Alias xmc4800::can_node0::nsr::TxokW

source ·
pub type TxokW<'a, REG> = BitWriter<'a, REG, Txok>;
Expand description

Field TXOK writer - Message Transmitted Successfully

Aliased Type§

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

Implementations§

source§

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

source

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

No successful transmission since last (most recent) flag reset.

source

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

A message has been transmitted successfully (error-free and acknowledged by at least another node).