Enum Flashfwu
#[repr(u8)]pub enum Flashfwu {
LowPower = 0,
Normal = 1,
}Variants§
LowPower = 0
Flash memory enters low-power mode in Stop 0 and Stop 1 modes (lower-power consumption).
Normal = 1
Flash memory remains in normal mode in Stop 0 and Stop 1 modes (faster wakeup time).
Implementations§
Trait Implementations§
impl Copy for Flashfwu
impl Eq for Flashfwu
§impl Ord for Flashfwu
impl Ord for Flashfwu
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
§impl PartialOrd for Flashfwu
impl PartialOrd for Flashfwu
impl StructuralPartialEq for Flashfwu
Auto Trait Implementations§
impl Freeze for Flashfwu
impl RefUnwindSafe for Flashfwu
impl Send for Flashfwu
impl Sync for Flashfwu
impl Unpin for Flashfwu
impl UnsafeUnpin for Flashfwu
impl UnwindSafe for Flashfwu
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