[−][src]Struct stm32f103xx::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 - Timer 2 reset
pub fn tim3rst(&self) -> TIM3RSTR
[src]
Bit 1 - Timer 3 reset
pub fn tim4rst(&self) -> TIM4RSTR
[src]
Bit 2 - Timer 4 reset
pub fn tim5rst(&self) -> TIM5RSTR
[src]
Bit 3 - Timer 5 reset
pub fn tim6rst(&self) -> TIM6RSTR
[src]
Bit 4 - Timer 6 reset
pub fn tim7rst(&self) -> TIM7RSTR
[src]
Bit 5 - Timer 7 reset
pub fn tim12rst(&self) -> TIM12RSTR
[src]
Bit 6 - Timer 12 reset
pub fn tim13rst(&self) -> TIM13RSTR
[src]
Bit 7 - Timer 13 reset
pub fn tim14rst(&self) -> TIM14RSTR
[src]
Bit 8 - Timer 14 reset
pub fn wwdgrst(&self) -> WWDGRSTR
[src]
Bit 11 - Window watchdog reset
pub fn spi2rst(&self) -> SPI2RSTR
[src]
Bit 14 - SPI2 reset
pub fn spi3rst(&self) -> SPI3RSTR
[src]
Bit 15 - SPI3 reset
pub fn usart2rst(&self) -> USART2RSTR
[src]
Bit 17 - USART 2 reset
pub fn usart3rst(&self) -> USART3RSTR
[src]
Bit 18 - USART 3 reset
pub fn uart4rst(&self) -> UART4RSTR
[src]
Bit 19 - UART 4 reset
pub fn uart5rst(&self) -> UART5RSTR
[src]
Bit 20 - UART 5 reset
pub fn i2c1rst(&self) -> I2C1RSTR
[src]
Bit 21 - I2C1 reset
pub fn i2c2rst(&self) -> I2C2RSTR
[src]
Bit 22 - I2C2 reset
pub fn usbrst(&self) -> USBRSTR
[src]
Bit 23 - USB reset
pub fn canrst(&self) -> CANRSTR
[src]
Bit 25 - CAN reset
pub fn bkprst(&self) -> BKPRSTR
[src]
Bit 27 - Backup interface reset
pub fn pwrrst(&self) -> PWRRSTR
[src]
Bit 28 - Power interface reset
pub fn dacrst(&self) -> DACRSTR
[src]
Bit 29 - DAC interface reset
Auto Trait Implementations
Blanket Implementations
impl<T> From for T
[src]
impl<T, U> TryFrom 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> TryInto 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, U> Into for T where
U: From<T>,
[src]
U: From<T>,
impl<T> Borrow for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut 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,