[][src]Struct stm32l4xx_hal::stm32::rcc::ahb2rstr::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 rngrst(&self) -> RNGRSTR[src]

Bit 18 - Random number generator reset

pub fn aesrst(&self) -> AESRSTR[src]

Bit 16 - AES hardware accelerator reset

pub fn adcrst(&self) -> ADCRSTR[src]

Bit 13 - ADC reset

pub fn gpiohrst(&self) -> GPIOHRSTR[src]

Bit 7 - IO port H reset

pub fn gpioerst(&self) -> GPIOERSTR[src]

Bit 4 - IO port E reset

pub fn gpiodrst(&self) -> GPIODRSTR[src]

Bit 3 - IO port D reset

pub fn gpiocrst(&self) -> GPIOCRSTR[src]

Bit 2 - IO port C reset

pub fn gpiobrst(&self) -> GPIOBRSTR[src]

Bit 1 - IO port B reset

pub fn gpioarst(&self) -> GPIOARSTR[src]

Bit 0 - IO port A reset

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 = !

🔬 This is a nightly-only experimental API. (try_from)

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

🔬 This is a nightly-only experimental API. (try_from)

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