Type Alias xmc4800::can_mo::mo::mofcr::RmmW

source ·
pub type RmmW<'a, REG> = BitWriter<'a, REG, Rmm>;
Expand description

Field RMM writer - Transmit Object Remote Monitoring

Aliased Type§

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

Implementations§

source§

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

source

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

Remote monitoring is disabled: Identifier, IDE bit, and DLC of message object n remain unchanged upon the reception of a matching Remote Frame.

source

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

Remote monitoring is enabled: Identifier, IDE bit, and DLC of a matching Remote Frame are copied to transmit object n in order to monitor incoming Remote Frames.