[−][src]Struct stm32g0::stm32g0x1::rcc::pllsyscfgr::R
Value read from the register
Methods
impl R[src]
impl Rpub fn bits(&self) -> u32 | [src] |
Value of the register as raw bits
pub fn pllsrc(&self) -> PLLSRCR | [src] |
Bits 0:1 - PLL input clock source
pub fn pllm(&self) -> PLLMR | [src] |
Bits 4:6 - Division factor M of the PLL input clock divider
pub fn plln(&self) -> PLLNR | [src] |
Bits 8:14 - PLL frequency multiplication factor N
pub fn pllpen(&self) -> PLLPENR | [src] |
Bit 16 - PLLPCLK clock output enable
pub fn pllp(&self) -> PLLPR | [src] |
Bits 17:21 - PLL VCO division factor P for PLLPCLK clock output
pub fn pllqen(&self) -> PLLQENR | [src] |
Bit 24 - PLLQCLK clock output enable
pub fn pllq(&self) -> PLLQR | [src] |
Bits 25:27 - PLL VCO division factor Q for PLLQCLK clock output
pub fn pllren(&self) -> PLLRENR | [src] |
Bit 28 - PLLRCLK clock output enable
pub fn pllr(&self) -> PLLRR | [src] |
Bits 29:31 - PLL VCO division factor R for PLLRCLK clock output
Auto Trait Implementations
Blanket Implementations
impl<T, U> TryFrom for T where
T: From<U>, [src]
impl<T, U> TryFrom for T where
T: From<U>, type Error = !
🔬 This is a nightly-only experimental API. (
try_from)The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error> | [src] |
impl<T> From for T[src]
impl<T> From for Timpl<T, U> TryInto for T where
U: TryFrom<T>, [src]
impl<T, U> TryInto for T where
U: TryFrom<T>, type Error = <U as TryFrom<T>>::Error
🔬 This is a nightly-only experimental API. (
try_from)The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error> | [src] |
impl<T, U> Into for T where
U: From<T>, [src]
impl<T, U> Into for T where
U: From<T>, impl<T> Borrow for T where
T: ?Sized, [src]
impl<T> Borrow for T where
T: ?Sized, impl<T> BorrowMut for T where
T: ?Sized, [src]
impl<T> BorrowMut for T where
T: ?Sized, fn borrow_mut(&mut self) -> &mut T | [src] |
impl<T> Any for T where
T: 'static + ?Sized, [src]
impl<T> Any for T where
T: 'static + ?Sized, fn get_type_id(&self) -> TypeId | [src] |