Home
last modified time | relevance | path

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

/components/drivers/usb/cherryusb/common/
A Dusb_def.h397 struct usb_endpoint_descriptor { struct
398 uint8_t bLength; /* Descriptor size in bytes = 7 */
399 uint8_t bDescriptorType; /* ENDPOINT descriptor type = 5 */
400 uint8_t bEndpointAddress; /* Endpoint # 0 - 15 | IN/OUT */
401 uint8_t bmAttributes; /* Transfer type */
402 uint16_t wMaxPacketSize; /* Bits 10:0 = max. packet size */
403 uint8_t bInterval; /* Polling interval in (micro) frames */

Completed in 8 milliseconds