pub enum DPM_A {
DISABLED = 0,
ENABLED = 1,
}
Expand description
Deep power-down mode (DPM) status of external flash.
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for DPM_A
impl StructuralPartialEq for DPM_A
Auto Trait Implementations§
impl Freeze for DPM_A
impl RefUnwindSafe for DPM_A
impl Send for DPM_A
impl Sync for DPM_A
impl Unpin for DPM_A
impl UnwindSafe for DPM_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