[][src]Struct stm32l4xx_hal::stm32::rcc::apb1rstr1::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 lptim1rst(&self) -> LPTIM1RSTR[src]

Bit 31 - Low Power Timer 1 reset

pub fn opamprst(&self) -> OPAMPRSTR[src]

Bit 30 - OPAMP interface reset

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

Bit 29 - DAC1 interface reset

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

Bit 28 - Power interface reset

pub fn can1rst(&self) -> CAN1RSTR[src]

Bit 25 - CAN1 reset

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

Bit 23 - I2C3 reset

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

Bit 21 - I2C1 reset

pub fn usart1rst(&self) -> USART1RSTR[src]

Bit 18 - USART1 reset

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

Bit 17 - USART2 reset

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

Bit 15 - SPI3 reset

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

Bit 14 - SPI2 reset

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

Bit 9 - LCD interface reset

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

Bit 5 - TIM7 timer reset

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

Bit 4 - TIM6 timer reset

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

Bit 0 - TIM2 timer reset

pub fn usart4rst(&self) -> USART4RSTR[src]

Bit 19 - USART4 reset.

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

Bit 22 - I2C2 reset

pub fn crsrst(&self) -> CRSRSTR[src]

Bit 24 - CRS reset

pub fn usbfsrst(&self) -> USBFSRSTR[src]

Bit 26 - USB FS 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 = !

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

impl<T> Same for T

type Output = T

Should always be Self