Type Alias xmc4800::can_node0::ncr::AlieW

source ·
pub type AlieW<'a, REG> = BitWriter<'a, REG, Alie>;
Expand description

Field ALIE writer - Alert Interrupt Enable

Aliased Type§

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

Implementations§

source§

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

source

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

Alert interrupt is disabled.

source

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

Alert interrupt is enabled.