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