[][src]Struct stm32h7::stm32h743::rcc::apb4rstr::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 syscfgrst(&self) -> SYSCFGRSTR[src]

Bit 1 - SYSCFG block reset

pub fn lpuart1rst(&self) -> LPUART1RSTR[src]

Bit 3 - LPUART1 block reset

pub fn spi6rst(&self) -> SPI6RSTR[src]

Bit 5 - SPI6 block reset

pub fn i2c4rst(&self) -> I2C4RSTR[src]

Bit 7 - I2C4 block reset

pub fn lptim2rst(&self) -> LPTIM2RSTR[src]

Bit 9 - LPTIM2 block reset

pub fn lptim3rst(&self) -> LPTIM3RSTR[src]

Bit 10 - LPTIM3 block reset

pub fn lptim4rst(&self) -> LPTIM4RSTR[src]

Bit 11 - LPTIM4 block reset

pub fn lptim5rst(&self) -> LPTIM5RSTR[src]

Bit 12 - LPTIM5 block reset

pub fn comp12rst(&self) -> COMP12RSTR[src]

Bit 14 - COMP12 Blocks Reset

pub fn vrefrst(&self) -> VREFRSTR[src]

Bit 15 - VREF block reset

pub fn sai4rst(&self) -> SAI4RSTR[src]

Bit 21 - SAI4 block reset

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