pub enum CRCERRR {
Match = 0,
NoMatch = 1,
}Expand description
CRC error flag
Value on reset: 0
Variants§
Match = 0
0: CRC value received matches the SPIx_RXCRCR value
NoMatch = 1
1: CRC value received does not match the SPIx_RXCRCR value
Trait Implementations§
impl Copy for CRCERRR
impl Eq for CRCERRR
impl StructuralPartialEq for CRCERRR
Auto Trait Implementations§
impl Freeze for CRCERRR
impl RefUnwindSafe for CRCERRR
impl Send for CRCERRR
impl Sync for CRCERRR
impl Unpin for CRCERRR
impl UnwindSafe for CRCERRR
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