Type Alias xmc4300::can_node0::nfcr::CfcieR

source ·
pub type CfcieR = BitReader<Cfcie>;
Expand description

Field CFCIE reader - CAN Frame Count Interrupt Enable

Aliased Type§

struct CfcieR { /* private fields */ }

Implementations§

source§

impl CfcieR

source

pub const fn variant(&self) -> Cfcie

Get enumerated values variant

source

pub fn is_value1(&self) -> bool

CAN frame counter overflow interrupt is disabled.

source

pub fn is_value2(&self) -> bool

CAN frame counter overflow interrupt is enabled.