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_tim3_stop(&mut self) -> _DBG_TIM3_STOPW<'_>
pub fn dbg_tim3_stop(&mut self) -> _DBG_TIM3_STOPW<'_>
Bit 1 - TIM3 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_tim14_stop(&mut self) -> _DBG_TIM14_STOPW<'_>
pub fn dbg_tim14_stop(&mut self) -> _DBG_TIM14_STOPW<'_>
Bit 8 - TIM14 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 - Debug RTC 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 - Debug window watchdog 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 - Debug independent watchdog stopped when core is halted
Sourcepub fn dbg_i2c1_smbus_timeout(&mut self) -> _DBG_I2C1_SMBUS_TIMEOUTW<'_>
pub fn dbg_i2c1_smbus_timeout(&mut self) -> _DBG_I2C1_SMBUS_TIMEOUTW<'_>
Bit 21 - SMBUS timeout mode 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 - CAN 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