Struct nrf52840_pac::radio::pcnf0::W
source · pub struct W(/* private fields */);
Expand description
Register PCNF0
writer
Implementations§
source§impl W
impl W
sourcepub fn lflen(&mut self) -> LFLEN_W<'_, 0>
pub fn lflen(&mut self) -> LFLEN_W<'_, 0>
Bits 0:3 - Length on air of LENGTH field in number of bits.
sourcepub fn s0len(&mut self) -> S0LEN_W<'_, 8>
pub fn s0len(&mut self) -> S0LEN_W<'_, 8>
Bit 8 - Length on air of S0 field in number of bytes.
sourcepub fn s1len(&mut self) -> S1LEN_W<'_, 16>
pub fn s1len(&mut self) -> S1LEN_W<'_, 16>
Bits 16:19 - Length on air of S1 field in number of bits.
sourcepub fn plen(&mut self) -> PLEN_W<'_, 24>
pub fn plen(&mut self) -> PLEN_W<'_, 24>
Bits 24:25 - Length of preamble on air. Decision point: TASKS_START task
sourcepub fn crcinc(&mut self) -> CRCINC_W<'_, 26>
pub fn crcinc(&mut self) -> CRCINC_W<'_, 26>
Bit 26 - Indicates if LENGTH field contains CRC or not
Methods from Deref<Target = W<PCNF0_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for W
impl RefUnwindSafe for W
impl Send for W
impl Sync for W
impl Unpin for W
impl UnwindSafe for W
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