Struct stm32_metapac::rcc::regs::Pllcfgr
#[repr(transparent)]pub struct Pllcfgr(pub u32);
Expand description
RCC PLLs Configuration Register
Tuple Fields§
§0: u32
Implementations§
§impl Pllcfgr
impl Pllcfgr
pub fn set_pllfracen(&mut self, n: usize, val: bool)
pub fn set_pllfracen(&mut self, n: usize, val: bool)
PLL1 fractional latch enable
pub fn set_pllvcosel(&mut self, n: usize, val: Pllvcosel)
pub fn set_pllvcosel(&mut self, n: usize, val: Pllvcosel)
PLL1 VCO selection
pub fn set_pllrge(&mut self, n: usize, val: Pllrge)
pub fn set_pllrge(&mut self, n: usize, val: Pllrge)
PLL1 input frequency range
pub fn set_divpen(&mut self, n: usize, val: bool)
pub fn set_divpen(&mut self, n: usize, val: bool)
PLL1 DIVP divider output enable
pub fn set_divqen(&mut self, n: usize, val: bool)
pub fn set_divqen(&mut self, n: usize, val: bool)
PLL1 DIVQ divider output enable
pub fn set_divren(&mut self, n: usize, val: bool)
pub fn set_divren(&mut self, n: usize, val: bool)
PLL1 DIVR divider output enable
Trait Implementations§
impl Copy for Pllcfgr
impl Eq for Pllcfgr
impl StructuralPartialEq for Pllcfgr
Auto Trait Implementations§
impl Freeze for Pllcfgr
impl RefUnwindSafe for Pllcfgr
impl Send for Pllcfgr
impl Sync for Pllcfgr
impl Unpin for Pllcfgr
impl UnwindSafe for Pllcfgr
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)