Type Alias BramcfgW

Source
pub type BramcfgW<'a, REG> = FieldWriter<'a, REG, 2, Bramcfgselect>;
Expand description

Field BRAMCFG writer - Ram Configuration

Aliased Type§

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

Implementations§

Source§

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

Source

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

All the backup RAM is retained

Source

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

Only the first 4Kbytes of the backup RAM is retained

Source

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

All the backup RAM is turned OFF