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

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R
[src]

Value of the register as raw bits

Bit 31 - Low-power reset flag

Bit 30 - Window watchdog reset flag

Bit 29 - Independent watchdog reset flag

Bit 28 - Software reset flag

Bit 27 - POR/PDR reset flag

Bit 26 - PIN reset flag

Bit 25 - OBLRSTF

Bit 24 - Firewall reset flag

Bit 19 - RTC software reset bit

Bit 18 - RTC clock enable bit

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

Bit 14 - CSS on LSE failure detection flag

Bit 13 - CSSLSEON

Bits 11:12 - LSEDRV

Bit 10 - External low-speed oscillator bypass bit

Bit 9 - External low-speed oscillator ready bit

Bit 8 - External low-speed oscillator enable bit

Bit 1 - Internal low-speed oscillator ready bit

Bit 0 - Internal low-speed oscillator enable

Bit 2 - LSI clock input to IWDG in Ultra-low-power mode (Stop and Standby) enable bit

Bit 23 - Remove reset flag

Auto Trait Implementations

impl Send for R

impl Sync for R