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

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W
[src]

Reset value of the register

Writes raw bits to the register

Bits 0:1 - System clock Switch

Bits 4:7 - AHB prescaler

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

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

Bits 14:15 - ADC prescaler

Bit 16 - PLL entry clock source

Bit 17 - HSE divider for PLL entry

Bits 18:21 - PLL Multiplication Factor

Bit 22 - USB prescaler

Bits 24:26 - Microcontroller clock output

Auto Trait Implementations

impl Send for W

impl Sync for W