pub struct R(/* private fields */);
Expand description
Register smhc_idst
reader
Implementations§
source§impl R
impl R
sourcepub fn fatal_berr_int(&self) -> FATAL_BERR_INT_R
pub fn fatal_berr_int(&self) -> FATAL_BERR_INT_R
Bit 2 - Fatal Bus Error Interrupt
Bit 4 - Descriptor Unavailable Interrupt
sourcepub fn err_flag_sum(&self) -> ERR_FLAG_SUM_R
pub fn err_flag_sum(&self) -> ERR_FLAG_SUM_R
Bit 5 - Card Error Summary
sourcepub fn nor_int_sum(&self) -> NOR_INT_SUM_R
pub fn nor_int_sum(&self) -> NOR_INT_SUM_R
Bit 8 - Normal Interrupt Summary
sourcepub fn abn_int_sum(&self) -> ABN_INT_SUM_R
pub fn abn_int_sum(&self) -> ABN_INT_SUM_R
Bit 9 - Abnormal Interrupt Summary
sourcepub fn idmac_err_sta(&self) -> IDMAC_ERR_STA_R
pub fn idmac_err_sta(&self) -> IDMAC_ERR_STA_R
Bits 10:12 - Error Bits
Methods from Deref<Target = R<SMHC_IDST_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