Enum stm32wlxx_hal::pac::rcc::cfgr::SW_A
#[repr(u8)]pub enum SW_A {
Msi = 0,
Hsi16 = 1,
Hse32 = 2,
Pllr = 3,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
System clock switch
Value on reset: 0
Variants§
Msi = 0
0: MSI oscillator used as system clock
Hsi16 = 1
1: HSI16 oscillator used as system clock
Hse32 = 2
2: HSE32 oscillator used as system clock
Pllr = 3
3: PLLRCLK used as system clock
Trait Implementations§
impl Copy for SW_A
impl StructuralPartialEq for SW_A
Auto Trait Implementations§
impl RefUnwindSafe for SW_A
impl Send for SW_A
impl Sync for SW_A
impl Unpin for SW_A
impl UnwindSafe for SW_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