Enum nrf52840_pac::nvmc::eraseuicr::ERASEUICR_A
source · pub enum ERASEUICR_A {
NO_OPERATION = 0,
ERASE = 1,
}
Expand description
Register starting erase of all user information configuration registers. Note that the erase must be enabled using CONFIG.WEN before the UICR can be erased.
Value on reset: 0
Variants§
Trait Implementations§
source§impl Clone for ERASEUICR_A
impl Clone for ERASEUICR_A
source§fn clone(&self) -> ERASEUICR_A
fn clone(&self) -> ERASEUICR_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 ERASEUICR_A
impl Debug for ERASEUICR_A
source§impl From<ERASEUICR_A> for bool
impl From<ERASEUICR_A> for bool
source§fn from(variant: ERASEUICR_A) -> Self
fn from(variant: ERASEUICR_A) -> Self
Converts to this type from the input type.
source§impl PartialEq for ERASEUICR_A
impl PartialEq for ERASEUICR_A
impl Copy for ERASEUICR_A
impl StructuralPartialEq for ERASEUICR_A
Auto Trait Implementations§
impl Freeze for ERASEUICR_A
impl RefUnwindSafe for ERASEUICR_A
impl Send for ERASEUICR_A
impl Sync for ERASEUICR_A
impl Unpin for ERASEUICR_A
impl UnwindSafe for ERASEUICR_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
)