Enum stm32wlxx_hal::pac::rcc::pllcfgr::PLLM_A
#[repr(u8)]pub enum PLLM_A {
Div1 = 0,
Div2 = 1,
Div3 = 2,
Div4 = 3,
Div5 = 4,
Div6 = 5,
Div7 = 6,
Div8 = 7,
}
Available on crate feature
stm32wl5x_cm4
only.Expand description
Division factor for the main PLL input clock
Value on reset: 0
Variants§
Div1 = 0
0: VCO input = PLL input / PLLM
Div2 = 1
1: VCO input = PLL input / PLLM
Div3 = 2
2: VCO input = PLL input / PLLM
Div4 = 3
3: VCO input = PLL input / PLLM
Div5 = 4
4: VCO input = PLL input / PLLM
Div6 = 5
5: VCO input = PLL input / PLLM
Div7 = 6
6: VCO input = PLL input / PLLM
Div8 = 7
7: VCO input = PLL input / PLLM
Trait Implementations§
impl Copy for PLLM_A
impl StructuralPartialEq for PLLM_A
Auto Trait Implementations§
impl RefUnwindSafe for PLLM_A
impl Send for PLLM_A
impl Sync for PLLM_A
impl Unpin for PLLM_A
impl UnwindSafe for PLLM_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