pub struct R(/* private fields */);
Expand description
Register APBRSTR2
reader
Implementations§
Source§impl R
impl R
Sourcepub fn syscfgrst(&self) -> SYSCFGRST_R
pub fn syscfgrst(&self) -> SYSCFGRST_R
Bit 0 - SYSCFG, COMP and VREFBUF reset
Sourcepub fn usart1rst(&self) -> USART1RST_R
pub fn usart1rst(&self) -> USART1RST_R
Bit 14 - USART1 reset
Sourcepub fn tim14rst(&self) -> TIM14RST_R
pub fn tim14rst(&self) -> TIM14RST_R
Bit 15 - TIM14 timer 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
Methods from Deref<Target = R<APBRSTR2_SPEC>>§
Sourcepub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from register.
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