pub enum CRCEN {
Disabled = 0,
Enabled = 1,
}
Expand description
Hardware CRC calculation enable Note: This bit should be written only when SPI is disabled (SPE = ‘0’) for correct operation. This bit is not used in I2S mode.
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for CRCEN
impl Eq for CRCEN
impl StructuralPartialEq for CRCEN
Auto Trait Implementations§
impl Freeze for CRCEN
impl RefUnwindSafe for CRCEN
impl Send for CRCEN
impl Sync for CRCEN
impl Unpin for CRCEN
impl UnwindSafe for CRCEN
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