Type Alias xmc4200::can_node0::npcr::LBM_W

source ·
pub type LBM_W<'a, REG> = BitWriter<'a, REG, LBM_A>;
Expand description

Field LBM writer - Loop-Back Mode

Aliased Type§

struct LBM_W<'a, REG> { /* private fields */ }

Implementations§

source§

impl<'a, REG> LBM_W<'a, REG>
where REG: Writable + RegisterSpec,

source

pub fn value1(self) -> &'a mut W<REG>

Loop-Back Mode is disabled.

source

pub fn value2(self) -> &'a mut W<REG>

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.