Struct stm32f105xx::rcc::cfgr::W [] [src]

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W
[src]

[src]

Reset value of the register

[src]

Writes raw bits to the register

[src]

Bits 0:1 - System clock Switch

[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 W

impl Sync for W