pub enum RAMRET_SEL1_A {
DISABLED = 0,
ENABLED = 1,
}Expand description
System RAM 1 Data retention in BACKUP mode.
Value on reset: 0
Variants§
Trait Implementations§
Source§impl Clone for RAMRET_SEL1_A
impl Clone for RAMRET_SEL1_A
Source§fn clone(&self) -> RAMRET_SEL1_A
fn clone(&self) -> RAMRET_SEL1_A
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for RAMRET_SEL1_A
Source§impl Debug for RAMRET_SEL1_A
impl Debug for RAMRET_SEL1_A
impl Eq for RAMRET_SEL1_A
Source§impl From<RAMRET_SEL1_A> for bool
impl From<RAMRET_SEL1_A> for bool
Source§fn from(variant: RAMRET_SEL1_A) -> Self
fn from(variant: RAMRET_SEL1_A) -> Self
Converts to this type from the input type.
Source§impl PartialEq for RAMRET_SEL1_A
impl PartialEq for RAMRET_SEL1_A
impl StructuralPartialEq for RAMRET_SEL1_A
Auto Trait Implementations§
impl Freeze for RAMRET_SEL1_A
impl RefUnwindSafe for RAMRET_SEL1_A
impl Send for RAMRET_SEL1_A
impl Sync for RAMRET_SEL1_A
impl Unpin for RAMRET_SEL1_A
impl UnsafeUnpin for RAMRET_SEL1_A
impl UnwindSafe for RAMRET_SEL1_A
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