Struct Pll3divr
#[repr(transparent)]pub struct Pll3divr(pub u32);
Expand description
RCC PLL3 dividers configuration register
Tuple Fields§
§0: u32
Implementations§
§impl Pll3divr
impl Pll3divr
pub const fn plln(&self) -> u16
pub const fn plln(&self) -> u16
Multiplication factor for PLL3 VCO Set and reset by software to control the multiplication factor of the VCO. These bits can be written only when the PLL is disabled (PLL3ON = 0 and PLL3RDY = 0). … … Others: reserved VCO output frequency = Fref3_ck x PLL3N, when fractional value 0 has been loaded into PLL3FRACN, with: PLL3N between 4 and 512 input frequency Fref3_ck between 4 and 16MHz
pub fn set_plln(&mut self, val: u16)
pub fn set_plln(&mut self, val: u16)
Multiplication factor for PLL3 VCO Set and reset by software to control the multiplication factor of the VCO. These bits can be written only when the PLL is disabled (PLL3ON = 0 and PLL3RDY = 0). … … Others: reserved VCO output frequency = Fref3_ck x PLL3N, when fractional value 0 has been loaded into PLL3FRACN, with: PLL3N between 4 and 512 input frequency Fref3_ck between 4 and 16MHz
pub const fn pllp(&self) -> u8
pub const fn pllp(&self) -> u8
PLL3 DIVP division factor Set and reset by software to control the frequency of the pll3_p_ck clock. These bits can be written only when the PLL3 is disabled (PLL3ON = 0 and PLL3RDY = 0). …
pub fn set_pllp(&mut self, val: u8)
pub fn set_pllp(&mut self, val: u8)
PLL3 DIVP division factor Set and reset by software to control the frequency of the pll3_p_ck clock. These bits can be written only when the PLL3 is disabled (PLL3ON = 0 and PLL3RDY = 0). …
pub const fn pllq(&self) -> u8
pub const fn pllq(&self) -> u8
PLL3 DIVQ division factor Set and reset by software to control the frequency of the pll3_q_ck clock. These bits can be written only when the PLL3 is disabled (PLL3ON = 0 and PLL3RDY = 0). …
pub fn set_pllq(&mut self, val: u8)
pub fn set_pllq(&mut self, val: u8)
PLL3 DIVQ division factor Set and reset by software to control the frequency of the pll3_q_ck clock. These bits can be written only when the PLL3 is disabled (PLL3ON = 0 and PLL3RDY = 0). …