Struct d1_pac::smhc::smhc_rintsts::R
source · pub struct R(/* private fields */);
Expand description
Register smhc_rintsts
reader
Implementations§
source§impl R
impl R
sourcepub fn rto_back(&self) -> RTO_BACK_R
pub fn rto_back(&self) -> RTO_BACK_R
Bit 8 - Response Timeout/Boot ACK Received
sourcepub fn dsto_vsd(&self) -> DSTO_VSD_R
pub fn dsto_vsd(&self) -> DSTO_VSD_R
Bit 10 - Data Starvation Timeout/V1.8 Switch Done
sourcepub fn sdioi_int(&self) -> SDIOI_INT_R
pub fn sdioi_int(&self) -> SDIOI_INT_R
Bit 16 - SDIO Interrupt
sourcepub fn card_insert(&self) -> CARD_INSERT_R
pub fn card_insert(&self) -> CARD_INSERT_R
Bit 30 - Card Inserted
sourcepub fn card_removal(&self) -> CARD_REMOVAL_R
pub fn card_removal(&self) -> CARD_REMOVAL_R
Bit 31 - Card Removed
Methods from Deref<Target = R<SMHC_RINTSTS_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