pub enum S2POWER_A {
OFF = 0,
ON = 1,
}
Expand description
Keep RAM section S2 on or off in System ON mode.
Value on reset: 1
Variants§
Trait Implementations§
impl Copy for S2POWER_A
impl StructuralPartialEq for S2POWER_A
Auto Trait Implementations§
impl Freeze for S2POWER_A
impl RefUnwindSafe for S2POWER_A
impl Send for S2POWER_A
impl Sync for S2POWER_A
impl Unpin for S2POWER_A
impl UnwindSafe for S2POWER_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