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