Type Alias xmc4400::can_mo0::moar::PRI_R

source ·
pub type PRI_R = FieldReader<PRI_A>;
Expand description

Field PRI reader - Priority Class

Aliased Type§

struct PRI_R { /* private fields */ }

Implementations§

source§

impl PRI_R

source

pub const fn variant(&self) -> PRI_A

Get enumerated values variant

source

pub fn is_value1(&self) -> bool

Applicable only if TTCAN is available.

source

pub fn is_value2(&self) -> bool

Transmit acceptance filtering is based on the list order. This means that message object n is considered for transmission only if there is no other message object with valid transmit request (MSGVAL & TXEN0 & TXEN1 = 1) somewhere before this object in the list.

source

pub fn is_value3(&self) -> bool

Transmit acceptance filtering is based on the CAN identifier. This means, message object n is considered for transmission only if there is no other message object with higher priority identifier + IDE + DIR (with respect to CAN arbitration rules) somewhere in the list (see ).

source

pub fn is_value4(&self) -> bool

Transmit acceptance filtering is based on the list order (as PRI = 01B).