Struct stm32l0x3::pwr::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 9 - Backup regulator enable

[src]

Bit 8 - Enable WKUP pin

[src]

Bit 3 - Backup regulator ready

[src]

Bit 2 - PVD output

[src]

Bit 1 - Standby flag

[src]

Bit 0 - Wakeup flag

[src]

Bit 4 - Voltage Scaling select flag

[src]

Bit 5 - Regulator LP flag

Trait Implementations

Auto Trait Implementations

impl Send for R

impl Sync for R