Type Alias BramcfgR

Source
pub type BramcfgR = FieldReader<Bramcfgselect>;
Expand description

Field BRAMCFG reader - Backup Ram Configuration

Aliased Type§

struct BramcfgR { /* private fields */ }

Implementations§

Source§

impl BramcfgR

Source

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

Get enumerated values variant

Source

pub fn is_ret(&self) -> bool

All the backup RAM is retained

Source

pub fn is_partial(&self) -> bool

Only the first 4Kbytes of the backup RAM is retained

Source

pub fn is_off(&self) -> bool

All the backup RAM is turned OFF