pub enum CRCERRW {
MATCH,
NOMATCH,
}
Expand description
Values that can be written to the field CRCERR
Variants§
MATCH
CRC value received matches the SPIx_RXCRCR value
NOMATCH
CRC value received does not match the SPIx_RXCRCR value
Auto Trait Implementations§
impl Freeze for CRCERRW
impl RefUnwindSafe for CRCERRW
impl Send for CRCERRW
impl Sync for CRCERRW
impl Unpin for CRCERRW
impl UnwindSafe for CRCERRW
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