pub struct W(_);
Expand description

Register HCCONTROL writer

Implementations

Bits 0:1 - ControlBulkServiceRatio.

Bit 2 - PeriodicListEnable.

Bit 3 - IsochronousEnable.

Bit 4 - ControlListEnable.

Bit 5 - BulkListEnable This bit is set to enable the processing of the Bulk list in the next Frame.

Bits 6:7 - HostControllerFunctionalState for USB 00b: USBRESET 01b: USBRESUME 10b: USBOPERATIONAL 11b: USBSUSPEND A transition to USBOPERATIONAL from another state causes SOFgeneration to begin 1 ms later.

Bit 8 - InterruptRouting This bit determines the routing of interrupts generated by events registered in HcInterruptStatus.

Bit 9 - RemoteWakeupConnected This bit indicates whether HC supports remote wake-up signaling.

Bit 10 - RemoteWakeupEnable This bit is used by HCD to enable or disable the remote wake-up feature upon the detection of upstream resume signaling.

Writes raw bits to the register.

Methods from Deref<Target = W<HCCONTROL_SPEC>>

Writes raw bits to the register.

Trait Implementations

The resulting type after dereferencing.

Dereferences the value.

Mutably dereferences the value.

Performs the conversion.

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.