Enum nrf52840_pac::radio::pcnf0::PLEN_A
source · #[repr(u8)]pub enum PLEN_A {
_8BIT = 0,
_16BIT = 1,
_32BIT_ZERO = 2,
LONG_RANGE = 3,
}
Expand description
Length of preamble on air. Decision point: TASKS_START task
Value on reset: 0
Variants§
_8BIT = 0
0: 8-bit preamble
_16BIT = 1
1: 16-bit preamble
_32BIT_ZERO = 2
2: 32-bit zero preamble - used for IEEE 802.15.4
LONG_RANGE = 3
3: Preamble - used for BLE long range
Trait Implementations§
impl Copy for PLEN_A
impl StructuralPartialEq for PLEN_A
Auto Trait Implementations§
impl Freeze for PLEN_A
impl RefUnwindSafe for PLEN_A
impl Send for PLEN_A
impl Sync for PLEN_A
impl Unpin for PLEN_A
impl UnwindSafe for PLEN_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
)