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_timer1_stop(&mut self) -> _DbgTimer1StopW<'_>
pub fn dbg_timer1_stop(&mut self) -> _DbgTimer1StopW<'_>
Bit 11 - Debug Timer 1 stopped when Core is halted
Sourcepub fn dbg_timer15_sto(&mut self) -> _DbgTimer15StoW<'_>
pub fn dbg_timer15_sto(&mut self) -> _DbgTimer15StoW<'_>
Bit 16 - Debug Timer 15 stopped when Core is halted
Sourcepub fn dbg_timer16_sto(&mut self) -> _DbgTimer16StoW<'_>
pub fn dbg_timer16_sto(&mut self) -> _DbgTimer16StoW<'_>
Bit 17 - Debug Timer 16 stopped when Core is halted
Sourcepub fn dbg_timer17_sto(&mut self) -> _DbgTimer17StoW<'_>
pub fn dbg_timer17_sto(&mut self) -> _DbgTimer17StoW<'_>
Bit 18 - Debug Timer 17 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