pub struct W(_);
Expand description

Register GINTMSK writer

Implementations

Bit 1 - Mode mismatch interrupt mask

Bit 2 - OTG interrupt mask

Bit 3 - Start of frame mask

Bit 4 - Receive FIFO nonempty mask

Bit 5 - Nonperiodic TxFIFO empty mask

Bit 6 - Global nonperiodic IN NAK effective mask

Bit 7 - Global OUT NAK effective mask

Bit 10 - Early suspend mask

Bit 11 - USB suspend mask

Bit 12 - USB reset mask

Bit 13 - Enumeration done mask

Bit 14 - Isochronous OUT packet dropped interrupt mask

Bit 15 - End of periodic frame interrupt mask

Bit 18 - IN endpoints interrupt mask

Bit 19 - OUT endpoints interrupt mask

Bit 20 - Incomplete isochronous IN transfer mask

Bit 21 - Incomplete periodic transfer mask

Bit 22 - Data fetch suspended mask

Bit 25 - Host channels interrupt mask

Bit 26 - Periodic TxFIFO empty mask

Bit 28 - Connector ID status change mask

Bit 29 - Disconnect detected interrupt mask

Bit 30 - Session request/new session detected interrupt mask

Bit 31 - Resume/remote wakeup detected interrupt mask

Bit 23 - Reset detected interrupt mask

Bit 27 - LPM interrupt mask

Writes raw bits to the register.

Methods from Deref<Target = W<GINTMSK_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.