Enum stm32wlxx_hal::pac::rcc::cfgr::MCOSEL_A
#[repr(u8)]pub enum MCOSEL_A {
NoClock = 0,
Sysclk = 1,
Msi = 2,
Hsi16 = 3,
Hse32 = 4,
Pllr = 5,
Lsi = 6,
Lse = 8,
Pllp = 13,
Pllq = 14,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
Microcontroller clock output
Value on reset: 0
Variants§
NoClock = 0
0: No clock
Sysclk = 1
1: SYSCLK clock selected
Msi = 2
2: MSI oscillator clock selected
Hsi16 = 3
3: HSI16 oscillator clock selected
Hse32 = 4
4: HSE32 oscillator clock selected
Pllr = 5
5: Main PLLRCLK clock selected
Lsi = 6
6: LSI oscillator clock selected
Lse = 8
8: LSE oscillator clock selected
Pllp = 13
13: Main PLLPCLK clock selected
Pllq = 14
14: Main PLLQCLK clock selected
Trait Implementations§
impl Copy for MCOSEL_A
impl StructuralPartialEq for MCOSEL_A
Auto Trait Implementations§
impl RefUnwindSafe for MCOSEL_A
impl Send for MCOSEL_A
impl Sync for MCOSEL_A
impl Unpin for MCOSEL_A
impl UnwindSafe for MCOSEL_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