#[repr(u8)]pub enum LEC_A {
NoError = 0,
Stuff = 1,
Form = 2,
Ack = 3,
BitRecessive = 4,
BitDominant = 5,
Crc = 6,
Custom = 7,
}
Expand description
LEC
Value on reset: 0
Variants§
NoError = 0
0: No Error
Stuff = 1
1: Stuff Error
Form = 2
2: Form Error
Ack = 3
3: Acknowledgment Error
BitRecessive = 4
4: Bit recessive Error
BitDominant = 5
5: Bit dominant Error
Crc = 6
6: CRC Error
Custom = 7
7: Set by software
Trait Implementations§
impl Copy for LEC_A
impl StructuralPartialEq for LEC_A
Auto Trait Implementations§
impl Freeze for LEC_A
impl RefUnwindSafe for LEC_A
impl Send for LEC_A
impl Sync for LEC_A
impl Unpin for LEC_A
impl UnwindSafe for LEC_A
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