Enum Sleepdeep
pub enum Sleepdeep {
_0 = 0,
_1 = 1,
}Expand description
Controls whether the processor uses sleep or deep sleep as its low power mode
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for Sleepdeep
impl Eq for Sleepdeep
impl StructuralPartialEq for Sleepdeep
Auto Trait Implementations§
impl Freeze for Sleepdeep
impl RefUnwindSafe for Sleepdeep
impl Send for Sleepdeep
impl Sync for Sleepdeep
impl Unpin for Sleepdeep
impl UnwindSafe for Sleepdeep
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