pub struct R(_);
Expand description
Register FLOW
reader
Implementations
sourceimpl R
impl R
sourcepub fn autostop(&self) -> AUTOSTOP_R
pub fn autostop(&self) -> AUTOSTOP_R
Bit 0 - Auto Stop Tracing
sourcepub fn autohalt(&self) -> AUTOHALT_R
pub fn autohalt(&self) -> AUTOHALT_R
Bit 1 - Auto Halt Request
sourcepub fn watermark(&self) -> WATERMARK_R
pub fn watermark(&self) -> WATERMARK_R
Bits 3:31 - Watermark value
Methods from Deref<Target = R<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