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

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W[src]

pub fn reset_value() -> W[src]

Reset value of the register

pub unsafe fn bits(&mut self, bits: u32) -> &mut Self[src]

Writes raw bits to the register

pub fn pllsrc(&mut self) -> _PLLSRCW[src]

Bits 0:1 - PLL input clock source

pub fn pllm(&mut self) -> _PLLMW[src]

Bits 4:6 - Division factor M of the PLL input clock divider

pub fn plln(&mut self) -> _PLLNW[src]

Bits 8:14 - PLL frequency multiplication factor N

pub fn pllpen(&mut self) -> _PLLPENW[src]

Bit 16 - PLLPCLK clock output enable

pub fn pllp(&mut self) -> _PLLPW[src]

Bits 17:21 - PLL VCO division factor P for PLLPCLK clock output

pub fn pllqen(&mut self) -> _PLLQENW[src]

Bit 24 - PLLQCLK clock output enable

pub fn pllq(&mut self) -> _PLLQW[src]

Bits 25:27 - PLL VCO division factor Q for PLLQCLK clock output

pub fn pllren(&mut self) -> _PLLRENW[src]

Bit 28 - PLLRCLK clock output enable

pub fn pllr(&mut self) -> _PLLRW[src]

Bits 29:31 - PLL VCO division factor R for PLLRCLK clock output

Auto Trait Implementations

impl Send for W

impl Sync for W

Blanket Implementations

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

type Error = Infallible

The type returned in the event of a conversion error.

impl<T> From<T> for T[src]

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

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

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

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

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

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

impl<T> Same<T> for T

type Output = T

Should always be Self