pub enum S11POWER_AW {
OFF = 1,
}
Expand description
Keep RAM section S11 of RAMn on or off in System ON mode
Value on reset: 1
Variants§
OFF = 1
1: Off
Trait Implementations§
Source§impl Clone for S11POWER_AW
impl Clone for S11POWER_AW
Source§fn clone(&self) -> S11POWER_AW
fn clone(&self) -> S11POWER_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 S11POWER_AW
impl Debug for S11POWER_AW
Source§impl From<S11POWER_AW> for bool
impl From<S11POWER_AW> for bool
Source§fn from(variant: S11POWER_AW) -> Self
fn from(variant: S11POWER_AW) -> Self
Converts to this type from the input type.
Source§impl PartialEq for S11POWER_AW
impl PartialEq for S11POWER_AW
impl Copy for S11POWER_AW
impl StructuralPartialEq for S11POWER_AW
Auto Trait Implementations§
impl Freeze for S11POWER_AW
impl RefUnwindSafe for S11POWER_AW
impl Send for S11POWER_AW
impl Sync for S11POWER_AW
impl Unpin for S11POWER_AW
impl UnwindSafe for S11POWER_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