Searched defs:USBDescEndpoint (Results 1 – 2 of 2) sorted by relevance
163 struct USBDescEndpoint { struct164 uint8_t bEndpointAddress;165 uint8_t bmAttributes;166 uint16_t wMaxPacketSize;167 uint8_t bInterval;168 uint8_t bRefresh;169 uint8_t bSynchAddress;171 uint8_t is_audio; /* has bRefresh + bSynchAddress */172 uint8_t *extra;175 uint8_t bMaxBurst;[all …]
192 typedef struct USBDescEndpoint USBDescEndpoint; typedef