Enum nrf52840_pac::radio::intenclr::RATEBOOST_A
source · pub enum RATEBOOST_A {
DISABLED = 0,
ENABLED = 1,
}
Expand description
Write ‘1’ to disable interrupt for RATEBOOST event
Value on reset: 0
Variants§
Trait Implementations§
source§impl Clone for RATEBOOST_A
impl Clone for RATEBOOST_A
source§fn clone(&self) -> RATEBOOST_A
fn clone(&self) -> RATEBOOST_A
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for RATEBOOST_A
impl Debug for RATEBOOST_A
source§impl From<RATEBOOST_A> for bool
impl From<RATEBOOST_A> for bool
source§fn from(variant: RATEBOOST_A) -> Self
fn from(variant: RATEBOOST_A) -> Self
Converts to this type from the input type.
source§impl PartialEq for RATEBOOST_A
impl PartialEq for RATEBOOST_A
impl Copy for RATEBOOST_A
impl StructuralPartialEq for RATEBOOST_A
Auto Trait Implementations§
impl Freeze for RATEBOOST_A
impl RefUnwindSafe for RATEBOOST_A
impl Send for RATEBOOST_A
impl Sync for RATEBOOST_A
impl Unpin for RATEBOOST_A
impl UnwindSafe for RATEBOOST_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
)