[][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 tim5rst(&self) -> TIM5RSTR
[src]

Bit 3 - Timer 5 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 tim12rst(&self) -> TIM12RSTR
[src]

Bit 6 - Timer 12 reset

pub fn tim13rst(&self) -> TIM13RSTR
[src]

Bit 7 - Timer 13 reset

pub fn tim14rst(&self) -> TIM14RSTR
[src]

Bit 8 - Timer 14 reset

pub fn tim18rst(&self) -> TIM18RSTR
[src]

Bit 9 - Timer 18 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 dac3rst(&self) -> DAC3RSTR
[src]

Bit 26 - DAC3 reset

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

Bit 28 - Power interface reset

pub fn dacrst(&self) -> DACRSTR
[src]

Bit 29 - DAC interface reset

pub fn cecrst(&self) -> CECRSTR
[src]

Bit 30 - HDMI CEC 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
    T: From<U>, 
[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]