Struct stm32f103xx::rcc::bdcr::R[][src]

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R
[src]

Value of the register as raw bits

Bit 0 - External Low Speed oscillator enable

Bit 1 - External Low Speed oscillator ready

Bit 2 - External Low Speed oscillator bypass

Bits 8:9 - RTC clock source selection

Bit 15 - RTC clock enable

Bit 16 - Backup domain software reset

Auto Trait Implementations

impl Send for R

impl Sync for R