Enum stm32wlxx_hal::pac::spi1::sr::CRCERR_A
pub enum CRCERR_A {
Match = 0,
NoMatch = 1,
}
Available on crate feature
stm32wl5x_cm4
only.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 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