pub struct R(/* private fields */);
Expand description
Register smhc_idie
reader
Implementations§
source§impl R
impl R
sourcepub fn tx_int_enb(&self) -> TX_INT_ENB_R
pub fn tx_int_enb(&self) -> TX_INT_ENB_R
Bit 0 - Transmit Interrupt Enable
sourcepub fn rx_int_enb(&self) -> RX_INT_ENB_R
pub fn rx_int_enb(&self) -> RX_INT_ENB_R
Bit 1 - Receive Interrupt Enables
sourcepub fn ferr_int_enb(&self) -> FERR_INT_ENB_R
pub fn ferr_int_enb(&self) -> FERR_INT_ENB_R
Bit 2 - Fatal Bus Error Enable
Bit 4 - Descriptor Unavailable Interrupt
sourcepub fn err_sum_int_enb(&self) -> ERR_SUM_INT_ENB_R
pub fn err_sum_int_enb(&self) -> ERR_SUM_INT_ENB_R
Bit 5 - Card Error Summary Interrupt Enable
Methods from Deref<Target = R<SMHC_IDIE_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