Type Alias xmc4800::can_mo::mo::mostat::DirR

source ·
pub type DirR = BitReader<Dir>;
Expand description

Field DIR reader - Message Direction

Aliased Type§

struct DirR { /* private fields */ }

Implementations§

source§

impl DirR

source

pub const fn variant(&self) -> Dir

Get enumerated values variant

source

pub fn is_value1(&self) -> bool

Receive Object selected: With TXRQ = 1, a Remote Frame with the identifier of message object n is scheduled for transmission. On reception of a Data Frame with matching identifier, the message is stored in message object n.

source

pub fn is_value2(&self) -> bool

Transmit Object selected: If TXRQ = 1, message object n is scheduled for transmission of a Data Frame. On reception of a Remote Frame with matching identifier, bit TXRQ is set.