Usbio_Set_Configuration - Motorola USB08 Reference Manual

Universal serial bus evaluation board using the mc68hc908jb8
Table of Contents

Advertisement

USBIO_SET_CONFIGURATION

Definition
Members
Comments
USB08 Evaluation Board
MOTOROLA
The USBIO_SET_CONFIGURATION structure provides information
used to set the device configuration.
typedef struct _USBIO_SET_CONFIGURATION{
USHORT ConfigurationIndex;
USHORT NbOfInterfaces;
USBIO_INTERFACE_SETTING
InterfaceList[USBIO_MAX_INTERFACES];
} USBIO_SET_CONFIGURATION;
ConfigurationIndex
Specifies the configuration to be set. The meaning of the value is
defined by the device. Refer to the Universal Serial Bus Specification
1.1, Chapter 9 for more information.
NbOfInterface
Specifies the number of interfaces in this configuration. This is the
number of valid entries in InterfaceList.
InterfaceList [USBIO_MAX_INTERFACES]
An array of USBIO_INTERFACE_SETTING
that describes each interface in the configuration. There have to be
NbOfInterfaces valid entries in this array.
This structure has to be used as an input for
IOCTL_USBIO_SET_CONFIGURATION
Universal USB Device Driver (USBIO)
Universal USB Device Driver (USBIO)
Programming Interface
(page
194) structures
(page
159) requests.
Designer Reference Manual
195

Advertisement

Table of Contents
loading

This manual is also suitable for:

Mc68hc908jb8

Table of Contents