pub struct R(/* private fields */);
Expand description
Register FLOW
reader
Implementations§
Source§impl R
impl R
Sourcepub fn autostop(&self) -> AUTOSTOP_R
pub fn autostop(&self) -> AUTOSTOP_R
Bit 0 - AUTOSTOP enable.
Sourcepub fn autohalt(&self) -> AUTOHALT_R
pub fn autohalt(&self) -> AUTOHALT_R
Bit 1 - AUTOHALT enable.
Sourcepub fn watermark(&self) -> WATERMARK_R
pub fn watermark(&self) -> WATERMARK_R
Bits 3:31 - WATERMARK value.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for R
impl RefUnwindSafe for R
impl Send for R
impl Sync for R
impl Unpin for R
impl UnwindSafe for R
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