[]Struct solo_bsc::stm32::pwr::sr1::R

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R

pub fn bits(&self) -> u32

Value of the register as raw bits

pub fn wufi(&self) -> WUFIR

Bit 15 - Wakeup flag internal

pub fn csbf(&self) -> CSBFR

Bit 8 - Standby flag

pub fn cwuf5(&self) -> CWUF5R

Bit 4 - Wakeup flag 5

pub fn cwuf4(&self) -> CWUF4R

Bit 3 - Wakeup flag 4

pub fn cwuf3(&self) -> CWUF3R

Bit 2 - Wakeup flag 3

pub fn cwuf2(&self) -> CWUF2R

Bit 1 - Wakeup flag 2

pub fn cwuf1(&self) -> CWUF1R

Bit 0 - Wakeup flag 1

Auto Trait Implementations

impl Send for R

impl Sync for R

Blanket Implementations

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same for T

type Output = T

Should always be Self