Struct stm32f105xx::rcc::cfgr2::R [] [src]

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R
[src]

[src]

Value of the register as raw bits

[src]

Bits 0:3 - PREDIV1 division factor

[src]

Bits 4:7 - PREDIV2 division factor

[src]

Bits 8:11 - PLL2 Multiplication Factor

[src]

Bits 12:15 - PLL3 Multiplication Factor

[src]

Bit 16 - PREDIV1 entry clock source

[src]

Bit 17 - I2S2 clock source

[src]

Bit 18 - I2S3 clock source

Trait Implementations

Auto Trait Implementations

impl Send for R

impl Sync for R