pub struct W(_);
Expand description
Register FLOW
writer
Implementations
sourceimpl W
impl W
sourcepub fn autostop(&mut self) -> AUTOSTOP_W<'_>
pub fn autostop(&mut self) -> AUTOSTOP_W<'_>
Bit 0 - Auto Stop Tracing
sourcepub fn autohalt(&mut self) -> AUTOHALT_W<'_>
pub fn autohalt(&mut self) -> AUTOHALT_W<'_>
Bit 1 - Auto Halt Request
sourcepub fn watermark(&mut self) -> WATERMARK_W<'_>
pub fn watermark(&mut self) -> WATERMARK_W<'_>
Bits 3:31 - Watermark value
Methods from Deref<Target = W<FLOW_SPEC>>
Trait Implementations
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more