ClksrcR

Type Alias ClksrcR 

pub type ClksrcR = BitReader<Clksrc>;
Expand description

Field CLKSRC reader - CAN Engine Clock Source

Aliased Type§

pub struct ClksrcR { /* private fields */ }

Implementations§

§

impl ClksrcR

pub const fn variant(&self) -> Clksrc

Get enumerated values variant

pub fn is_0(&self) -> bool

The CAN engine clock source is the oscillator clock. Under this condition, the oscillator clock frequency must be lower than the bus clock.

pub fn is_1(&self) -> bool

The CAN engine clock source is the peripheral clock.