Designer Reference Manual
USB08 Evaluation Board
188
Universal USB Device Driver (USBIO)
MOTOROLA
Universal USB Device Driver (USBIO)
USBIO_FEATURE_REQUEST
The USBIO_FEATURE_REQUEST structure provides information used
to set or clear a specific feature.
Definition
typedef struct _USBIO_FEATURE_REQUEST{
USBIO_REQUEST_RECIPIENT Recipient;
USHORT FeatureSelector;
USHORT Index;
} USBIO_FEATURE_REQUEST;
Members
Recipient
Specifies the recipient of the set feature or clear feature request. The
values are defined by the enumeration type
USBIO_REQUEST_RECIPIENT (
FeatureSelector
Specifies the feature selector value for the set feature or clear feature
request. The values are defined by the recipient. Refer to the
Universal Serial Bus Specification 1.1, Chapter 9 for more
information.
Index
Specifies the index value for the set feature or clear feature request.
The values are defined by the device. Refer to the Universal Serial
Bus Specification 1.1, Chapter 9 for more information.
Comments
This structure has to be used as an input for
IOCTL_USBIO_SET_FEATURE (
) and
IOCTL_USBIO_CLEAR_FEATURE (
) requests.