pub enum PDDS {
StopMode = 0,
StandbyMode = 1,
}
Expand description
Power down deepsleep
Value on reset: 0
Variants§
StopMode = 0
0: Enter Stop mode when the CPU enters deepsleep
StandbyMode = 1
1: Enter Standby mode when the CPU enters deepsleep
Trait Implementations§
impl Copy for PDDS
impl Eq for PDDS
impl StructuralPartialEq for PDDS
Auto Trait Implementations§
impl Freeze for PDDS
impl RefUnwindSafe for PDDS
impl Send for PDDS
impl Sync for PDDS
impl Unpin for PDDS
impl UnwindSafe for PDDS
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