Struct stm32f103xx::pwr::cr::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 - Low Power Deep Sleep

Bit 1 - Power Down Deep Sleep

Bit 2 - Clear Wake-up Flag

Bit 3 - Clear STANDBY Flag

Bit 4 - Power Voltage Detector Enable

Bits 5:7 - PVD Level Selection

Bit 8 - Disable Backup Domain write protection

Auto Trait Implementations

impl Send for R

impl Sync for R