Designer Reference Manual
USB08 Evaluation Board
194
Universal USB Device Driver (USBIO)
MOTOROLA
Universal USB Device Driver (USBIO)
USBIO_INTERFACE_SETTING
The USBIO_INTERFACE_SETTING structure provides information
used to configure an interface and its endpoints.
Definition
typedef struct _USBIO_INTERFACE_SETTING{
USHORT InterfaceIndex;
USHORT AlternateSettingIndex;
ULONG MaximumTransferSize;
} USBIO_INTERFACE_SETTING;
Members
InterfaceIndex
Specifies the interface. The value is defined by the device. Refer to
the Universal Serial Bus Specification 1.1, Chapter 9 for more
information.
AlternateSettingIndex
Specifies the alternate setting to be set for this interface. The value is
defined by the device. Refer to the Universal Serial Bus Specification
1.1, Chapter 9 for more information.
MaximumTransferSize
Specifies the maximum size, in bytes, of data transfers to or from
endpoints of this interface. The value is user-defined and is valid for
all endpoints of this interface. If no special requirement exists a value
of 4096 (4K) should be used.
Comments
This structure has to be used as an input for
IOCTL_USBIO_SET_INTERFACE (
) and
IOCTL_USBIO_SET_CONFIGURATION (
) requests.
Содержание MC68HC908JB8
Страница 2: ...blank ...
Страница 6: ...Designer Reference Manual USB08 Evaluation Board 6 List of Sections MOTOROLA List of Sections ...
Страница 16: ...Designer Reference Manual USB08 Evaluation Board 16 List of Tables MOTOROLA List of Tables ...
Страница 42: ...Designer Reference Manual USB08 Evaluation Board 42 Hardware Description MOTOROLA Hardware Description ...
Страница 88: ...Designer Reference Manual USB08 Evaluation Board 88 USB08 Descriptors MOTOROLA USB08 Descriptors ...
Страница 243: ...blank ...