#[repr(u8)]pub enum LEN_A {
_4KB = 0,
_64KB = 1,
ALL = 2,
}
Expand description
LEN
Value on reset: 0
Variants§
_4KB = 0
0: Erase 4 kB block (flash command 0x20)
_64KB = 1
1: Erase 64 kB block (flash command 0xD8)
ALL = 2
2: Erase all (flash command 0xC7)
Trait Implementations§
impl Copy for LEN_A
impl StructuralPartialEq for LEN_A
Auto Trait Implementations§
impl Freeze for LEN_A
impl RefUnwindSafe for LEN_A
impl Send for LEN_A
impl Sync for LEN_A
impl Unpin for LEN_A
impl UnwindSafe for LEN_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
)