Type Alias xmc4300::can_node0::nfcr::CfcieW

source ·
pub type CfcieW<'a, REG> = BitWriter<'a, REG, Cfcie>;
Expand description

Field CFCIE writer - CAN Frame Count Interrupt Enable

Aliased Type§

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

Implementations§

source§

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

source

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

CAN frame counter overflow interrupt is disabled.

source

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

CAN frame counter overflow interrupt is enabled.