#[repr(u8)]pub enum Lom {
LISTEN_ONLY_MODE_DISABLED = 0,
LISTEN_ONLY_MODE_ENABLED = 1,
}Variants§
LISTEN_ONLY_MODE_DISABLED = 0
Listen-Only mode is deactivated.
LISTEN_ONLY_MODE_ENABLED = 1
FlexCAN module operates in Listen-Only mode.
Implementations§
Trait Implementations§
Source§impl Ord for Lom
impl Ord for Lom
Source§impl PartialOrd for Lom
impl PartialOrd for Lom
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 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