pub enum LPMS {
StopMode = 0,
StandbyMode = 1,
}Expand description
low-power mode selection This bit defines the Deepsleep mode.
Value on reset: 0
Variants§
StopMode = 0
0: Keeps Stop mode when entering DeepSleep
StandbyMode = 1
1: Allows Standby mode when entering DeepSleep
Trait Implementations§
impl Copy for LPMS
impl Eq for LPMS
impl StructuralPartialEq for LPMS
Auto Trait Implementations§
impl Freeze for LPMS
impl RefUnwindSafe for LPMS
impl Send for LPMS
impl Sync for LPMS
impl Unpin for LPMS
impl UnwindSafe for LPMS
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