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 - DBG_TIM2_STOP
Sourcepub fn dbg_tim3_stop(&mut self) -> _DBG_TIM3_STOPW<'_>
pub fn dbg_tim3_stop(&mut self) -> _DBG_TIM3_STOPW<'_>
Bit 1 - DBG_TIM3_STOP
Sourcepub fn dbg_tim4_stop(&mut self) -> _DBG_TIM4_STOPW<'_>
pub fn dbg_tim4_stop(&mut self) -> _DBG_TIM4_STOPW<'_>
Bit 2 - DBG_TIM4_STOP
Sourcepub fn dbg_tim5_stop(&mut self) -> _DBG_TIM5_STOPW<'_>
pub fn dbg_tim5_stop(&mut self) -> _DBG_TIM5_STOPW<'_>
Bit 3 - DBG_TIM5_STOP
Sourcepub fn dbg_tim6_stop(&mut self) -> _DBG_TIM6_STOPW<'_>
pub fn dbg_tim6_stop(&mut self) -> _DBG_TIM6_STOPW<'_>
Bit 4 - DBG_TIM6_STOP
Sourcepub fn dbg_tim7_stop(&mut self) -> _DBG_TIM7_STOPW<'_>
pub fn dbg_tim7_stop(&mut self) -> _DBG_TIM7_STOPW<'_>
Bit 5 - DBG_TIM7_STOP
Sourcepub fn dbg_tim12_stop(&mut self) -> _DBG_TIM12_STOPW<'_>
pub fn dbg_tim12_stop(&mut self) -> _DBG_TIM12_STOPW<'_>
Bit 6 - DBG_TIM12_STOP
Sourcepub fn dbg_tim13_stop(&mut self) -> _DBG_TIM13_STOPW<'_>
pub fn dbg_tim13_stop(&mut self) -> _DBG_TIM13_STOPW<'_>
Bit 7 - DBG_TIM13_STOP
Sourcepub fn dbg_tim14_stop(&mut self) -> _DBG_TIM14_STOPW<'_>
pub fn dbg_tim14_stop(&mut self) -> _DBG_TIM14_STOPW<'_>
Bit 8 - DBG_TIM14_STOP
Sourcepub fn dbg_lptim1_stop(&mut self) -> _DBG_LPTIM1_STOPW<'_>
pub fn dbg_lptim1_stop(&mut self) -> _DBG_LPTIM1_STOPW<'_>
Bit 9 - DBG_LPTIM1_STOP
Sourcepub fn dbg_rtc_stop(&mut self) -> _DBG_RTC_STOPW<'_>
pub fn dbg_rtc_stop(&mut self) -> _DBG_RTC_STOPW<'_>
Bit 10 - DBG_RTC_STOP
Sourcepub fn dbg_wwdg_stop(&mut self) -> _DBG_WWDG_STOPW<'_>
pub fn dbg_wwdg_stop(&mut self) -> _DBG_WWDG_STOPW<'_>
Bit 11 - DBG_WWDG_STOP
Sourcepub fn dbg_iwdg_stop(&mut self) -> _DBG_IWDG_STOPW<'_>
pub fn dbg_iwdg_stop(&mut self) -> _DBG_IWDG_STOPW<'_>
Bit 12 - DBG_IWDG_STOP
Sourcepub fn dbg_can3_stop(&mut self) -> _DBG_CAN3_STOPW<'_>
pub fn dbg_can3_stop(&mut self) -> _DBG_CAN3_STOPW<'_>
Bit 13 - DBG_CAN3_STOP
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 - DBG_I2C1_SMBUS_TIMEOUT
Sourcepub fn dbg_i2c2_smbus_timeout(&mut self) -> _DBG_I2C2_SMBUS_TIMEOUTW<'_>
pub fn dbg_i2c2_smbus_timeout(&mut self) -> _DBG_I2C2_SMBUS_TIMEOUTW<'_>
Bit 22 - DBG_I2C2_SMBUS_TIMEOUT
Sourcepub fn dbg_i2c3_smbus_timeout(&mut self) -> _DBG_I2C3_SMBUS_TIMEOUTW<'_>
pub fn dbg_i2c3_smbus_timeout(&mut self) -> _DBG_I2C3_SMBUS_TIMEOUTW<'_>
Bit 23 - DBG_I2C3_SMBUS_TIMEOUT
Sourcepub fn dbg_i2c4_smbus_timeout(&mut self) -> _DBG_I2C4_SMBUS_TIMEOUTW<'_>
pub fn dbg_i2c4_smbus_timeout(&mut self) -> _DBG_I2C4_SMBUS_TIMEOUTW<'_>
Bit 24 - DBG_I2C4SMBUS_TIMEOUT
Sourcepub fn dbg_can1_stop(&mut self) -> _DBG_CAN1_STOPW<'_>
pub fn dbg_can1_stop(&mut self) -> _DBG_CAN1_STOPW<'_>
Bit 25 - DBG_CAN1_STOP
Sourcepub fn dbg_can2_stop(&mut self) -> _DBG_CAN2_STOPW<'_>
pub fn dbg_can2_stop(&mut self) -> _DBG_CAN2_STOPW<'_>
Bit 26 - DBG_CAN2_STOP
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