pub struct R(_);
Expand description

Register HSTIMR reader

Implementations

Bit 0 - Device Connection Interrupt Enable

Bit 1 - Device Disconnection Interrupt Enable

Bit 2 - USB Reset Sent Interrupt Enable

Bit 3 - Downstream Resume Sent Interrupt Enable

Bit 4 - Upstream Resume Received Interrupt Enable

Bit 5 - Host Start of Frame Interrupt Enable

Bit 6 - Host Wake-Up Interrupt Enable

Bit 8 - Pipe 0 Interrupt Enable

Bit 9 - Pipe 1 Interrupt Enable

Bit 10 - Pipe 2 Interrupt Enable

Bit 11 - Pipe 3 Interrupt Enable

Bit 12 - Pipe 4 Interrupt Enable

Bit 13 - Pipe 5 Interrupt Enable

Bit 14 - Pipe 6 Interrupt Enable

Bit 15 - Pipe 7 Interrupt Enable

Bit 16 - Pipe 8 Interrupt Enable

Bit 17 - Pipe 9 Interrupt Enable

Bit 25 - DMA Channel 0 Interrupt Enable

Bit 26 - DMA Channel 1 Interrupt Enable

Bit 27 - DMA Channel 2 Interrupt Enable

Bit 28 - DMA Channel 3 Interrupt Enable

Bit 29 - DMA Channel 4 Interrupt Enable

Bit 30 - DMA Channel 5 Interrupt Enable

Bit 31 - DMA Channel 6 Interrupt Enable

Methods from Deref<Target = R<HSTIMR_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.