Usbio_Configuration_Info - Motorola USB08 Reference Manual

Universal serial bus evaluation board using the mc68hc908jb8
Table of Contents

Advertisement

Universal USB Device Driver (USBIO)

USBIO_CONFIGURATION_INFO

Definition
Members
Comments
Designer Reference Manual
204
The USBIO_CONFIGURATION_INFO structure provides information
about all interfaces and all pipes available in the current configuration.
typedef struct _USBIO_CONFIGURATION_INFO{
ULONG NbOfInterfaces;
ULONG NbOfPipes;
USBIO_INTERFACE_CONFIGURATION_INFO
InterfaceInfo[USBIO_MAX_INTERFACES];
USBIO_PIPE_CONFIGURATION_INFO
PipeInfo[USBIO_MAX_PIPES];
} USBIO_CONFIGURATION_INFO;
NbOfInterface
Contains the number of interfaces. This is the number of valid entries
in the InterfaceInfo structure.
NbOfPipes
Contains the number of pipes. This is the number of valid entries in
the PipeInfo structure.
InterfaceInfo[USBIO_MAX_INTERFACES]
An array of USBIO_INTERFACE_CONFIGURATION_INFO
(page
200) structures that describes the interfaces.There are
NbOfInterfaces valid entries in this array.
PipeInfo[USBIO_MAX_PIPES]
An array of USBIO_PIPE_CONFIGURATION_INFO
structures that describes the pipes. There are NbOfPipes valid
entries in this array.
This structure is an output of
IOCTL_USBIO_GET_CONFIGURATION_INFO
Only active pipes from the current configuration are returned.
Universal USB Device Driver (USBIO)
(page
202)
(page
166) operations.
USB08 Evaluation Board
MOTOROLA

Advertisement

Table of Contents
loading

This manual is also suitable for:

Mc68hc908jb8

Table of Contents