Enum stm32wlxx_hal::pac::rcc::pllcfgr::PLLSRC_A
#[repr(u8)]pub enum PLLSRC_A {
NoClock = 0,
Msi = 1,
Hsi16 = 2,
Hse32 = 3,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
Main PLL entry clock source
Value on reset: 0
Variants§
NoClock = 0
0: No clock sent to PLL
Msi = 1
1: MSI clock selected as PLL clock entry
Hsi16 = 2
2: HSI16 clock selected as PLL clock entry
Hse32 = 3
3: HSE32 clock selected as PLL clock entry
Trait Implementations§
impl Copy for PLLSRC_A
impl StructuralPartialEq for PLLSRC_A
Auto Trait Implementations§
impl RefUnwindSafe for PLLSRC_A
impl Send for PLLSRC_A
impl Sync for PLLSRC_A
impl Unpin for PLLSRC_A
impl UnwindSafe for PLLSRC_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