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