[−][src]Struct stm32f4xx_hal::stm32::rcc::apb1rstr::R
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 - TIM2 reset
pub fn tim3rst(&self) -> TIM2RSTR[src]
Bit 1 - TIM3 reset
pub fn tim4rst(&self) -> TIM2RSTR[src]
Bit 2 - TIM4 reset
pub fn tim5rst(&self) -> TIM2RSTR[src]
Bit 3 - TIM5 reset
pub fn tim6rst(&self) -> TIM2RSTR[src]
Bit 4 - TIM6 reset
pub fn tim7rst(&self) -> TIM2RSTR[src]
Bit 5 - TIM7 reset
pub fn tim12rst(&self) -> TIM2RSTR[src]
Bit 6 - TIM12 reset
pub fn tim13rst(&self) -> TIM2RSTR[src]
Bit 7 - TIM13 reset
pub fn tim14rst(&self) -> TIM2RSTR[src]
Bit 8 - TIM14 reset
pub fn wwdgrst(&self) -> TIM2RSTR[src]
Bit 11 - Window watchdog reset
pub fn spi2rst(&self) -> TIM2RSTR[src]
Bit 14 - SPI 2 reset
pub fn spi3rst(&self) -> TIM2RSTR[src]
Bit 15 - SPI 3 reset
pub fn uart2rst(&self) -> TIM2RSTR[src]
Bit 17 - USART 2 reset
pub fn uart3rst(&self) -> TIM2RSTR[src]
Bit 18 - USART 3 reset
pub fn uart4rst(&self) -> TIM2RSTR[src]
Bit 19 - USART 4 reset
pub fn uart5rst(&self) -> TIM2RSTR[src]
Bit 20 - USART 5 reset
pub fn i2c1rst(&self) -> TIM2RSTR[src]
Bit 21 - I2C 1 reset
pub fn i2c2rst(&self) -> TIM2RSTR[src]
Bit 22 - I2C 2 reset
pub fn i2c3rst(&self) -> TIM2RSTR[src]
Bit 23 - I2C3 reset
pub fn can1rst(&self) -> TIM2RSTR[src]
Bit 25 - CAN1 reset
pub fn can2rst(&self) -> TIM2RSTR[src]
Bit 26 - CAN2 reset
pub fn pwrrst(&self) -> TIM2RSTR[src]
Bit 28 - Power interface reset
pub fn dacrst(&self) -> TIM2RSTR[src]
Bit 29 - DAC reset
pub fn uart7rst(&self) -> TIM2RSTR[src]
Bit 30 - UART7 reset
pub fn uart8rst(&self) -> TIM2RSTR[src]
Bit 31 - UART8 reset
Auto Trait Implementations
Blanket Implementations
impl<T> From<T> for T[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Same<T> for T
type Output = T
Should always be Self