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

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R
[src]

Value of the register as raw bits

Bits 0:1 - System clock Switch

Bits 2:3 - System Clock Switch Status

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 R

impl Sync for R