Type Alias xmc4500::can_mo0::mostat::DIR_R

source ·
pub type DIR_R = BitReader<DIR_A>;
Expand description

Field DIR reader - Message Direction

Aliased Type§

struct DIR_R { /* private fields */ }

Implementations§

source§

impl DIR_R

source

pub const fn variant(&self) -> DIR_A

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.