Struct stm32f103xx_hal::rcc::CFGR
[−]
[src]
pub struct CFGR { /* fields omitted */ }
Methods
impl CFGR
[src]
pub fn hclk<F>(self, freq: F) -> Self where
F: Into<Hertz>,
[src]
F: Into<Hertz>,
pub fn pclk1<F>(self, freq: F) -> Self where
F: Into<Hertz>,
[src]
F: Into<Hertz>,
pub fn pclk2<F>(self, freq: F) -> Self where
F: Into<Hertz>,
[src]
F: Into<Hertz>,
pub fn sysclk<F>(self, freq: F) -> Self where
F: Into<Hertz>,
[src]
F: Into<Hertz>,