Data Fields | |
uint8_t | bLength |
uint8_t | bDescriptorType |
uint8_t | bEndpointAddress |
uint8_t | bmAttributes |
uint16_t | wMaxPacketSize |
uint8_t | bInterval |
uint8_t | bRefresh |
uint8_t | bSyncAddress |
Definition at line 354 of file AUDDescriptors.h.
Descriptor type (USBGenericDescriptor_ENDPOINT).
Definition at line 359 of file AUDDescriptors.h.
Address and direction of the endpoint.
Definition at line 361 of file AUDDescriptors.h.
Polling rate of the endpoint.
Definition at line 367 of file AUDDescriptors.h.
uint8_t _AUDEndpointDescriptor::bLength |
Size of the descriptor in bytes.
Definition at line 357 of file AUDDescriptors.h.
Endpoint type and additional characteristics (for isochronous endpoints).
Definition at line 363 of file AUDDescriptors.h.
uint8_t _AUDEndpointDescriptor::bRefresh |
Refresh rate for a feedback endpoint.
Definition at line 369 of file AUDDescriptors.h.
Address of the associated feedback endpoint if any.
Definition at line 371 of file AUDDescriptors.h.
Maximum packet size (in bytes) of the endpoint.
Definition at line 365 of file AUDDescriptors.h.