Enum Lbkdif
pub enum Lbkdif {
_0 = 0,
_1 = 1,
}Expand description
LIN Break Detect Interrupt Flag
Value on reset: 0
Variants§
_0 = 0
0: No LIN break character has been detected.
_1 = 1
1: LIN break character has been detected.
Trait Implementations§
impl Copy for Lbkdif
impl Eq for Lbkdif
impl StructuralPartialEq for Lbkdif
Auto Trait Implementations§
impl Freeze for Lbkdif
impl RefUnwindSafe for Lbkdif
impl Send for Lbkdif
impl Sync for Lbkdif
impl Unpin for Lbkdif
impl UnwindSafe for Lbkdif
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