pub struct W { /* private fields */ }Expand description
Value to write to the register
Implementations§
Source§impl W
impl W
Sourcepub fn reset_value() -> W
pub fn reset_value() -> W
Reset value of the register
Sourcepub fn dbg_tim2_stop(&mut self) -> _DBG_TIM2_STOPW<'_>
pub fn dbg_tim2_stop(&mut self) -> _DBG_TIM2_STOPW<'_>
Bit 0 - TIM2 counter stopped when core is halted
Sourcepub fn dbg_tim6_stop(&mut self) -> _DBG_TIM6_STOPW<'_>
pub fn dbg_tim6_stop(&mut self) -> _DBG_TIM6_STOPW<'_>
Bit 4 - TIM6 counter stopped when core is halted
Sourcepub fn dbg_tim7_stop(&mut self) -> _DBG_TIM7_STOPW<'_>
pub fn dbg_tim7_stop(&mut self) -> _DBG_TIM7_STOPW<'_>
Bit 5 - TIM7 counter stopped when core is halted
Sourcepub fn dbg_rtc_stop(&mut self) -> _DBG_RTC_STOPW<'_>
pub fn dbg_rtc_stop(&mut self) -> _DBG_RTC_STOPW<'_>
Bit 10 - RTC counter stopped when core is halted
Sourcepub fn dbg_wwdg_stop(&mut self) -> _DBG_WWDG_STOPW<'_>
pub fn dbg_wwdg_stop(&mut self) -> _DBG_WWDG_STOPW<'_>
Bit 11 - Window watchdog counter stopped when core is halted
Sourcepub fn dbg_iwdg_stop(&mut self) -> _DBG_IWDG_STOPW<'_>
pub fn dbg_iwdg_stop(&mut self) -> _DBG_IWDG_STOPW<'_>
Bit 12 - Independent watchdog counter stopped when core is halted
Sourcepub fn dbg_i2c1_stop(&mut self) -> _DBG_I2C1_STOPW<'_>
pub fn dbg_i2c1_stop(&mut self) -> _DBG_I2C1_STOPW<'_>
Bit 21 - I2C1 SMBUS timeout counter stopped when core is halted
Sourcepub fn dbg_i2c2_stop(&mut self) -> _DBG_I2C2_STOPW<'_>
pub fn dbg_i2c2_stop(&mut self) -> _DBG_I2C2_STOPW<'_>
Bit 22 - I2C2 SMBUS timeout counter stopped when core is halted
Sourcepub fn dbg_i2c3_stop(&mut self) -> _DBG_I2C3_STOPW<'_>
pub fn dbg_i2c3_stop(&mut self) -> _DBG_I2C3_STOPW<'_>
Bit 23 - I2C3 SMBUS timeout counter stopped when core is halted
Sourcepub fn dbg_can_stop(&mut self) -> _DBG_CAN_STOPW<'_>
pub fn dbg_can_stop(&mut self) -> _DBG_CAN_STOPW<'_>
Bit 25 - bxCAN stopped when core is halted
Sourcepub fn dbg_lptim1_stop(&mut self) -> _DBG_LPTIM1_STOPW<'_>
pub fn dbg_lptim1_stop(&mut self) -> _DBG_LPTIM1_STOPW<'_>
Bit 31 - LPTIM1 counter stopped when core is halted
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