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

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

Values that can be written to 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)