Type Alias RamcfgW

Source
pub type RamcfgW<'a, REG> = FieldWriter<'a, REG, 2, Ramcfgselect>;
Expand description

Field RAMCFG writer - Ram Configuration

Aliased Type§

struct RamcfgW<'a, REG> { /* private fields */ }

Implementations§

Source§

impl<'a, REG> RamcfgW<'a, REG>
where REG: Writable + RegisterSpec, REG::Ux: From<u8>,

Source

pub fn ret(self) -> &'a mut W<REG>

All the system RAM is retained

Source

pub fn partial(self) -> &'a mut W<REG>

Only the first 32Kbytes of the system RAM is retained

Source

pub fn off(self) -> &'a mut W<REG>

All the system RAM is turned OFF