[]Struct stm32f407g_disc::rcc::apb1rstr::R

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R

pub fn bits(&self) -> u32

Value of the register as raw bits

pub fn dacrst(&self) -> DACRSTR

Bit 29 - DAC reset

pub fn pwrrst(&self) -> DACRSTR

Bit 28 - Power interface reset

pub fn can2rst(&self) -> DACRSTR

Bit 26 - CAN2 reset

pub fn can1rst(&self) -> DACRSTR

Bit 25 - CAN1 reset

pub fn i2c3rst(&self) -> DACRSTR

Bit 23 - I2C3 reset

pub fn i2c2rst(&self) -> DACRSTR

Bit 22 - I2C 2 reset

pub fn i2c1rst(&self) -> DACRSTR

Bit 21 - I2C 1 reset

pub fn uart5rst(&self) -> DACRSTR

Bit 20 - USART 5 reset

pub fn uart4rst(&self) -> DACRSTR

Bit 19 - USART 4 reset

pub fn uart3rst(&self) -> DACRSTR

Bit 18 - USART 3 reset

pub fn uart2rst(&self) -> DACRSTR

Bit 17 - USART 2 reset

pub fn spi3rst(&self) -> DACRSTR

Bit 15 - SPI 3 reset

pub fn spi2rst(&self) -> DACRSTR

Bit 14 - SPI 2 reset

pub fn wwdgrst(&self) -> DACRSTR

Bit 11 - Window watchdog reset

pub fn tim14rst(&self) -> DACRSTR

Bit 8 - TIM14 reset

pub fn tim13rst(&self) -> DACRSTR

Bit 7 - TIM13 reset

pub fn tim12rst(&self) -> DACRSTR

Bit 6 - TIM12 reset

pub fn tim7rst(&self) -> DACRSTR

Bit 5 - TIM7 reset

pub fn tim6rst(&self) -> DACRSTR

Bit 4 - TIM6 reset

pub fn tim5rst(&self) -> DACRSTR

Bit 3 - TIM5 reset

pub fn tim4rst(&self) -> DACRSTR

Bit 2 - TIM4 reset

pub fn tim3rst(&self) -> DACRSTR

Bit 1 - TIM3 reset

pub fn tim2rst(&self) -> DACRSTR

Bit 0 - TIM2 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
    U: Into<T>, 
[src]

type Error = Infallible

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

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]