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_sleep(&mut self) -> _DBG_SLEEPW<'_>
pub fn dbg_sleep(&mut self) -> _DBG_SLEEPW<'_>
Bit 0 - Debug Sleep mode
Sourcepub fn dbg_stop(&mut self) -> _DBG_STOPW<'_>
pub fn dbg_stop(&mut self) -> _DBG_STOPW<'_>
Bit 1 - Debug Stop mode
Sourcepub fn dbg_standby(&mut self) -> _DBG_STANDBYW<'_>
pub fn dbg_standby(&mut self) -> _DBG_STANDBYW<'_>
Bit 2 - Debug Standby mode
Sourcepub fn trace_ioen(&mut self) -> _TRACE_IOENW<'_>
pub fn trace_ioen(&mut self) -> _TRACE_IOENW<'_>
Bit 5 - Trace pin assignment control
Sourcepub fn trace_mode(&mut self) -> _TRACE_MODEW<'_>
pub fn trace_mode(&mut self) -> _TRACE_MODEW<'_>
Bits 6:7 - Trace pin assignment control
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