Struct stm32f30x_memory_map::rcc::BdcrR
[−]
[src]
pub struct BdcrR { /* fields omitted */ }
Methods
impl BdcrR
[src]
fn lseon(&self) -> bool
Bit 0 - External Low Speed oscillator enable
fn lserdy(&self) -> bool
Bit 1 - External Low Speed oscillator ready
fn lsebyp(&self) -> bool
Bit 2 - External Low Speed oscillator bypass
fn lsedrv(&self) -> u8
Bits 3:4 - LSE oscillator drive capability
fn rtcsel(&self) -> u8
Bits 8:9 - RTC clock source selection
fn rtcen(&self) -> bool
Bit 15 - RTC clock enable
fn bdrst(&self) -> bool
Bit 16 - Backup domain software reset
Trait Implementations
impl Clone for BdcrR
[src]
fn clone(&self) -> BdcrR
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