#[repr(u8)]pub enum Flshera {
DISABLED = 0,
ERASE_4K = 1,
ERASE_64K = 2,
ERASE_4K_64K = 3,
ERASE_128K = 4,
ERASE_256K = 5,
_RESERVED_6 = 6,
_RESERVED_7 = 7,
}Variants§
DISABLED = 0
Flash is not enabled
ERASE_4K = 1
Erase is 4K
ERASE_64K = 2
Erase is 64K
ERASE_4K_64K = 3
Erase allows 4K and 64K
ERASE_128K = 4
Erase is 128K
ERASE_256K = 5
Erase is 256K
_RESERVED_6 = 6
_RESERVED_7 = 7
Implementations§
Trait Implementations§
Source§impl Ord for Flshera
impl Ord for Flshera
Source§impl PartialOrd for Flshera
impl PartialOrd for Flshera
impl Copy for Flshera
impl Eq for Flshera
impl StructuralPartialEq for Flshera
Auto Trait Implementations§
impl Freeze for Flshera
impl RefUnwindSafe for Flshera
impl Send for Flshera
impl Sync for Flshera
impl Unpin for Flshera
impl UnwindSafe for Flshera
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