pub enum LINEN {
Disabled = 0,
Enabled = 1,
}
Expand description
LIN mode enable
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for LINEN
impl Eq for LINEN
impl StructuralPartialEq for LINEN
Auto Trait Implementations§
impl Freeze for LINEN
impl RefUnwindSafe for LINEN
impl Send for LINEN
impl Sync for LINEN
impl Unpin for LINEN
impl UnwindSafe for LINEN
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