Struct stm32l0x2::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 28:30 - Microcontroller clock output prescaler

[src]

Bits 24:27 - Microcontroller clock output selection

[src]

Bits 22:23 - PLL output division

[src]

Bits 18:21 - PLL multiplication factor

[src]

Bit 16 - PLL entry clock source

[src]

Bit 15 - Wake-up from stop clock selection

[src]

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

[src]

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

[src]

Bits 4:7 - AHB prescaler

[src]

Bits 0:1 - System clock switch

Trait Implementations

Auto Trait Implementations

impl Send for W

impl Sync for W