Searched defs:UsbEndpointDescriptor (Results 1 – 4 of 4) sorted by relevance
167 typedef struct UsbEndpointDescriptor { struct184 } __attribute__((packed)) UsbEndpointDescriptor; argument
1 # UsbEndpointDescriptor chapter
207 struct UsbEndpointDescriptor { struct208 uint8_t bLength;209 uint8_t bDescriptorType;210 uint8_t bEndpointAddress;211 uint8_t bmAttributes;212 uint16_t wMaxPacketSize;213 uint8_t bInterval;214 uint8_t bRefresh;215 uint8_t bSynchAddress;