#[repr(transparent)]pub struct Pcnf0(pub u32);
Expand description
Packet configuration register 0
Tuple Fields§
§0: u32
Implementations§
Source§impl Pcnf0
impl Pcnf0
Sourcepub fn set_s1incl(&mut self, val: S1incl)
pub fn set_s1incl(&mut self, val: S1incl)
Include or exclude S1 field in RAM
Sourcepub fn set_plen(&mut self, val: Plen)
pub fn set_plen(&mut self, val: Plen)
Length of preamble on air. Decision point: TASKS_START task
Sourcepub fn set_crcinc(&mut self, val: Crcinc)
pub fn set_crcinc(&mut self, val: Crcinc)
Indicates if LENGTH field contains CRC or not
Sourcepub fn set_termlen(&mut self, val: u8)
pub fn set_termlen(&mut self, val: u8)
Length of TERM field in Long Range operation
Trait Implementations§
impl Copy for Pcnf0
impl Eq for Pcnf0
impl StructuralPartialEq for Pcnf0
Auto Trait Implementations§
impl Freeze for Pcnf0
impl RefUnwindSafe for Pcnf0
impl Send for Pcnf0
impl Sync for Pcnf0
impl Unpin for Pcnf0
impl UnwindSafe for Pcnf0
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
)