pub enum LBDL {
Bit10 = 0,
Bit11 = 1,
}
Expand description
LIN break detection length
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for LBDL
impl Eq for LBDL
impl StructuralPartialEq for LBDL
Auto Trait Implementations§
impl Freeze for LBDL
impl RefUnwindSafe for LBDL
impl Send for LBDL
impl Sync for LBDL
impl Unpin for LBDL
impl UnwindSafe for LBDL
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