Type Alias xmc4300::can_node0::npcr::LbmR

source ·
pub type LbmR = BitReader<Lbm>;
Expand description

Field LBM reader - Loop-Back Mode

Aliased Type§

struct LbmR { /* private fields */ }

Implementations§

source§

impl LbmR

source

pub const fn variant(&self) -> Lbm

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.