[][src]Struct stm32f3::stm32f3x8::rcc::apb1rstr::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 tim2rst(&self) -> TIM2RSTR[src]

Bit 0 - Timer 2 reset

pub fn tim3rst(&self) -> TIM3RSTR[src]

Bit 1 - Timer 3 reset

pub fn tim4rst(&self) -> TIM4RSTR[src]

Bit 2 - Timer 14 reset

pub fn tim6rst(&self) -> TIM6RSTR[src]

Bit 4 - Timer 6 reset

pub fn tim7rst(&self) -> TIM7RSTR[src]

Bit 5 - Timer 7 reset

pub fn wwdgrst(&self) -> WWDGRSTR[src]

Bit 11 - Window watchdog reset

pub fn spi2rst(&self) -> SPI2RSTR[src]

Bit 14 - SPI2 reset

pub fn spi3rst(&self) -> SPI3RSTR[src]

Bit 15 - SPI3 reset

pub fn usart2rst(&self) -> USART2RSTR[src]

Bit 17 - USART 2 reset

pub fn usart3rst(&self) -> USART3RSTR[src]

Bit 18 - USART3 reset

pub fn i2c1rst(&self) -> I2C1RSTR[src]

Bit 21 - I2C1 reset

pub fn i2c2rst(&self) -> I2C2RSTR[src]

Bit 22 - I2C2 reset

pub fn usbrst(&self) -> USBRSTR[src]

Bit 23 - USB reset

pub fn canrst(&self) -> CANRSTR[src]

Bit 25 - CAN reset

pub fn dac2rst(&self) -> DAC2RSTR[src]

Bit 26 - DAC3 reset

pub fn pwrrst(&self) -> PWRRSTR[src]

Bit 28 - Power interface reset

pub fn dac1rst(&self) -> DAC1RSTR[src]

Bit 29 - DAC interface reset

pub fn uart4rst(&self) -> UART4RSTR[src]

Bit 19 - UART4 reset

pub fn uart5rst(&self) -> UART5RSTR[src]

Bit 20 - UART5 reset

pub fn i2c3rst(&self) -> I2C3RSTR[src]

Bit 30 - I2C3 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