Type Definition stm32g0::stm32g071::rcc::pllsyscfgr::R[][src]

type R = R<u32, PLLSYSCFGR>;

Reader of register PLLSYSCFGR

Implementations

impl R[src]

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

Bits 0:1 - PLL input clock source

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

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

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

Bits 8:14 - PLL frequency multiplication factor N

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

Bit 16 - PLLPCLK clock output enable

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

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

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

Bit 24 - PLLQCLK clock output enable

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

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

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

Bit 28 - PLLRCLK clock output enable

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

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