Struct stm32f30x_memory_map::rcc::CrW
[−]
[src]
pub struct CrW { /* fields omitted */ }
Methods
impl CrW
[src]
fn reset_value() -> Self
Reset value
fn hsion(&mut self, value: bool) -> &mut Self
Bit 0 - Internal High Speed clock enable
fn hsitrim(&mut self, value: u8) -> &mut Self
Bits 3:7 - Internal High Speed clock trimming
fn hseon(&mut self, value: bool) -> &mut Self
Bit 16 - External High Speed clock enable
fn hsebyp(&mut self, value: bool) -> &mut Self
Bit 18 - External High Speed clock Bypass
fn csson(&mut self, value: bool) -> &mut Self
Bit 19 - Clock Security System enable
fn pllon(&mut self, value: bool) -> &mut Self
Bit 24 - PLL enable
Trait Implementations
impl Clone for CrW
[src]
fn clone(&self) -> CrW
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