Enum nrf52840_pac::radio::crccnf::SKIPADDR_A
source · #[repr(u8)]pub enum SKIPADDR_A {
INCLUDE = 0,
SKIP = 1,
IEEE802154 = 2,
}
Expand description
Include or exclude packet address field out of CRC calculation.
Value on reset: 0
Variants§
INCLUDE = 0
0: CRC calculation includes address field
SKIP = 1
1: CRC calculation does not include address field. The CRC calculation will start at the first byte after the address.
IEEE802154 = 2
2: CRC calculation as per 802.15.4 standard. Starting at first byte after length field.
Trait Implementations§
source§impl Clone for SKIPADDR_A
impl Clone for SKIPADDR_A
source§fn clone(&self) -> SKIPADDR_A
fn clone(&self) -> SKIPADDR_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 SKIPADDR_A
impl Debug for SKIPADDR_A
source§impl From<SKIPADDR_A> for u8
impl From<SKIPADDR_A> for u8
source§fn from(variant: SKIPADDR_A) -> Self
fn from(variant: SKIPADDR_A) -> Self
Converts to this type from the input type.
source§impl PartialEq for SKIPADDR_A
impl PartialEq for SKIPADDR_A
impl Copy for SKIPADDR_A
impl StructuralPartialEq for SKIPADDR_A
Auto Trait Implementations§
impl Freeze for SKIPADDR_A
impl RefUnwindSafe for SKIPADDR_A
impl Send for SKIPADDR_A
impl Sync for SKIPADDR_A
impl Unpin for SKIPADDR_A
impl UnwindSafe for SKIPADDR_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
)