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

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W
[src]

[src]

Reset value of the register

[src]

Writes raw bits to the register

[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 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 W

impl Sync for W