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