Struct stm32f30x_memory_map::rcc::CrR
[−]
[src]
pub struct CrR { /* fields omitted */ }
Methods
impl CrR
[src]
fn hsion(&self) -> bool
Bit 0 - Internal High Speed clock enable
fn hsirdy(&self) -> bool
Bit 1 - Internal High Speed clock ready flag
fn hsitrim(&self) -> u8
Bits 3:7 - Internal High Speed clock trimming
fn hsical(&self) -> u8
Bits 8:15 - Internal High Speed clock Calibration
fn hseon(&self) -> bool
Bit 16 - External High Speed clock enable
fn hserdy(&self) -> bool
Bit 17 - External High Speed clock ready flag
fn hsebyp(&self) -> bool
Bit 18 - External High Speed clock Bypass
fn csson(&self) -> bool
Bit 19 - Clock Security System enable
fn pllon(&self) -> bool
Bit 24 - PLL enable
fn pllrdy(&self) -> bool
Bit 25 - PLL clock ready flag
Trait Implementations
impl Clone for CrR
[src]
fn clone(&self) -> CrR
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