Enum daisy::pac::rcc::cfgr::STOPKERWUCK_A
pub enum STOPKERWUCK_A {
Hsi = 0,
Csi = 1,
}
Expand description
System clock selection after a wake up from system Stop
Value on reset: 0
Variants§
Hsi = 0
0: HSI selected as wake up clock from system Stop
Csi = 1
1: CSI selected as wake up clock from system Stop
Trait Implementations§
§impl Clone for STOPWUCK_A
impl Clone for STOPWUCK_A
§fn clone(&self) -> STOPWUCK_A
fn clone(&self) -> STOPWUCK_A
Returns a copy 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 more§impl Debug for STOPWUCK_A
impl Debug for STOPWUCK_A
§impl PartialEq for STOPWUCK_A
impl PartialEq for STOPWUCK_A
§fn eq(&self, other: &STOPWUCK_A) -> bool
fn eq(&self, other: &STOPWUCK_A) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for STOPWUCK_A
impl StructuralPartialEq for STOPWUCK_A
Auto Trait Implementations§
impl Freeze for STOPWUCK_A
impl RefUnwindSafe for STOPWUCK_A
impl Send for STOPWUCK_A
impl Sync for STOPWUCK_A
impl Unpin for STOPWUCK_A
impl UnwindSafe for STOPWUCK_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