pub enum MER_A {
MassErase = 1,
}
Expand description
Mass Erase of sectors 0 to 11
Value on reset: 0
Variants§
MassErase = 1
1: Erase activated for all user sectors
Trait Implementations§
impl Copy for MER_A
impl StructuralPartialEq for MER_A
Auto Trait Implementations§
impl Freeze for MER_A
impl RefUnwindSafe for MER_A
impl Send for MER_A
impl Sync for MER_A
impl Unpin for MER_A
impl UnwindSafe for MER_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