pub enum LPOSCDPDEN_A {
DISABLED = 0,
ENABLED = 1,
}Expand description
causes the low-power oscillator to remain running during Deep power-down mode provided that bit 2 in this register is set as well. You must set this bit for the self wake-up timer to be able to wake up the part from Deep power-down mode. Remark: Do not set this bit unless you use the self wake-up timer with the low-power oscillator clock source to wake up from Deep power-down mode.
Value on reset: 0
Variants§
Trait Implementations§
Source§impl Clone for LPOSCDPDEN_A
impl Clone for LPOSCDPDEN_A
Source§fn clone(&self) -> LPOSCDPDEN_A
fn clone(&self) -> LPOSCDPDEN_A
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for LPOSCDPDEN_A
impl Debug for LPOSCDPDEN_A
Source§impl From<LPOSCDPDEN_A> for bool
impl From<LPOSCDPDEN_A> for bool
Source§fn from(variant: LPOSCDPDEN_A) -> Self
fn from(variant: LPOSCDPDEN_A) -> Self
Converts to this type from the input type.
Source§impl PartialEq for LPOSCDPDEN_A
impl PartialEq for LPOSCDPDEN_A
impl Copy for LPOSCDPDEN_A
impl StructuralPartialEq for LPOSCDPDEN_A
Auto Trait Implementations§
impl Freeze for LPOSCDPDEN_A
impl RefUnwindSafe for LPOSCDPDEN_A
impl Send for LPOSCDPDEN_A
impl Sync for LPOSCDPDEN_A
impl Unpin for LPOSCDPDEN_A
impl UnwindSafe for LPOSCDPDEN_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