#[repr(u8)]pub enum MODES2_A {
Normal = 0,
SelfRefresh = 1,
PowerDown = 2,
}
Expand description
Status Mode for Bank 1
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for MODES1_A
impl StructuralPartialEq for MODES1_A
Auto Trait Implementations§
impl Freeze for MODES1_A
impl RefUnwindSafe for MODES1_A
impl Send for MODES1_A
impl Sync for MODES1_A
impl Unpin for MODES1_A
impl UnwindSafe for MODES1_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