CONTROLLER_TYPE enumeration (ucxroothub.h)
This enumeration specifies if the USB host controller is an eXtensible Host Controller Interface (xHCI) controller.
Syntax
typedef enum _CONTROLLER_TYPE {
ControllerTypeXhci,
ControllerTypeSoftXhci
} CONTROLLER_TYPE;
Constants
ControllerTypeXhci Indicates the USB host controller is an xHCI controller. |
ControllerTypeSoftXhci Indicates the USB host controller is software an xHCI controller. |
Requirements
Requirement | Value |
---|---|
Header | ucxroothub.h (include Ucxclass.h) |