pub enum CRCNEXT_A {
TXBUFFER = 0,
CRC = 1,
}
Expand description
CRC transfer next
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_A
impl StructuralPartialEq for CRCNEXT_A
Auto Trait Implementations§
impl Freeze for CRCNEXT_A
impl RefUnwindSafe for CRCNEXT_A
impl Send for CRCNEXT_A
impl Sync for CRCNEXT_A
impl Unpin for CRCNEXT_A
impl UnwindSafe for CRCNEXT_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