Enum efm32gg11b::emu::ram0ctrl::RAMPOWERDOWN_A[][src]

#[repr(u8)]
pub enum RAMPOWERDOWN_A {
    NONE,
    BLK7,
    BLK6TO7,
    BLK5TO7,
    BLK4TO7,
    BLK3TO7,
    BLK2TO7,
    BLK1TO7,
}
Expand description

RAM0 Blockset Power-down

Value on reset: 0

Variants

NONE

0: None of the RAM blocks powered down

BLK7

64: Power down RAM block 7 and above

BLK6TO7

96: Power down RAM block 6 and above

BLK5TO7

112: Power down RAM block 5 and above

BLK4TO7

120: Power down RAM blocks 4 and above

BLK3TO7

124: Power down RAM blocks 3 and above

BLK2TO7

126: Power down RAM blocks 2 and above

BLK1TO7

127: Power down RAM blocks 1 and above

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Performs the conversion.

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

Should always be Self

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.