Struct stm32f30x_memory_map::rcc::BdcrR [] [src]

pub struct BdcrR { /* fields omitted */ }

Methods

impl BdcrR
[src]

Bit 0 - External Low Speed oscillator enable

Bit 1 - External Low Speed oscillator ready

Bit 2 - External Low Speed oscillator bypass

Bits 3:4 - LSE oscillator drive capability

Bits 8:9 - RTC clock source selection

Bit 15 - RTC clock enable

Bit 16 - Backup domain software reset

Trait Implementations

impl Clone for BdcrR
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for BdcrR
[src]