Enum Lbkdie
pub enum Lbkdie {
_0 = 0,
_1 = 1,
}Expand description
LIN Break Detect Interrupt Enable
Value on reset: 0
Variants§
_0 = 0
0: Hardware interrupts from LPUART_STAT[LBKDIF] disabled (use polling).
_1 = 1
1: Hardware interrupt requested when LPUART_STAT[LBKDIF] flag is 1.
Trait Implementations§
impl Copy for Lbkdie
impl Eq for Lbkdie
impl StructuralPartialEq for Lbkdie
Auto Trait Implementations§
impl Freeze for Lbkdie
impl RefUnwindSafe for Lbkdie
impl Send for Lbkdie
impl Sync for Lbkdie
impl Unpin for Lbkdie
impl UnwindSafe for Lbkdie
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