Struct stm32f30x_memory_map::rcc::CfgrW
[−]
[src]
pub struct CfgrW { /* fields omitted */ }
Methods
impl CfgrW
[src]
fn reset_value() -> Self
Reset value
fn sw(&mut self, value: u8) -> &mut Self
Bits 0:1 - System clock Switch
fn hpre(&mut self, value: u8) -> &mut Self
Bits 4:7 - AHB prescaler
fn ppre1(&mut self, value: u8) -> &mut Self
Bits 8:10 - APB Low speed prescaler (APB1)
fn ppre2(&mut self, value: u8) -> &mut Self
Bits 11:13 - APB high speed prescaler (APB2)
fn pllsrc(&mut self, value: bool) -> &mut Self
Bit 16 - PLL entry clock source
fn pllxtpre(&mut self, value: bool) -> &mut Self
Bit 17 - HSE divider for PLL entry
fn pllmul(&mut self, value: u8) -> &mut Self
Bits 18:21 - PLL Multiplication Factor
fn usbpres(&mut self, value: bool) -> &mut Self
Bit 22 - USB prescaler
fn mco(&mut self, value: u8) -> &mut Self
Bits 24:26 - Microcontroller clock output
fn i2ssrc(&mut self, value: bool) -> &mut Self
Bit 23 - I2S external clock source selection
Trait Implementations
impl Clone for CfgrW
[src]
fn clone(&self) -> CfgrW
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