pub struct WAIT_W<'a> { /* private fields */ }Expand description
Field WAIT writer - If 0, the block will continue its X based measurements, even if the TOUCH register has not been read (and so could OVERRUN). If 1, it will wait until read when a touch (TOUCH’s ISTOUCH bit is set) before starting the next. This should not normally be needed.
Implementations§
Auto Trait Implementations§
impl<'a> Freeze for WAIT_W<'a>
impl<'a> RefUnwindSafe for WAIT_W<'a>
impl<'a> Send for WAIT_W<'a>
impl<'a> Sync for WAIT_W<'a>
impl<'a> Unpin for WAIT_W<'a>
impl<'a> !UnwindSafe for WAIT_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