pub enum CRCERR_A {
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 CRCERR_A
impl StructuralPartialEq for CRCERR_A
Auto Trait Implementations§
impl Freeze for CRCERR_A
impl RefUnwindSafe for CRCERR_A
impl Send for CRCERR_A
impl Sync for CRCERR_A
impl Unpin for CRCERR_A
impl UnwindSafe for CRCERR_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