Home
last modified time | relevance | path

Searched defs:_USB_CONFIGURATION_DESCRIPTOR (Results 1 – 1 of 1) sorted by relevance

/lk-master/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/inc/usbd/
A Dusbd.h436 PRE_PACK struct POST_PACK _USB_CONFIGURATION_DESCRIPTOR struct
438 uint8_t bLength; /**< Size of this descriptor in bytes */
439 uint8_t bDescriptorType; /**< CONFIGURATION Descriptor Type*/
440 uint16_t wTotalLength; /**< Total length of data returned for this
445 uint8_t bNumInterfaces; /**< Number of interfaces supported by this configuration*/
446 uint8_t bConfigurationValue; /**< Value to use as an argument to the
449 uint8_t iConfiguration; /**< Index of string descriptor describing this
451 uint8_t bmAttributes; /**< Configuration characteristics \n
467 uint8_t bMaxPower; /**< Maximum power consumption of the USB

Completed in 5 milliseconds