Enum nrf52840_pac::mwu::nmien::REGION3RA_A
source · pub enum REGION3RA_A {
DISABLED = 0,
ENABLED = 1,
}
Expand description
Enable or disable non-maskable interrupt for REGION[3].RA event
Value on reset: 0
Variants§
Trait Implementations§
source§impl Clone for REGION3RA_A
impl Clone for REGION3RA_A
source§fn clone(&self) -> REGION3RA_A
fn clone(&self) -> REGION3RA_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 REGION3RA_A
impl Debug for REGION3RA_A
source§impl From<REGION3RA_A> for bool
impl From<REGION3RA_A> for bool
source§fn from(variant: REGION3RA_A) -> Self
fn from(variant: REGION3RA_A) -> Self
Converts to this type from the input type.
source§impl PartialEq for REGION3RA_A
impl PartialEq for REGION3RA_A
impl Copy for REGION3RA_A
impl StructuralPartialEq for REGION3RA_A
Auto Trait Implementations§
impl Freeze for REGION3RA_A
impl RefUnwindSafe for REGION3RA_A
impl Send for REGION3RA_A
impl Sync for REGION3RA_A
impl Unpin for REGION3RA_A
impl UnwindSafe for REGION3RA_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
)