Type Alias RamcfgR

Source
pub type RamcfgR = FieldReader<Ramcfgselect>;
Expand description

Field RAMCFG reader - Ram Configuration

Aliased Type§

struct RamcfgR { /* private fields */ }

Implementations§

Source§

impl RamcfgR

Source

pub const fn variant(&self) -> Option<Ramcfgselect>

Get enumerated values variant

Source

pub fn is_ret(&self) -> bool

All the system RAM is retained

Source

pub fn is_partial(&self) -> bool

Only the first 32Kbytes of the system RAM is retained

Source

pub fn is_off(&self) -> bool

All the system RAM is turned OFF