pub struct R(_);
Expand description

Register GUSBCFG reader

Implementations

Bits 0:2 - FS timeout calibration

Bit 8 - SRP-capable

Bit 9 - HNP-capable

Bits 10:13 - USB turnaround time

Bit 15 - PHY Low-power clock select

Bit 17 - ULPI FS/LS select

Bit 18 - ULPI Auto-resume

Bit 19 - ULPI Clock SuspendM

Bit 20 - ULPI External VBUS Drive

Bit 21 - ULPI external VBUS indicator

Bit 22 - TermSel DLine pulsing selection

Bit 23 - Indicator complement

Bit 24 - Indicator pass through

Bit 25 - ULPI interface protect disable

Bit 29 - Forced host mode

Bit 30 - Forced peripheral mode

Bit 31 - Corrupt Tx packet

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

Should always be Self

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.