[][src]Struct stm32h7::stm32h743::rcc::c1_rsr::R

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R[src]

pub fn bits(&self) -> u32[src]

Value of the register as raw bits

pub fn rmvf(&self) -> RMVFR[src]

Bit 16 - Remove reset flag

pub fn cpurstf(&self) -> CPURSTFR[src]

Bit 17 - CPU reset flag

pub fn d1rstf(&self) -> D1RSTFR[src]

Bit 19 - D1 domain power switch reset flag

pub fn d2rstf(&self) -> D2RSTFR[src]

Bit 20 - D2 domain power switch reset flag

pub fn borrstf(&self) -> BORRSTFR[src]

Bit 21 - BOR reset flag

pub fn pinrstf(&self) -> PINRSTFR[src]

Bit 22 - Pin reset flag (NRST)

pub fn porrstf(&self) -> PORRSTFR[src]

Bit 23 - POR/PDR reset flag

pub fn sftrstf(&self) -> SFTRSTFR[src]

Bit 24 - System reset from CPU reset flag

pub fn iwdg1rstf(&self) -> IWDG1RSTFR[src]

Bit 26 - Independent Watchdog reset flag

pub fn wwdg1rstf(&self) -> WWDG1RSTFR[src]

Bit 28 - Window Watchdog reset flag

pub fn lpwrrstf(&self) -> LPWRRSTFR[src]

Bit 30 - Reset due to illegal D1 DStandby or CPU CStop flag

Auto Trait Implementations

impl Unpin for R

impl Sync for R

impl Send for R

Blanket Implementations

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

type Error = Infallible

The type returned in the event of a conversion error.

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

impl<T> From<T> for T[src]

impl<T, U> TryInto<U> 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> Borrow<T> for T where
    T: ?Sized
[src]

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

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

impl<T> Same<T> for T

type Output = T

Should always be Self