pub enum ERASEALL_A {
NO_OPERATION = 0,
ERASE = 1,
}
Expand description
Erase all non-volatile memory including UICR registers. Note that the erase must be enabled using CONFIG.WEN before the non-volatile memory can be erased.
Value on reset: 0
Variants§
Trait Implementations§
Source§impl Clone for ERASEALL_A
impl Clone for ERASEALL_A
Source§fn clone(&self) -> ERASEALL_A
fn clone(&self) -> ERASEALL_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 ERASEALL_A
impl Debug for ERASEALL_A
Source§impl From<ERASEALL_A> for bool
impl From<ERASEALL_A> for bool
Source§fn from(variant: ERASEALL_A) -> Self
fn from(variant: ERASEALL_A) -> Self
Converts to this type from the input type.
Source§impl PartialEq for ERASEALL_A
impl PartialEq for ERASEALL_A
impl Copy for ERASEALL_A
impl StructuralPartialEq for ERASEALL_A
Auto Trait Implementations§
impl Freeze for ERASEALL_A
impl RefUnwindSafe for ERASEALL_A
impl Send for ERASEALL_A
impl Sync for ERASEALL_A
impl Unpin for ERASEALL_A
impl UnwindSafe for ERASEALL_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