pub enum CCRCFAIL {
NotFailed = 0,
Failed = 1,
}Expand description
Command response received (CRC check failed)
Value on reset: 0
Variants§
NotFailed = 0
0: Command response received, crc check passed
Failed = 1
1: Command response received, crc check failed
Trait Implementations§
impl Copy for CCRCFAIL
impl Eq for CCRCFAIL
impl StructuralPartialEq for CCRCFAIL
Auto Trait Implementations§
impl Freeze for CCRCFAIL
impl RefUnwindSafe for CCRCFAIL
impl Send for CCRCFAIL
impl Sync for CCRCFAIL
impl Unpin for CCRCFAIL
impl UnwindSafe for CCRCFAIL
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