pub struct R(_);
Expand description
Register IDINTEN
reader
Implementations§
source§impl R
impl R
sourcepub fn ti(&self) -> TI_R
pub fn ti(&self) -> TI_R
Bit 0 - Transmit Interrupt Enable. When set with Normal Interrupt Summary Enable, Transmit Interrupt is enabled. When reset, Transmit Interrupt is disabled.
sourcepub fn ri(&self) -> RI_R
pub fn ri(&self) -> RI_R
Bit 1 - Receive Interrupt Enable. When set with Normal Interrupt Summary Enable, Receive Interrupt is enabled. When reset, Receive Interrupt is disabled.
sourcepub fn fbe(&self) -> FBE_R
pub fn fbe(&self) -> FBE_R
Bit 2 - Fatal Bus Error Enable. When set with Abnormal Interrupt Summary Enable, the Fatal Bus Error Interrupt is enabled. When reset, Fatal Bus Error Enable Interrupt is disabled.
sourcepub fn du(&self) -> DU_R
pub fn du(&self) -> DU_R
Bit 4 - Descriptor Unavailable Interrupt. When set along with Abnormal Interrupt Summary Enable, the DU interrupt is enabled.
sourcepub fn ces(&self) -> CES_R
pub fn ces(&self) -> CES_R
Bit 5 - Card Error summary Interrupt Enable. When set, it enables the Card Interrupt summary.
Methods from Deref<Target = R<IDINTEN_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
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