Enum nrf52840_pac::radio::pcnf0::S1INCL_A
source · pub enum S1INCL_A {
AUTOMATIC = 0,
INCLUDE = 1,
}
Expand description
Include or exclude S1 field in RAM
Value on reset: 0
Variants§
AUTOMATIC = 0
0: Include S1 field in RAM only if S1LEN > 0
INCLUDE = 1
1: Always include S1 field in RAM independent of S1LEN
Trait Implementations§
impl Copy for S1INCL_A
impl StructuralPartialEq for S1INCL_A
Auto Trait Implementations§
impl Freeze for S1INCL_A
impl RefUnwindSafe for S1INCL_A
impl Send for S1INCL_A
impl Sync for S1INCL_A
impl Unpin for S1INCL_A
impl UnwindSafe for S1INCL_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
)