pub struct R(_);
Expand description

Register FS_GINTMSK reader

Implementations§

Bit 1 - Mode mismatch interrupt mask

Bit 2 - OTG interrupt mask

Bit 3 - Start of frame mask

Bit 4 - Receive FIFO non-empty mask

Bit 5 - Non-periodic TxFIFO empty mask

Bit 6 - Global non-periodic 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 17 - Endpoint mismatch 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(Host mode)/Incomplete isochronous OUT transfer mask(Device mode)

Bit 24 - Host port interrupt 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

Methods from Deref<Target = R<FS_GINTMSK_SPEC>>§

Reads raw bits from register.

Trait Implementations§

The resulting type after dereferencing.
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.