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_timer2_stop(&mut self) -> _DbgTimer2StopW<'_>
pub fn dbg_timer2_stop(&mut self) -> _DbgTimer2StopW<'_>
Bit 0 - Debug Timer 2 stopped when Core is halted
Sourcepub fn dbg_timer3_stop(&mut self) -> _DbgTimer3StopW<'_>
pub fn dbg_timer3_stop(&mut self) -> _DbgTimer3StopW<'_>
Bit 1 - Debug Timer 3 stopped when Core is halted
Sourcepub fn dbg_timer6_stop(&mut self) -> _DbgTimer6StopW<'_>
pub fn dbg_timer6_stop(&mut self) -> _DbgTimer6StopW<'_>
Bit 4 - Debug Timer 6 stopped when Core is halted
Sourcepub fn dbg_timer14_stop(&mut self) -> _DbgTimer14StopW<'_>
pub fn dbg_timer14_stop(&mut self) -> _DbgTimer14StopW<'_>
Bit 8 - Debug Timer 14 stopped when Core is halted
Sourcepub fn dbg_rtc_stop(&mut self) -> _DbgRtcStopW<'_>
pub fn dbg_rtc_stop(&mut self) -> _DbgRtcStopW<'_>
Bit 10 - Debug RTC stopped when Core is halted
Sourcepub fn dbg_wwdg_stop(&mut self) -> _DbgWwdgStopW<'_>
pub fn dbg_wwdg_stop(&mut self) -> _DbgWwdgStopW<'_>
Bit 11 - Debug Window Wachdog stopped when Core is halted
Sourcepub fn dbg_iwdg_stop(&mut self) -> _DbgIwdgStopW<'_>
pub fn dbg_iwdg_stop(&mut self) -> _DbgIwdgStopW<'_>
Bit 12 - Debug Independent Wachdog stopped when Core is halted
Sourcepub fn i2c1_smbus_timeout(&mut self) -> _I2c1SmbusTimeoutW<'_>
pub fn i2c1_smbus_timeout(&mut self) -> _I2c1SmbusTimeoutW<'_>
Bit 21 - SMBUS timeout mode 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