pub struct W(_);
Expand description

Register INT_ENA writer

Implementations

Bit 0 - This is the interrupt enable bit for UHCI_RX_START_INT interrupt.

Bit 1 - This is the interrupt enable bit for UHCI_TX_START_INT interrupt.

Bit 2 - This is the interrupt enable bit for UHCI_RX_HUNG_INT interrupt.

Bit 3 - This is the interrupt enable bit for UHCI_TX_HUNG_INT interrupt.

Bit 4 - This is the interrupt enable bit for UHCI_IN_DONE_INT interrupt.

Bit 5 - This is the interrupt enable bit for UHCI_IN_SUC_EOF_INT interrupt.

Bit 6 - This is the interrupt enable bit for UHCI_IN_ERR_EOF_INT interrupt.

Bit 7 - This is the interrupt enable bit for UHCI_OUT_DONE_INT interrupt.

Bit 8 - This is the interrupt enable bit for UHCI_OUT_EOF_INT interrupt.

Bit 9 - This is the interrupt enable bit for UHCI_IN_DSCR_ERR_INT interrupt.

Bit 10 - This is the interrupt enable bit for UHCI_OUT_DSCR_ERR_INT interrupt.

Bit 11 - This is the interrupt enable bit for UHCI_IN_DSCR_EMPTY_INT interrupt.

Bit 12 - This is the interrupt enable bit for UHCI_OUTLINK_EOF_ERR_INT interrupt.

Bit 13 - This is the interrupt enable bit for UHCI_OUT_TOTAL_EOF_INT interrupt.

Bit 14 - This is the interrupt enable bit for UHCI_SEND_S_REG_Q_INT interrupt.

Bit 15 - This is the interrupt enable bit for UHCI_SEND_A_REG_Q_INT interrupt.

Bit 16 - This is the interrupt enable bit for UHCI_DMA_INFIFO_FULL_WM_INT interrupt.

Writes raw bits to the register.

Methods from Deref<Target = W<INT_ENA_SPEC>>

Writes raw bits to the register.

Trait Implementations

The resulting type after dereferencing.

Dereferences the value.

Mutably dereferences the value.

Converts to this type from the input type.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.