[][src]Struct stm32g0::stm32g0x1::rcc::pllsyscfgr::R

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R
[src]

pub 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

impl Send for R

impl Sync for R

Blanket Implementations

impl<T, U> TryFrom for T where
    T: From<U>, 
[src]

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> From for T
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

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.

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]