Struct stm32_metapac::rcc::regs::Pll1divr
#[repr(transparent)]pub struct Pll1divr(pub u32);
Expand description
RCC PLL1 dividers register
Tuple Fields§
§0: u32
Implementations§
§impl Pll1divr
impl Pll1divr
pub const fn plln(&self) -> u16
pub const fn plln(&self) -> u16
Multiplication factor for PLL1 VCO Set and reset by software to control the multiplication factor of the VCO. These bits can be written only when the PLL1 is disabled (PLL1ON = 0 and PLL1RDY = 0). … … others: reserved VCO output frequency = Fref1_ck x multiplication factor for PLL1 VCO, when fractional value 0 has been loaded into PLL1FRACN, with: Multiplication factor for PLL1 VCO between 4 and 512 input frequency Fref1_ck between 4 and 16�MHz
pub fn set_plln(&mut self, val: u16)
pub fn set_plln(&mut self, val: u16)
Multiplication factor for PLL1 VCO Set and reset by software to control the multiplication factor of the VCO. These bits can be written only when the PLL1 is disabled (PLL1ON = 0 and PLL1RDY = 0). … … others: reserved VCO output frequency = Fref1_ck x multiplication factor for PLL1 VCO, when fractional value 0 has been loaded into PLL1FRACN, with: Multiplication factor for PLL1 VCO between 4 and 512 input frequency Fref1_ck between 4 and 16�MHz
pub const fn pllp(&self) -> u8
pub const fn pllp(&self) -> u8
PLL1 DIVP division factor Set and reset by software to control the frequency of the pll1pclk clock. These bits can be written only when the PLL1 is disabled (PLL1ON = 0 and PLL1RDY = 0). Note that odd division factors are not allowed. …
pub fn set_pllp(&mut self, val: u8)
pub fn set_pllp(&mut self, val: u8)
PLL1 DIVP division factor Set and reset by software to control the frequency of the pll1pclk clock. These bits can be written only when the PLL1 is disabled (PLL1ON = 0 and PLL1RDY = 0). Note that odd division factors are not allowed. …
pub const fn pllq(&self) -> u8
pub const fn pllq(&self) -> u8
PLL1 DIVQ division factor Set and reset by software to control the frequency of the PLl1QCLK clock. These bits can be written only when the PLL1 is disabled (PLL1ON = 0 and PLL1RDY = 0). …
pub fn set_pllq(&mut self, val: u8)
pub fn set_pllq(&mut self, val: u8)
PLL1 DIVQ division factor Set and reset by software to control the frequency of the PLl1QCLK clock. These bits can be written only when the PLL1 is disabled (PLL1ON = 0 and PLL1RDY = 0). …
Trait Implementations§
impl Copy for Pll1divr
impl Eq for Pll1divr
impl StructuralPartialEq for Pll1divr
Auto Trait Implementations§
impl Freeze for Pll1divr
impl RefUnwindSafe for Pll1divr
impl Send for Pll1divr
impl Sync for Pll1divr
impl Unpin for Pll1divr
impl UnwindSafe for Pll1divr
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
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)
clone_to_uninit
)