Type Alias xmc4300::can_mo::mo::mofcr::RxieW

source ·
pub type RxieW<'a, REG> = BitWriter<'a, REG, Rxie>;
Expand description

Field RXIE writer - Receive Interrupt Enable

Aliased Type§

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

Implementations§

source§

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

source

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

Message receive interrupt is disabled.

source

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

Message receive interrupt is enabled.