Struct stm32f103xx::rcc::cr::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

Bit 0 - Internal High Speed clock enable

Bits 3:7 - Internal High Speed clock trimming

Bit 16 - External High Speed clock enable

Bit 18 - External High Speed clock Bypass

Bit 19 - Clock Security System enable

Bit 24 - PLL enable

Auto Trait Implementations

impl Send for W

impl Sync for W