SynchR

Type Alias SynchR 

pub type SynchR = BitReader<Synch>;
Expand description

Field SYNCH reader - CAN Synchronization Status

Aliased Type§

pub struct SynchR { /* private fields */ }

Implementations§

§

impl SynchR

pub const fn variant(&self) -> Synch

Get enumerated values variant

pub fn is_0(&self) -> bool

FlexCAN is not synchronized to the CAN bus.

pub fn is_1(&self) -> bool

FlexCAN is synchronized to the CAN bus.