pub struct W(/* private fields */);
Expand description
Register APB_FZ1
writer
Implementations§
Source§impl W
impl W
Sourcepub fn dbg_timer2_stop(&mut self) -> DBG_TIMER2_STOP_W<'_>
pub fn dbg_timer2_stop(&mut self) -> DBG_TIMER2_STOP_W<'_>
Bit 0 - Debug Timer 2 stopped when Core is halted
Sourcepub fn dbg_tim3_stop(&mut self) -> DBG_TIM3_STOP_W<'_>
pub fn dbg_tim3_stop(&mut self) -> DBG_TIM3_STOP_W<'_>
Bit 1 - TIM3 counter stopped when core is halted
Sourcepub fn dbg_timer6_stop(&mut self) -> DBG_TIMER6_STOP_W<'_>
pub fn dbg_timer6_stop(&mut self) -> DBG_TIMER6_STOP_W<'_>
Bit 4 - Debug Timer 6 stopped when Core is halted
Sourcepub fn dbg_tim7_stop(&mut self) -> DBG_TIM7_STOP_W<'_>
pub fn dbg_tim7_stop(&mut self) -> DBG_TIM7_STOP_W<'_>
Bit 5 - TIM7 counter stopped when core is halted
Sourcepub fn dbg_rtc_stop(&mut self) -> DBG_RTC_STOP_W<'_>
pub fn dbg_rtc_stop(&mut self) -> DBG_RTC_STOP_W<'_>
Bit 10 - Debug RTC stopped when Core is halted
Sourcepub fn dbg_wwdg_stop(&mut self) -> DBG_WWDG_STOP_W<'_>
pub fn dbg_wwdg_stop(&mut self) -> DBG_WWDG_STOP_W<'_>
Bit 11 - Debug Window Wachdog stopped when Core is halted
Sourcepub fn dbg_iwdg_stop(&mut self) -> DBG_IWDG_STOP_W<'_>
pub fn dbg_iwdg_stop(&mut self) -> DBG_IWDG_STOP_W<'_>
Bit 12 - Debug Independent Wachdog stopped when Core is halted
Sourcepub fn dbg_i2c1_stop(&mut self) -> DBG_I2C1_STOP_W<'_>
pub fn dbg_i2c1_stop(&mut self) -> DBG_I2C1_STOP_W<'_>
Bit 21 - I2C1 SMBUS timeout mode stopped when core is halted
Sourcepub fn dbg_lptim2_stop(&mut self) -> DBG_LPTIM2_STOP_W<'_>
pub fn dbg_lptim2_stop(&mut self) -> DBG_LPTIM2_STOP_W<'_>
Bit 30 - Clocking of LPTIMER2 counter when the core is halted
Sourcepub fn dbg_lptim1_stop(&mut self) -> DBG_LPTIM1_STOP_W<'_>
pub fn dbg_lptim1_stop(&mut self) -> DBG_LPTIM1_STOP_W<'_>
Bit 31 - Clocking of LPTIMER1 counter when the core is halted
Methods from Deref<Target = W<APB_FZ1_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