pub type LIGHT_HOST_CONTROLLER_RESET_R = BitReader<bool>;
Expand description

Field light_host_controller_reset reader - Light Host Controller Reset (OPTIONAL)

This control bit is not required. If implemented, it allows the driver to reset the EHCI controller without affecting the state of the ports or relationship to the companion host controllers. For example, the PORSTC registers should not be reset to their default values and the CF bit setting should not go to zero (retaining port ownership relationships). A host software read of this bit as zero indicates the Light Host Controller Reset has completed and it si safe for software to re- initialize the host controller. A host software read of this bit as a one indicates the Light Host

Aliased Type§

struct LIGHT_HOST_CONTROLLER_RESET_R { /* private fields */ }