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

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

RAM1 Blockset Power-down

Value on reset: 0

Variants

NONE

0: None of the RAM blocks powered down

BLK7

128: Power down RAM block 7 (address range 0x2003C000-0x2003FFFF)

BLK6TO7

192: Power down RAM blocks 6-7 (address range 0x20038000-0x2003FFFF)

BLK5TO7

224: Power down RAM blocks 5-7 (address range 0x20034000-0x2003FFFF)

BLK4TO7

240: Power down RAM blocks 4-7 (address range 0x20030000-0x2003FFFF)

BLK3TO7

248: Power down RAM blocks 3-7 (address range 0x2002C000-0x2003FFFF)

BLK2TO7

252: Power down RAM blocks 2-7 (address range 0x20028000-0x2003FFFF)

BLK1TO7

254: Power down RAM blocks 1-7 (address range 0x20024000-0x2003FFFF)

BLK0TO7

255: Power down RAM blocks 0-7 (address range 0x20020000-0x2003FFFF)

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.