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

pub enum RAMPOWERDOWNR {
    NONE,
    BLK4,
    BLK3TO4,
    BLK2TO4,
    BLK1TO4,
    _Reserved(u8),
}

Possible values of the field RAMPOWERDOWN

Variants

None of the RAM blocks powered down

Power down RAM blocks 4 and above (address range 0x20010000-0x2001FFFF)

Power down RAM blocks 3 and above (address range 0x2000C000-0x2001FFFF)

Power down RAM blocks 2 and above (address range 0x20008000-0x2001FFFF)

Power down RAM blocks 1 and above (address range 0x20004000-0x2001FFFF)

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 BLK4

[src]

Checks if the value of the field is BLK3TO4

[src]

Checks if the value of the field is BLK2TO4

[src]

Checks if the value of the field is BLK1TO4

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 !=.