pub enum PDDSW {
STOP_MODE,
STANDBY_MODE,
}
Expand description
Values that can be written to the field PDDS
Variants§
STOP_MODE
Enter Stop mode when the CPU enters deepsleep
STANDBY_MODE
Enter Standby mode when the CPU enters deepsleep
Auto Trait Implementations§
impl Freeze for PDDSW
impl RefUnwindSafe for PDDSW
impl Send for PDDSW
impl Sync for PDDSW
impl Unpin for PDDSW
impl UnwindSafe for PDDSW
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