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