Struct stm32f30x_memory_map::rcc::CfgrR
[−]
[src]
pub struct CfgrR { /* fields omitted */ }
Methods
impl CfgrR
[src]
fn sw(&self) -> u8
Bits 0:1 - System clock Switch
fn sws(&self) -> u8
Bits 2:3 - System Clock Switch Status
fn hpre(&self) -> u8
Bits 4:7 - AHB prescaler
fn ppre1(&self) -> u8
Bits 8:10 - APB Low speed prescaler (APB1)
fn ppre2(&self) -> u8
Bits 11:13 - APB high speed prescaler (APB2)
fn pllsrc(&self) -> bool
Bit 16 - PLL entry clock source
fn pllxtpre(&self) -> bool
Bit 17 - HSE divider for PLL entry
fn pllmul(&self) -> u8
Bits 18:21 - PLL Multiplication Factor
fn usbpres(&self) -> bool
Bit 22 - USB prescaler
fn mco(&self) -> u8
Bits 24:26 - Microcontroller clock output
fn mcof(&self) -> bool
Bit 28 - Microcontroller Clock Output Flag
fn i2ssrc(&self) -> bool
Bit 23 - I2S external clock source selection
Trait Implementations
impl Clone for CfgrR
[src]
fn clone(&self) -> CfgrR
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more