[][src]Struct stm32f4xx_hal::stm32::rcc::ahb1rstr::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 otghsrst(&self) -> OTGHSRSTR[src]

Bit 29 - USB OTG HS module reset

pub fn ethmacrst(&self) -> OTGHSRSTR[src]

Bit 25 - Ethernet MAC reset

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

Bit 22 - DMA2 reset

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

Bit 21 - DMA2 reset

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

Bit 12 - CRC reset

pub fn gpioirst(&self) -> OTGHSRSTR[src]

Bit 8 - IO port I reset

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

Bit 7 - IO port H reset

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

Bit 6 - IO port G reset

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

Bit 5 - IO port F reset

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

Bit 4 - IO port E reset

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

Bit 3 - IO port D reset

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

Bit 2 - IO port C reset

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

Bit 1 - IO port B reset

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

Bit 0 - IO port A reset

pub fn dma2drst(&self) -> OTGHSRSTR[src]

Bit 23 - DMA2D reset

Auto Trait Implementations

impl Send for R

impl Sync for R

Blanket Implementations

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> From for T[src]

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