pub struct R { /* private fields */ }
Expand description
Value read from the register
Implementations§
Source§impl R
impl R
Sourcepub fn dbg_timer1_stop(&self) -> DbgTimer1StopR
pub fn dbg_timer1_stop(&self) -> DbgTimer1StopR
Bit 11 - Debug Timer 1 stopped when Core is halted
Sourcepub fn dbg_timer15_sto(&self) -> DbgTimer15StoR
pub fn dbg_timer15_sto(&self) -> DbgTimer15StoR
Bit 16 - Debug Timer 15 stopped when Core is halted
Sourcepub fn dbg_timer16_sto(&self) -> DbgTimer16StoR
pub fn dbg_timer16_sto(&self) -> DbgTimer16StoR
Bit 17 - Debug Timer 16 stopped when Core is halted
Sourcepub fn dbg_timer17_sto(&self) -> DbgTimer17StoR
pub fn dbg_timer17_sto(&self) -> DbgTimer17StoR
Bit 18 - Debug Timer 17 stopped when Core is halted
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