#[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