Type Alias xmc4200::can_node0::npcr::LBM_R

source ·
pub type LBM_R = BitReader<LBM_A>;
Expand description

Field LBM reader - Loop-Back Mode

Aliased Type§

struct LBM_R { /* private fields */ }

Implementations§

source§

impl LBM_R

source

pub const fn variant(&self) -> LBM_A

Get enumerated values variant

source

pub fn is_value1(&self) -> bool

Loop-Back Mode is disabled.

source

pub fn is_value2(&self) -> bool

Loop-Back Mode is enabled. This node is connected to an internal (virtual) loop-back CAN bus. All CAN nodes which are in Loop-Back Mode are connected to this virtual CAN bus so that they can communicate with each other internally. The external transmit line is forced recessive in Loop-Back Mode.