UM10503
All information provided in this document is subject to legal disclaimers.
© NXP B.V. 2012. All rights reserved.
User manual
Rev. 1.3 — 6 July 2012
637 of 1269
NXP Semiconductors
UM10503
Chapter 25: LPC43xx USB API
25.5.20 _USB_INTERFACE_DESCRIPTOR
25.5.21 _USB_OTHER_SPEED_CONFIGURATION
Table 511. _USB_DFU_FUNC_DESCRIPTOR class structure
Member
Description
bLength
uint8_tuint8_t _USB_DFU_FUNC_DESCRIPTOR::bLength
bDescriptorType
uint8_tuint8_t _USB_DFU_FUNC_DESCRIPTOR::bDescriptorType
bmAttributes
uint8_tuint8_t _USB_DFU_FUNC_DESCRIPTOR::bmAttributes
wDetachTimeOut
uint16_tuint16_t _USB_DFU_FUNC_DESCRIPTOR::wDetachTimeOut
wTransferSize
uint16_tuint16_t _USB_DFU_FUNC_DESCRIPTOR::wTransferSize
bcdDFUVersion
uint16_tuint16_t _USB_DFU_FUNC_DESCRIPTOR::bcdDFUVersion
Table 512. _USB_INTERFACE_DESCRIPTOR class structure
Member
Description
bLength
uint8_tuint8_t _USB_INTERFACE_DESCRIPTOR::bLength
Size of this descriptor in bytes
bDescriptorType
uint8_tuint8_t _USB_INTERFACE_DESCRIPTOR::bDescriptorType
INTERFACE Descriptor Type
bInterfaceNumber
uint8_tuint8_t _USB_INTERFACE_DESCRIPTOR::bInterfaceNumber
Number of this interface. Zero-based value identifying the index in the array of concurrent
interfaces supported by this configuration.
bAlternateSetting
uint8_tuint8_t _USB_INTERFACE_DESCRIPTOR::bAlternateSetting
Value used to select this alternate setting for the interface identified in the prior field
bNumEndpoints
uint8_tuint8_t _USB_INTERFACE_DESCRIPTOR::bNumEndpoints
Number of endpoints used by this interface (excluding endpoint zero). If this value is zero, this
interface only uses the Default Control Pipe.
bInterfaceClass
uint8_tuint8_t _USB_INTERFACE_DESCRIPTOR::bInterfaceClass
Class code (assigned by the USB-IF).
bInterfaceSubClass
uint8_tuint8_t _USB_INTERFACE_DESCRIPTOR::bInterfaceSubClass
Subclass code (assigned by the USB-IF).
bInterfaceProtocol
uint8_tuint8_t _USB_INTERFACE_DESCRIPTOR::bInterfaceProtocol
Protocol code (assigned by the USB).
iInterface
uint8_tuint8_t _USB_INTERFACE_DESCRIPTOR::iInterface
Index of string descriptor describing this interface