Searched defs:_USB_ENDPOINT_DESCRIPTOR (Results 1 – 1 of 1) sorted by relevance
570 PRE_PACK struct POST_PACK _USB_ENDPOINT_DESCRIPTOR struct572 uint8_t bLength; /**< Size of this descriptor in bytes*/573 uint8_t bDescriptorType; /**< ENDPOINT Descriptor Type*/574 uint8_t bEndpointAddress; /**< The address of the endpoint on the USB device582 uint8_t bmAttributes; /**< This field describes the endpoint�s attributes when it is606 uint16_t wMaxPacketSize; /**< Maximum packet size this endpoint is capable of626 uint8_t bInterval; /**< Interval for polling endpoint for data transfers.
Completed in 7 milliseconds