Enum Synch
pub enum Synch {
_0 = 0,
_1 = 1,
}Expand description
CAN Synchronization Status
Value on reset: 0
Variants§
_0 = 0
0: FlexCAN is not synchronized to the CAN bus.
_1 = 1
1: FlexCAN is synchronized to the CAN bus.
Trait Implementations§
impl Copy for Synch
impl Eq for Synch
impl StructuralPartialEq for Synch
Auto Trait Implementations§
impl Freeze for Synch
impl RefUnwindSafe for Synch
impl Send for Synch
impl Sync for Synch
impl Unpin for Synch
impl UnwindSafe for Synch
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more