[]Struct stm32f072b_disco::stm32f0::stm32f0x2::rcc::cfgr::W

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W

pub fn reset_value() -> W

Reset value of the register

pub unsafe fn bits(&mut self, bits: u32) -> &mut W

Writes raw bits to the register

pub fn sw(&mut self) -> _SWW

Bits 0:1 - System clock Switch

pub fn hpre(&mut self) -> _HPREW

Bits 4:7 - AHB prescaler

pub fn ppre(&mut self) -> _PPREW

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

pub fn adcpre(&mut self) -> _ADCPREW

Bit 14 - APCPRE is deprecated. See ADC field in CFGR2 register.

pub fn pllsrc(&mut self) -> _PLLSRCW

Bits 15:16 - PLL input clock source

pub fn pllxtpre(&mut self) -> _PLLXTPREW

Bit 17 - HSE divider for PLL entry. Same bit as PREDIC[0] from CFGR2 register. Refer to it for its meaning

pub fn pllmul(&mut self) -> _PLLMULW

Bits 18:21 - PLL Multiplication Factor

pub fn mco(&mut self) -> _MCOW

Bits 24:26 - Microcontroller clock output

pub fn mcopre(&mut self) -> _MCOPREW

Bits 28:30 - Microcontroller Clock Output Prescaler

pub fn pllnodiv(&mut self) -> _PLLNODIVW

Bit 31 - PLL clock not divided for MCO

Auto Trait Implementations

impl Send for W

impl Sync for W

Blanket Implementations

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T> From for T[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same for T

type Output = T

Should always be Self