#[repr(u8)]pub enum Bramcfgselect {
Ret = 0,
Partial = 1,
Off = 2,
}
Expand description
Backup Ram Configuration
Value on reset: 0
Variants§
Ret = 0
0: All the backup RAM is retained
Partial = 1
1: Only the first 4Kbytes of the backup RAM is retained
Off = 2
2: All the backup RAM is turned OFF
Trait Implementations§
Source§impl Clone for Bramcfgselect
impl Clone for Bramcfgselect
Source§fn clone(&self) -> Bramcfgselect
fn clone(&self) -> Bramcfgselect
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for Bramcfgselect
impl Debug for Bramcfgselect
Source§impl From<Bramcfgselect> for u8
impl From<Bramcfgselect> for u8
Source§fn from(variant: Bramcfgselect) -> Self
fn from(variant: Bramcfgselect) -> Self
Converts to this type from the input type.
Source§impl PartialEq for Bramcfgselect
impl PartialEq for Bramcfgselect
impl Copy for Bramcfgselect
impl Eq for Bramcfgselect
impl IsEnum for Bramcfgselect
impl StructuralPartialEq for Bramcfgselect
Auto Trait Implementations§
impl Freeze for Bramcfgselect
impl RefUnwindSafe for Bramcfgselect
impl Send for Bramcfgselect
impl Sync for Bramcfgselect
impl Unpin for Bramcfgselect
impl UnwindSafe for Bramcfgselect
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more