Enum stm32wlxx_hal::pac::rcc::cfgr::STOPWUCK_A
pub enum STOPWUCK_A {
Msi = 0,
Hsi16 = 1,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
Wakeup from Stop and CSS backup clock selection
Value on reset: 0
Variants§
Msi = 0
0: MSI oscillator selected as wakeup from stop clock and CSS backup clock
Hsi16 = 1
1: HSI16 oscillator selected as wakeup from stop clock and CSS backup clock
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 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