[][src]Struct stm32f3xx_hal::rcc::CFGR

pub struct CFGR { /* fields omitted */ }

Clock configuration

Methods

impl CFGR[src]

pub fn hclk<F>(self, freq: F) -> Self where
    F: Into<Hertz>, 
[src]

Sets a frequency for the AHB bus

pub fn pclk1<F>(self, freq: F) -> Self where
    F: Into<Hertz>, 
[src]

Sets a frequency for the APB1 bus

pub fn pclk2<F>(self, freq: F) -> Self where
    F: Into<Hertz>, 
[src]

Sets a frequency for the APB2 bus

pub fn sysclk<F>(self, freq: F) -> Self where
    F: Into<Hertz>, 
[src]

Sets the system (core) frequency

pub fn freeze(self, acr: &mut ACR) -> Clocks[src]

Freezes the clock configuration, making it effective

Auto Trait Implementations

impl Send for CFGR

impl Sync for CFGR

Blanket Implementations

impl<T> From for T[src]

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, 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]