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