pub enum CRCNEXT {
TxBuffer = 0,
Crc = 1,
}
Expand description
Transmit CRC next Note: This bit has to be written as soon as the last data is written in the SPIx_DR register. This bit is not used in I2S mode.
Value on reset: 0
Variants§
TxBuffer = 0
0: Next transmit value is from Tx buffer
Crc = 1
1: Next transmit value is from Tx CRC register
Trait Implementations§
impl Copy for CRCNEXT
impl Eq for CRCNEXT
impl StructuralPartialEq for CRCNEXT
Auto Trait Implementations§
impl Freeze for CRCNEXT
impl RefUnwindSafe for CRCNEXT
impl Send for CRCNEXT
impl Sync for CRCNEXT
impl Unpin for CRCNEXT
impl UnwindSafe for CRCNEXT
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