pub enum CRCL {
EightBit = 0,
SixteenBit = 1,
}
Expand description
CRC length This bit is set and cleared by software to select the CRC length. 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 CRCL
impl Eq for CRCL
impl StructuralPartialEq for CRCL
Auto Trait Implementations§
impl Freeze for CRCL
impl RefUnwindSafe for CRCL
impl Send for CRCL
impl Sync for CRCL
impl Unpin for CRCL
impl UnwindSafe for CRCL
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