Struct d1_pac::smhc::smhc_rintsts::W
source · pub struct W(/* private fields */);
Expand description
Register smhc_rintsts
writer
Implementations§
source§impl W
impl W
sourcepub fn rto_back(&mut self) -> RTO_BACK_W<'_, 8>
pub fn rto_back(&mut self) -> RTO_BACK_W<'_, 8>
Bit 8 - Response Timeout/Boot ACK Received
sourcepub fn dsto_vsd(&mut self) -> DSTO_VSD_W<'_, 10>
pub fn dsto_vsd(&mut self) -> DSTO_VSD_W<'_, 10>
Bit 10 - Data Starvation Timeout/V1.8 Switch Done
sourcepub fn sdioi_int(&mut self) -> SDIOI_INT_W<'_, 16>
pub fn sdioi_int(&mut self) -> SDIOI_INT_W<'_, 16>
Bit 16 - SDIO Interrupt
sourcepub fn card_insert(&mut self) -> CARD_INSERT_W<'_, 30>
pub fn card_insert(&mut self) -> CARD_INSERT_W<'_, 30>
Bit 30 - Card Inserted
sourcepub fn card_removal(&mut self) -> CARD_REMOVAL_W<'_, 31>
pub fn card_removal(&mut self) -> CARD_REMOVAL_W<'_, 31>
Bit 31 - Card Removed
Methods from Deref<Target = W<SMHC_RINTSTS_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