[][src]Struct stm32l1xx_hal::stm32::rcc::ahbrstr::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 fsmcrst(&self) -> FSMCRSTR[src]

Bit 30 - FSMC reset

pub fn dma2rst(&self) -> DMA2RSTR[src]

Bit 25 - DMA2 reset

pub fn dma1rst(&self) -> DMA1RSTR[src]

Bit 24 - DMA1 reset

pub fn flitfrst(&self) -> FLITFRSTR[src]

Bit 15 - FLITF reset

pub fn crcrst(&self) -> CRCRSTR[src]

Bit 12 - CRC reset

pub fn gpiogrst(&self) -> GPIOGRSTR[src]

Bit 7 - IO port G reset

pub fn gpiofrst(&self) -> GPIOFRSTR[src]

Bit 6 - IO port F reset

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

Bit 5 - 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 Unpin for R

impl Send for R

impl Sync for R

Blanket Implementations

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

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, 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]