[]Struct nucleo_f401re::stm32::rcc::apb1rstr::W

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W

pub fn reset_value() -> W

Reset value of the register

pub unsafe fn bits(&mut self, bits: u32) -> &mut W

Writes raw bits to the register

pub fn pwrrst(&mut self) -> _PWRRSTW

Bit 28 - Power interface reset

pub fn i2c3rst(&mut self) -> _I2C3RSTW

Bit 23 - I2C3 reset

pub fn i2c2rst(&mut self) -> _I2C2RSTW

Bit 22 - I2C 2 reset

pub fn i2c1rst(&mut self) -> _I2C1RSTW

Bit 21 - I2C 1 reset

pub fn uart2rst(&mut self) -> _UART2RSTW

Bit 17 - USART 2 reset

pub fn spi3rst(&mut self) -> _SPI3RSTW

Bit 15 - SPI 3 reset

pub fn spi2rst(&mut self) -> _SPI2RSTW

Bit 14 - SPI 2 reset

pub fn wwdgrst(&mut self) -> _WWDGRSTW

Bit 11 - Window watchdog reset

pub fn tim5rst(&mut self) -> _TIM5RSTW

Bit 3 - TIM5 reset

pub fn tim4rst(&mut self) -> _TIM4RSTW

Bit 2 - TIM4 reset

pub fn tim3rst(&mut self) -> _TIM3RSTW

Bit 1 - TIM3 reset

pub fn tim2rst(&mut self) -> _TIM2RSTW

Bit 0 - TIM2 reset

Auto Trait Implementations

impl Send for W

impl Sync for W

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> Into for T where
    U: From<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> 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