pub struct R(/* private fields */);Expand description
Register FLASHCOMMANDCTRLMEM reader
Implementations§
Source§impl R
impl R
Sourcepub fn membankreqinprogress(&self) -> MEMBANKREQINPROGRESS_R
pub fn membankreqinprogress(&self) -> MEMBANKREQINPROGRESS_R
Bit 1 - Memory Bank Data Request in Progress
Sourcepub fn membankreaddata(&self) -> MEMBANKREADDATA_R
pub fn membankreaddata(&self) -> MEMBANKREADDATA_R
Bits 8:15 - Last Requested Data From the STIG Memory Bank
Sourcepub fn nbofstigreadbytes(&self) -> NBOFSTIGREADBYTES_R
pub fn nbofstigreadbytes(&self) -> NBOFSTIGREADBYTES_R
Bits 16:18 - Number of Read Bytes for the Extended STIG
Sourcepub fn membankaddr(&self) -> MEMBANKADDR_R
pub fn membankaddr(&self) -> MEMBANKADDR_R
Bits 20:28 - Memory Bank Address
Methods from Deref<Target = R<FLASHCOMMANDCTRLMEM_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