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