pub struct W(/* private fields */);
Expand description
Register smhc_idst
writer
Implementations§
source§impl W
impl W
sourcepub fn fatal_berr_int(&mut self) -> FATAL_BERR_INT_W<'_, 2>
pub fn fatal_berr_int(&mut self) -> FATAL_BERR_INT_W<'_, 2>
Bit 2 - Fatal Bus Error Interrupt
Bit 4 - Descriptor Unavailable Interrupt
sourcepub fn err_flag_sum(&mut self) -> ERR_FLAG_SUM_W<'_, 5>
pub fn err_flag_sum(&mut self) -> ERR_FLAG_SUM_W<'_, 5>
Bit 5 - Card Error Summary
sourcepub fn nor_int_sum(&mut self) -> NOR_INT_SUM_W<'_, 8>
pub fn nor_int_sum(&mut self) -> NOR_INT_SUM_W<'_, 8>
Bit 8 - Normal Interrupt Summary
sourcepub fn abn_int_sum(&mut self) -> ABN_INT_SUM_W<'_, 9>
pub fn abn_int_sum(&mut self) -> ABN_INT_SUM_W<'_, 9>
Bit 9 - Abnormal Interrupt Summary
Methods from Deref<Target = W<SMHC_IDST_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