[−][src]Struct stm32l4x6::rcc::apb1rstr1::R
Value read from the register
Methods
impl R
[src]
impl R
pub fn bits(&self) -> u32
[src]
pub fn bits(&self) -> u32
Value of the register as raw bits
pub fn lptim1rst(&self) -> LPTIM1RSTR
[src]
pub fn lptim1rst(&self) -> LPTIM1RSTR
Bit 31 - Low Power Timer 1 reset
pub fn opamprst(&self) -> OPAMPRSTR
[src]
pub fn opamprst(&self) -> OPAMPRSTR
Bit 30 - OPAMP interface reset
pub fn dac1rst(&self) -> DAC1RSTR
[src]
pub fn dac1rst(&self) -> DAC1RSTR
Bit 29 - DAC1 interface reset
pub fn pwrrst(&self) -> PWRRSTR
[src]
pub fn pwrrst(&self) -> PWRRSTR
Bit 28 - Power interface reset
pub fn can1rst(&self) -> CAN1RSTR
[src]
pub fn can1rst(&self) -> CAN1RSTR
Bit 25 - CAN1 reset
pub fn i2c3rst(&self) -> I2C3RSTR
[src]
pub fn i2c3rst(&self) -> I2C3RSTR
Bit 23 - I2C3 reset
pub fn i2c2rst(&self) -> I2C2RSTR
[src]
pub fn i2c2rst(&self) -> I2C2RSTR
Bit 22 - I2C2 reset
pub fn i2c1rst(&self) -> I2C1RSTR
[src]
pub fn i2c1rst(&self) -> I2C1RSTR
Bit 21 - I2C1 reset
pub fn uart5rst(&self) -> UART5RSTR
[src]
pub fn uart5rst(&self) -> UART5RSTR
Bit 20 - UART5 reset
pub fn uart4rst(&self) -> UART4RSTR
[src]
pub fn uart4rst(&self) -> UART4RSTR
Bit 19 - UART4 reset
pub fn usart3rst(&self) -> USART3RSTR
[src]
pub fn usart3rst(&self) -> USART3RSTR
Bit 18 - USART3 reset
pub fn usart2rst(&self) -> USART2RSTR
[src]
pub fn usart2rst(&self) -> USART2RSTR
Bit 17 - USART2 reset
pub fn spi3rst(&self) -> SPI3RSTR
[src]
pub fn spi3rst(&self) -> SPI3RSTR
Bit 15 - SPI3 reset
pub fn spi2rst(&self) -> SPI2RSTR
[src]
pub fn spi2rst(&self) -> SPI2RSTR
Bit 14 - SPI2 reset
pub fn lcdrst(&self) -> LCDRSTR
[src]
pub fn lcdrst(&self) -> LCDRSTR
Bit 9 - LCD interface reset
pub fn tim7rst(&self) -> TIM7RSTR
[src]
pub fn tim7rst(&self) -> TIM7RSTR
Bit 5 - TIM7 timer reset
pub fn tim6rst(&self) -> TIM6RSTR
[src]
pub fn tim6rst(&self) -> TIM6RSTR
Bit 4 - TIM6 timer reset
pub fn tim5rst(&self) -> TIM5RSTR
[src]
pub fn tim5rst(&self) -> TIM5RSTR
Bit 3 - TIM5 timer reset
pub fn tim4rst(&self) -> TIM4RSTR
[src]
pub fn tim4rst(&self) -> TIM4RSTR
Bit 2 - TIM3 timer reset
pub fn tim3rst(&self) -> TIM3RSTR
[src]
pub fn tim3rst(&self) -> TIM3RSTR
Bit 1 - TIM3 timer reset
pub fn tim2rst(&self) -> TIM2RSTR
[src]
pub fn tim2rst(&self) -> TIM2RSTR
Bit 0 - TIM2 timer reset
Auto Trait Implementations
Blanket Implementations
impl<T, U> TryFrom for T where
T: From<U>,
[src]
impl<T, U> TryFrom for T where
T: From<U>,
type Error = !
try_from
)The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
try_from
)Performs the conversion.
impl<T> From for T
[src]
impl<T> From for T
impl<T, U> TryInto for T where
U: TryFrom<T>,
[src]
impl<T, U> TryInto for T where
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
try_from
)The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
try_from
)Performs the conversion.
impl<T, U> Into for T where
U: From<T>,
[src]
impl<T, U> Into for T where
U: From<T>,
impl<T> Borrow for T where
T: ?Sized,
[src]
impl<T> Borrow for T where
T: ?Sized,
impl<T> BorrowMut for T where
T: ?Sized,
[src]
impl<T> BorrowMut for T where
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
impl<T> Any for T where
T: 'static + ?Sized,
[src]
impl<T> Any for T where
T: 'static + ?Sized,
fn get_type_id(&self) -> TypeId
[src]
fn get_type_id(&self) -> TypeId
🔬 This is a nightly-only experimental API. (get_type_id
)
this method will likely be replaced by an associated static
Gets the TypeId
of self
. Read more