pub struct W(_);
Expand description
Register IDINTEN
writer
Implementations
sourceimpl W
impl W
sourcepub fn ti(&mut self) -> TI_W<'_, 0>
pub fn ti(&mut self) -> TI_W<'_, 0>
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(&mut self) -> RI_W<'_, 1>
pub fn ri(&mut self) -> RI_W<'_, 1>
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(&mut self) -> FBE_W<'_, 2>
pub fn fbe(&mut self) -> FBE_W<'_, 2>
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(&mut self) -> DU_W<'_, 4>
pub fn du(&mut self) -> DU_W<'_, 4>
Bit 4 - Descriptor Unavailable Interrupt. When set along with Abnormal Interrupt Summary Enable, the DU interrupt is enabled.
sourcepub fn ces(&mut self) -> CES_W<'_, 5>
pub fn ces(&mut self) -> CES_W<'_, 5>
Bit 5 - Card Error summary Interrupt Enable. When set, it enables the Card Interrupt summary.
sourcepub fn ni(&mut self) -> NI_W<'_, 8>
pub fn ni(&mut self) -> NI_W<'_, 8>
Bit 8 - Normal Interrupt Summary Enable. When set, a normal interrupt is enabled. When reset, a normal interrupt is disabled. This bit enables the following bits: IDINTEN[0]: Transmit Interrupt; IDINTEN[1]: Receive Interrupt.