pub struct W(/* private fields */);
Expand description
Register smhc_idie
writer
Implementations§
source§impl W
impl W
sourcepub fn tx_int_enb(&mut self) -> TX_INT_ENB_W<'_, 0>
pub fn tx_int_enb(&mut self) -> TX_INT_ENB_W<'_, 0>
Bit 0 - Transmit Interrupt Enable
sourcepub fn rx_int_enb(&mut self) -> RX_INT_ENB_W<'_, 1>
pub fn rx_int_enb(&mut self) -> RX_INT_ENB_W<'_, 1>
Bit 1 - Receive Interrupt Enables
sourcepub fn ferr_int_enb(&mut self) -> FERR_INT_ENB_W<'_, 2>
pub fn ferr_int_enb(&mut self) -> FERR_INT_ENB_W<'_, 2>
Bit 2 - Fatal Bus Error Enable
Bit 4 - Descriptor Unavailable Interrupt
sourcepub fn err_sum_int_enb(&mut self) -> ERR_SUM_INT_ENB_W<'_, 5>
pub fn err_sum_int_enb(&mut self) -> ERR_SUM_INT_ENB_W<'_, 5>
Bit 5 - Card Error Summary Interrupt Enable
Methods from Deref<Target = W<SMHC_IDIE_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