pub struct R(/* private fields */);
Expand description
Register APB2RSTR
reader
Implementations§
Source§impl R
impl R
Sourcepub fn syscfgrst(&self) -> SYSCFGRST_R
pub fn syscfgrst(&self) -> SYSCFGRST_R
Bit 0 - SYSCFG and COMP reset
Sourcepub fn usart1rst(&self) -> USART1RST_R
pub fn usart1rst(&self) -> USART1RST_R
Bit 14 - USART1 reset
Sourcepub fn tim15rst(&self) -> TIM15RST_R
pub fn tim15rst(&self) -> TIM15RST_R
Bit 16 - TIM15 timer reset
Sourcepub fn tim16rst(&self) -> TIM16RST_R
pub fn tim16rst(&self) -> TIM16RST_R
Bit 17 - TIM16 timer reset
Sourcepub fn tim17rst(&self) -> TIM17RST_R
pub fn tim17rst(&self) -> TIM17RST_R
Bit 18 - TIM17 timer reset
Sourcepub fn dbgmcurst(&self) -> DBGMCURST_R
pub fn dbgmcurst(&self) -> DBGMCURST_R
Bit 22 - Debug MCU reset
Sourcepub fn usart6rst(&self) -> USART6RST_R
pub fn usart6rst(&self) -> USART6RST_R
Bit 5 - USART6 reset
Sourcepub fn usart8rst(&self) -> USART8RST_R
pub fn usart8rst(&self) -> USART8RST_R
Bit 7 - USART8 reset
Sourcepub fn usart7rst(&self) -> USART7RST_R
pub fn usart7rst(&self) -> USART7RST_R
Bit 6 - USART7 reset
Methods from Deref<Target = R<APB2RSTR_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for R
impl RefUnwindSafe for R
impl Send for R
impl Sync for R
impl Unpin for R
impl UnwindSafe for R
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more