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