Struct stm32l0x2::rcc::csr::R [] [src]

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R
[src]

[src]

Value of the register as raw bits

[src]

Bit 31 - Low-power reset flag

[src]

Bit 30 - Window watchdog reset flag

[src]

Bit 29 - Independent watchdog reset flag

[src]

Bit 28 - Software reset flag

[src]

Bit 27 - POR/PDR reset flag

[src]

Bit 26 - PIN reset flag

[src]

Bit 25 - OBLRSTF

[src]

Bit 24 - Remove reset flag

[src]

Bit 19 - RTC software reset bit

[src]

Bit 18 - RTC clock enable bit

[src]

Bits 16:17 - RTC and LCD clock source selection bits

[src]

Bit 14 - CSS on LSE failure detection flag

[src]

Bit 13 - CSSLSEON

[src]

Bits 11:12 - LSEDRV

[src]

Bit 10 - External low-speed oscillator bypass bit

[src]

Bit 9 - External low-speed oscillator ready bit

[src]

Bit 8 - External low-speed oscillator enable bit

[src]

Bit 1 - Internal low-speed oscillator ready bit

[src]

Bit 0 - Internal low-speed oscillator enable

Trait Implementations

Auto Trait Implementations

impl Send for R

impl Sync for R