pub enum S6RETENTION_AW {
OFF = 1,
}
Expand description
Keep retention on RAM section S6 when RAM section is switched off
Value on reset: 0
Variants§
OFF = 1
1: Off
Trait Implementations§
Source§impl Clone for S6RETENTION_AW
impl Clone for S6RETENTION_AW
Source§fn clone(&self) -> S6RETENTION_AW
fn clone(&self) -> S6RETENTION_AW
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 S6RETENTION_AW
impl Debug for S6RETENTION_AW
Source§impl From<S6RETENTION_AW> for bool
impl From<S6RETENTION_AW> for bool
Source§fn from(variant: S6RETENTION_AW) -> Self
fn from(variant: S6RETENTION_AW) -> Self
Converts to this type from the input type.
Source§impl PartialEq for S6RETENTION_AW
impl PartialEq for S6RETENTION_AW
impl Copy for S6RETENTION_AW
impl StructuralPartialEq for S6RETENTION_AW
Auto Trait Implementations§
impl Freeze for S6RETENTION_AW
impl RefUnwindSafe for S6RETENTION_AW
impl Send for S6RETENTION_AW
impl Sync for S6RETENTION_AW
impl Unpin for S6RETENTION_AW
impl UnwindSafe for S6RETENTION_AW
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