Enum Lbkde
pub enum Lbkde {
_0 = 0,
_1 = 1,
}Expand description
LIN Break Detection Enable
Value on reset: 0
Variants§
_0 = 0
0: LIN break detect is disabled, normal break character can be detected.
_1 = 1
1: LIN break detect is enabled. LIN break character is detected at length of 11 bit times (if M = 0) or 12 (if M = 1) or 13 (M10 = 1).
Trait Implementations§
impl Copy for Lbkde
impl Eq for Lbkde
impl StructuralPartialEq for Lbkde
Auto Trait Implementations§
impl Freeze for Lbkde
impl RefUnwindSafe for Lbkde
impl Send for Lbkde
impl Sync for Lbkde
impl Unpin for Lbkde
impl UnwindSafe for Lbkde
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