#[repr(u8)]pub enum MODE_AW {
Normal = 0,
ClockConfigurationEnable = 1,
Pall = 2,
AutoRefreshCommand = 3,
LoadModeRegister = 4,
SelfRefreshCommand = 5,
PowerDownCommand = 6,
}
Expand description
Command mode
Value on reset: 0
Variants§
Normal = 0
0: Normal Mode
ClockConfigurationEnable = 1
1: Clock Configuration Enable
Pall = 2
2: PALL (All Bank Precharge) command
AutoRefreshCommand = 3
3: Auto-refresh command
LoadModeRegister = 4
4: Load Mode Resgier
SelfRefreshCommand = 5
5: Self-refresh command
PowerDownCommand = 6
6: Power-down command
Trait Implementations§
impl Copy for MODE_AW
impl StructuralPartialEq for MODE_AW
Auto Trait Implementations§
impl Freeze for MODE_AW
impl RefUnwindSafe for MODE_AW
impl Send for MODE_AW
impl Sync for MODE_AW
impl Unpin for MODE_AW
impl UnwindSafe for MODE_AW
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