Enum nrf52840_pac::nfct::txd::frameconfig::CRCMODETX_A
source · pub enum CRCMODETX_A {
NO_CRCTX = 0,
CRC16TX = 1,
}
Expand description
CRC mode for outgoing frames
Value on reset: 1
Variants§
NO_CRCTX = 0
0: CRC is not added to the frame
CRC16TX = 1
1: 16 bit CRC added to the frame based on all the data read from RAM that is used in the frame
Trait Implementations§
source§impl Clone for CRCMODETX_A
impl Clone for CRCMODETX_A
source§fn clone(&self) -> CRCMODETX_A
fn clone(&self) -> CRCMODETX_A
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for CRCMODETX_A
impl Debug for CRCMODETX_A
source§impl From<CRCMODETX_A> for bool
impl From<CRCMODETX_A> for bool
source§fn from(variant: CRCMODETX_A) -> Self
fn from(variant: CRCMODETX_A) -> Self
Converts to this type from the input type.
source§impl PartialEq for CRCMODETX_A
impl PartialEq for CRCMODETX_A
impl Copy for CRCMODETX_A
impl StructuralPartialEq for CRCMODETX_A
Auto Trait Implementations§
impl Freeze for CRCMODETX_A
impl RefUnwindSafe for CRCMODETX_A
impl Send for CRCMODETX_A
impl Sync for CRCMODETX_A
impl Unpin for CRCMODETX_A
impl UnwindSafe for CRCMODETX_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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)