pub struct R { /* private fields */ }
Expand description
Value read from the register
Implementations§
Source§impl R
impl R
Sourcepub fn dbg_sleep(&self) -> DBG_SLEEPR
pub fn dbg_sleep(&self) -> DBG_SLEEPR
Bit 0 - DBG_SLEEP
Sourcepub fn dbg_standby(&self) -> DBG_STANDBYR
pub fn dbg_standby(&self) -> DBG_STANDBYR
Bit 2 - DBG_STANDBY
Sourcepub fn trace_ioen(&self) -> TRACE_IOENR
pub fn trace_ioen(&self) -> TRACE_IOENR
Bit 5 - TRACE_IOEN
Sourcepub fn trace_mode(&self) -> TRACE_MODER
pub fn trace_mode(&self) -> TRACE_MODER
Bits 6:7 - TRACE_MODE
Auto Trait Implementations§
impl Freeze for R
impl RefUnwindSafe for R
impl Send for R
impl Sync for R
impl Unpin for R
impl UnwindSafe for R
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