pub struct R(/* private fields */);
Expand description
Register smhc_funs
reader
Implementations§
source§impl R
impl R
sourcepub fn host_send_mimc_irqresq(&self) -> HOST_SEND_MIMC_IRQRESQ_R
pub fn host_send_mimc_irqresq(&self) -> HOST_SEND_MIMC_IRQRESQ_R
Bit 0 - Host Send MMC IRQ Response
sourcepub fn read_wait(&self) -> READ_WAIT_R
pub fn read_wait(&self) -> READ_WAIT_R
Bit 1 - Read Wait
sourcepub fn abt_rdata(&self) -> ABT_RDATA_R
pub fn abt_rdata(&self) -> ABT_RDATA_R
Bit 2 - Abort Read Data
Methods from Deref<Target = R<SMHC_FUNS_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