Struct stm32f105xx::rcc::cfgr::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:1 - System clock Switch

[src]

Bits 2:3 - System Clock Switch Status

[src]

Bits 4:7 - AHB prescaler

[src]

Bits 8:10 - APB Low speed prescaler (APB1)

[src]

Bits 11:13 - APB High speed prescaler (APB2)

[src]

Bits 14:15 - ADC prescaler

[src]

Bit 16 - PLL entry clock source

[src]

Bit 17 - HSE divider for PLL entry

[src]

Bits 18:21 - PLL Multiplication Factor

[src]

Bit 22 - USB OTG FS prescaler

[src]

Bits 24:27 - Microcontroller clock output

Trait Implementations

Auto Trait Implementations

impl Send for R

impl Sync for R