[][src]Enum atsame70q20b::sdramc::sdramc_lpr::LPCB_A

#[repr(u8)]pub enum LPCB_A {
    DISABLED,
    SELF_REFRESH,
    POWER_DOWN,
    DEEP_POWER_DOWN,
}

Low-power Configuration Bits

Value on reset: 0

Variants

DISABLED

0: The low-power feature is inhibited: no Power-down, Self-refresh or Deep Power-down command is issued to the SDRAM device.

SELF_REFRESH

1: The SDRAMC issues a Self-refresh command to the SDRAM device, the SDCK clock is deactivated and the SDCKE signal is set low. The SDRAM device leaves the Self-refresh mode when accessed and enters it after the access.

POWER_DOWN

2: The SDRAMC issues a Power-down Command to the SDRAM device after each access, the SDCKE signal is set to low. The SDRAM device leaves the Power-down mode when accessed and enters it after the access.

DEEP_POWER_DOWN

3: The SDRAMC issues a Deep Power-down command to the SDRAM device. This mode is unique to low-power SDRAM.

Trait Implementations

impl Clone for LPCB_A[src]

impl Copy for LPCB_A[src]

impl Debug for LPCB_A[src]

impl From<LPCB_A> for u8[src]

impl PartialEq<LPCB_A> for LPCB_A[src]

impl StructuralPartialEq for LPCB_A[src]

Auto Trait Implementations

impl Send for LPCB_A

impl Sync for LPCB_A

impl Unpin for LPCB_A

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.