Enum efm32gg11b820::emu::ram0ctrl::RAMPOWERDOWNR [] [src]

pub enum RAMPOWERDOWNR {
    NONE,
    BLK7,
    BLK6TO7,
    BLK5TO7,
    BLK4TO7,
    BLK3TO7,
    BLK2TO7,
    BLK1TO7,
    _Reserved(u8),
}

Possible values of the field RAMPOWERDOWN

Variants

None of the RAM blocks powered down

Power down RAM block 7 and above

Power down RAM block 6 and above

Power down RAM block 5 and above

Power down RAM blocks 4 and above

Power down RAM blocks 3 and above

Power down RAM blocks 2 and above

Power down RAM blocks 1 and above

Reserved

Methods

impl RAMPOWERDOWNR
[src]

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is NONE

[src]

Checks if the value of the field is BLK7

[src]

Checks if the value of the field is BLK6TO7

[src]

Checks if the value of the field is BLK5TO7

[src]

Checks if the value of the field is BLK4TO7

[src]

Checks if the value of the field is BLK3TO7

[src]

Checks if the value of the field is BLK2TO7

[src]

Checks if the value of the field is BLK1TO7

Trait Implementations

impl Clone for RAMPOWERDOWNR
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for RAMPOWERDOWNR
[src]

impl Debug for RAMPOWERDOWNR
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for RAMPOWERDOWNR
[src]

[src]

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

[src]

This method tests for !=.