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 - DBG_SLEEP
Sourcepub fn dbg_stop(&mut self) -> _DBG_STOPW<'_>
pub fn dbg_stop(&mut self) -> _DBG_STOPW<'_>
Bit 1 - DBG_STOP
Sourcepub fn dbg_standby(&mut self) -> _DBG_STANDBYW<'_>
pub fn dbg_standby(&mut self) -> _DBG_STANDBYW<'_>
Bit 2 - DBG_STANDBY
Sourcepub fn trace_ioen(&mut self) -> _TRACE_IOENW<'_>
pub fn trace_ioen(&mut self) -> _TRACE_IOENW<'_>
Bit 5 - TRACE_IOEN
Sourcepub fn trace_mode(&mut self) -> _TRACE_MODEW<'_>
pub fn trace_mode(&mut self) -> _TRACE_MODEW<'_>
Bits 6:7 - TRACE_MODE
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