[][src]Enum efr32xg1::emu::ram0ctrl::RAMPOWERDOWNW

pub enum RAMPOWERDOWNW {
    NONE,
    BLK4,
    BLK3TO4,
    BLK2TO4,
    BLK1TO4,
}

Values that can be written to the field RAMPOWERDOWN

Variants

NONE

None of the RAM blocks powered down

BLK4

Power down RAM blocks 4 and above

BLK3TO4

Power down RAM blocks 3 and above

BLK2TO4

Power down RAM blocks 2 and above

BLK1TO4

Power down RAM blocks 1 and above

Auto Trait Implementations

Blanket Implementations

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

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> From for T
[src]

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

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

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

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

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

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

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