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

Bits 24:26 - Microcontroller clock output selection

Bits 22:23 - PLL output division

Bits 18:21 - PLL multiplication factor

Bit 16 - PLL entry clock source

Bit 15 - Wake-up from stop clock selection

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

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

Bits 4:7 - AHB prescaler

Bits 0:1 - System clock switch

Auto Trait Implementations

impl Send for W

impl Sync for W