pub enum LBDIE {
Disabled = 0,
Enabled = 1,
}
Expand description
LIN break detection interrupt enable
Value on reset: 0
Variants§
Disabled = 0
0: Interrupt is inhibited
Enabled = 1
1: An interrupt is generated whenever LBDF=1 in the ISR register
Trait Implementations§
impl Copy for LBDIE
impl Eq for LBDIE
impl StructuralPartialEq for LBDIE
Auto Trait Implementations§
impl Freeze for LBDIE
impl RefUnwindSafe for LBDIE
impl Send for LBDIE
impl Sync for LBDIE
impl Unpin for LBDIE
impl UnwindSafe for LBDIE
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