pub enum Lom {
ListenOnlyModeDisabled = 0,
ListenOnlyModeEnabled = 1,
}Expand description
Listen-Only Mode
Value on reset: 0
Variants§
ListenOnlyModeDisabled = 0
0: Listen-Only mode is deactivated.
ListenOnlyModeEnabled = 1
1: FlexCAN module operates in Listen-Only mode.
Trait Implementations§
impl Copy for Lom
impl Eq for Lom
impl StructuralPartialEq for Lom
Auto Trait Implementations§
impl Freeze for Lom
impl RefUnwindSafe for Lom
impl Send for Lom
impl Sync for Lom
impl Unpin for Lom
impl UnsafeUnpin for Lom
impl UnwindSafe for Lom
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