pub struct W(/* private fields */);
Expand description
Register smhc_funs
writer
Implementations§
source§impl W
impl W
sourcepub fn host_send_mimc_irqresq(&mut self) -> HOST_SEND_MIMC_IRQRESQ_W<'_, 0>
pub fn host_send_mimc_irqresq(&mut self) -> HOST_SEND_MIMC_IRQRESQ_W<'_, 0>
Bit 0 - Host Send MMC IRQ Response
sourcepub fn read_wait(&mut self) -> READ_WAIT_W<'_, 1>
pub fn read_wait(&mut self) -> READ_WAIT_W<'_, 1>
Bit 1 - Read Wait
sourcepub fn abt_rdata(&mut self) -> ABT_RDATA_W<'_, 2>
pub fn abt_rdata(&mut self) -> ABT_RDATA_W<'_, 2>
Bit 2 - Abort Read Data
Methods from Deref<Target = W<SMHC_FUNS_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for W
impl RefUnwindSafe for W
impl Send for W
impl Sync for W
impl Unpin for W
impl UnwindSafe for W
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