Type Alias xmc4800::can_mo::mo::mofcr::IDC_W

source ·
pub type IDC_W<'a, REG> = BitWriter<'a, REG, IDC_A>;
Expand description

Field IDC writer - Identifier Copy

Aliased Type§

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

Implementations§

source§

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

source

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

The identifier of the gateway source object is not copied.

source

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

The identifier of the gateway source object (after storing the received frame in the source) is copied to the gateway destination object.