USB HOST DRIVER V03 Freescale Semiconductor / Motorola, USB HOST DRIVER V03 Datasheet - Page 58

no-image

USB HOST DRIVER V03

Manufacturer Part Number
USB HOST DRIVER V03
Description
USB Host Driver v03
Manufacturer
Freescale Semiconductor / Motorola
Datasheet
3.7.2.
Definition:
typedef struct _USB_DEVICE_DESCRIPTOR {
} USB_DEVICE_DESCRIPTOR, *PUSB_DEVICE_DESCRIPTOR;
Comments:
The structure represents the USB1.1 Device descriptor. For member description refer to
USB 1.1 specification.
M
UCHAR bLength;
UCHAR bDescriptorType;
USHORT bcdUSB;
UCHAR bDeviceClass;
UCHAR bDeviceSubClass;
UCHAR bDeviceProtocol;
UCHAR bMaxPacketSize0;
USHORT idVendor;
USHORT idProduct;
USHORT bcdDevice;
UCHAR iManufacturer;
UCHAR iProduct;
UCHAR iSerialNumber;
UCHAR bNumConfigurations;
USB_DEVICE_DESCRIPTOR
PRELIMINARY—SUBJECT TO CHANGE WITHOUT NOTICE
Programming Interface.
3-36

Related parts for USB HOST DRIVER V03