pub struct STOP_W<'a> { /* private fields */ }Expand description
Field STOP writer - Trace stop command. Writing a one to this bit sets the TSTOP signal in the MTB to HIGH and stops tracing if the TSTOPEN bit in the MTB master register is set to one as well.
Implementations§
Auto Trait Implementations§
impl<'a> Freeze for STOP_W<'a>
impl<'a> RefUnwindSafe for STOP_W<'a>
impl<'a> Send for STOP_W<'a>
impl<'a> Sync for STOP_W<'a>
impl<'a> Unpin for STOP_W<'a>
impl<'a> !UnwindSafe for STOP_W<'a>
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