Enum nrf52840_pac::radio::crccnf::LEN_A
source · #[repr(u8)]pub enum LEN_A {
DISABLED = 0,
ONE = 1,
TWO = 2,
THREE = 3,
}
Expand description
CRC length in number of bytes.
Value on reset: 0
Variants§
DISABLED = 0
0: CRC length is zero and CRC calculation is disabled
ONE = 1
1: CRC length is one byte and CRC calculation is enabled
TWO = 2
2: CRC length is two bytes and CRC calculation is enabled
THREE = 3
3: CRC length is three bytes and CRC calculation is enabled
Trait Implementations§
impl Copy for LEN_A
impl StructuralPartialEq for LEN_A
Auto Trait Implementations§
impl Freeze for LEN_A
impl RefUnwindSafe for LEN_A
impl Send for LEN_A
impl Sync for LEN_A
impl Unpin for LEN_A
impl UnwindSafe for LEN_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
)