[][src]Struct stm32l1xx_hal::stm32::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 comprst(&self) -> COMPRSTR[src]

Bit 31 - COMP interface reset

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

Bit 29 - DAC interface reset

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

Bit 28 - Power interface reset

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

Bit 23 - USB reset

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

Bit 22 - I2C 2 reset

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

Bit 21 - I2C 1 reset

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

Bit 20 - UART 5 reset

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

Bit 19 - UART 4 reset

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

Bit 18 - USART 3 reset

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

Bit 17 - USART 2 reset

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

Bit 15 - SPI 3 reset

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

Bit 14 - SPI 2 reset

pub fn wwdrst(&self) -> WWDRSTR[src]

Bit 11 - Window watchdog reset

pub fn lcdrst(&self) -> LCDRSTR[src]

Bit 9 - LCD reset

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

Bit 5 - Timer 7 reset

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

Bit 4 - Timer 6reset

pub fn tim5rst(&self) -> TIM5RSTR[src]

Bit 3 - Timer 5 reset

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

Bit 2 - Timer 4 reset

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

Bit 1 - Timer 3 reset

pub fn tim2rst(&self) -> TIM2RSTR[src]

Bit 0 - Timer 2 reset

Auto Trait Implementations

impl Unpin for R

impl Send for R

impl Sync for R

Blanket Implementations

impl<T> From<T> for T[src]

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, 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]