[][src]Struct stm32h7::stm32h743v::rcc::pllcfgr::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 pll1fracen(&self) -> PLL1FRACENR[src]

Bit 0 - PLL1 fractional latch enable

pub fn pll1vcosel(&self) -> PLL1VCOSELR[src]

Bit 1 - PLL1 VCO selection

pub fn pll1rge(&self) -> PLL1RGER[src]

Bits 2:3 - PLL1 input frequency range

pub fn pll2fracen(&self) -> PLL2FRACENR[src]

Bit 4 - PLL2 fractional latch enable

pub fn pll2vcosel(&self) -> PLL2VCOSELR[src]

Bit 5 - PLL2 VCO selection

pub fn pll2rge(&self) -> PLL2RGER[src]

Bits 6:7 - PLL2 input frequency range

pub fn pll3fracen(&self) -> PLL3FRACENR[src]

Bit 8 - PLL3 fractional latch enable

pub fn pll3vcosel(&self) -> PLL3VCOSELR[src]

Bit 9 - PLL3 VCO selection

pub fn pll3rge(&self) -> PLL3RGER[src]

Bits 10:11 - PLL3 input frequency range

pub fn divp1en(&self) -> DIVP1ENR[src]

Bit 16 - PLL1 DIVP divider output enable

pub fn divq1en(&self) -> DIVQ1ENR[src]

Bit 17 - PLL1 DIVQ divider output enable

pub fn divr1en(&self) -> DIVR1ENR[src]

Bit 18 - PLL1 DIVR divider output enable

pub fn divp2en(&self) -> DIVP2ENR[src]

Bit 19 - PLL2 DIVP divider output enable

pub fn divq2en(&self) -> DIVQ2ENR[src]

Bit 20 - PLL2 DIVQ divider output enable

pub fn divr2en(&self) -> DIVR2ENR[src]

Bit 21 - PLL2 DIVR divider output enable

pub fn divp3en(&self) -> DIVP3ENR[src]

Bit 22 - PLL3 DIVP divider output enable

pub fn divq3en(&self) -> DIVQ3ENR[src]

Bit 23 - PLL3 DIVQ divider output enable

pub fn divr3en(&self) -> DIVR3ENR[src]

Bit 24 - PLL3 DIVR divider output enable

Auto Trait Implementations

impl Unpin for R

impl Sync for R

impl Send for R

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, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for 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