[][src]Struct stm32f1xx_hal::pac::rcc::apb2rstr::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 afiorst(&self) -> AFIORSTR[src]

Bit 0 - Alternate function I/O reset

pub fn ioparst(&self) -> AFIORSTR[src]

Bit 2 - IO port A reset

pub fn iopbrst(&self) -> AFIORSTR[src]

Bit 3 - IO port B reset

pub fn iopcrst(&self) -> AFIORSTR[src]

Bit 4 - IO port C reset

pub fn iopdrst(&self) -> AFIORSTR[src]

Bit 5 - IO port D reset

pub fn ioperst(&self) -> AFIORSTR[src]

Bit 6 - IO port E reset

pub fn iopfrst(&self) -> AFIORSTR[src]

Bit 7 - IO port F reset

pub fn iopgrst(&self) -> AFIORSTR[src]

Bit 8 - IO port G reset

pub fn adc1rst(&self) -> AFIORSTR[src]

Bit 9 - ADC 1 interface reset

pub fn adc2rst(&self) -> AFIORSTR[src]

Bit 10 - ADC 2 interface reset

pub fn tim1rst(&self) -> AFIORSTR[src]

Bit 11 - TIM1 timer reset

pub fn spi1rst(&self) -> AFIORSTR[src]

Bit 12 - SPI 1 reset

pub fn tim8rst(&self) -> AFIORSTR[src]

Bit 13 - TIM8 timer reset

pub fn usart1rst(&self) -> AFIORSTR[src]

Bit 14 - USART1 reset

pub fn adc3rst(&self) -> AFIORSTR[src]

Bit 15 - ADC 3 interface reset

pub fn tim9rst(&self) -> AFIORSTR[src]

Bit 19 - TIM9 timer reset

pub fn tim10rst(&self) -> AFIORSTR[src]

Bit 20 - TIM10 timer reset

pub fn tim11rst(&self) -> AFIORSTR[src]

Bit 21 - TIM11 timer 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