#[repr(u8)]pub enum MODE {
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
impl Eq for MODE
impl IsEnum for MODE
impl StructuralPartialEq for MODE
Auto Trait Implementations§
impl Freeze for MODE
impl RefUnwindSafe for MODE
impl Send for MODE
impl Sync for MODE
impl Unpin for MODE
impl UnwindSafe for MODE
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