pub struct W(/* private fields */);
Expand description
Register APBRSTR2
writer
Implementations§
Source§impl W
impl W
Sourcepub fn syscfgrst(&mut self) -> SYSCFGRST_W<'_>
pub fn syscfgrst(&mut self) -> SYSCFGRST_W<'_>
Bit 0 - SYSCFG, COMP and VREFBUF reset
Sourcepub fn usart1rst(&mut self) -> USART1RST_W<'_>
pub fn usart1rst(&mut self) -> USART1RST_W<'_>
Bit 14 - USART1 reset
Sourcepub fn tim14rst(&mut self) -> TIM14RST_W<'_>
pub fn tim14rst(&mut self) -> TIM14RST_W<'_>
Bit 15 - TIM14 timer reset
Sourcepub fn tim15rst(&mut self) -> TIM15RST_W<'_>
pub fn tim15rst(&mut self) -> TIM15RST_W<'_>
Bit 16 - TIM15 timer reset
Sourcepub fn tim16rst(&mut self) -> TIM16RST_W<'_>
pub fn tim16rst(&mut self) -> TIM16RST_W<'_>
Bit 17 - TIM16 timer reset
Sourcepub fn tim17rst(&mut self) -> TIM17RST_W<'_>
pub fn tim17rst(&mut self) -> TIM17RST_W<'_>
Bit 18 - TIM17 timer reset
Methods from Deref<Target = W<APBRSTR2_SPEC>>§
Sourcepub unsafe fn bits(&mut self, bits: <REG as RegisterSpec>::Ux) -> &mut W<REG>
pub unsafe fn bits(&mut self, bits: <REG as RegisterSpec>::Ux) -> &mut W<REG>
Writes raw bits to the register.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for W
impl RefUnwindSafe for W
impl Send for W
impl Sync for W
impl Unpin for W
impl UnwindSafe for W
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