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