pub struct R(/* private fields */);Expand description
Register INDIRECTWRITEXFERCTRL reader
Implementations§
Source§impl R
impl R
Sourcepub fn wrstatus(&self) -> WRSTATUS_R
pub fn wrstatus(&self) -> WRSTATUS_R
Bit 2 - Indirect Write Status
Sourcepub fn wrqueued(&self) -> WRQUEUED_R
pub fn wrqueued(&self) -> WRQUEUED_R
Bit 4 - Two Indirect Write Operations Have Been Queued
Sourcepub fn indopsdonestatus(&self) -> INDOPSDONESTATUS_R
pub fn indopsdonestatus(&self) -> INDOPSDONESTATUS_R
Bit 5 - Indirect Completion Status
Sourcepub fn numindopsdone(&self) -> NUMINDOPSDONE_R
pub fn numindopsdone(&self) -> NUMINDOPSDONE_R
Bits 6:7 - Indirect Operations Done
Methods from Deref<Target = R<INDIRECTWRITEXFERCTRL_SPEC>>§
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