Data Fields | |
uint8_t | bLength |
uint8_t | bDescriptorType |
uint8_t | bEndpointAddress |
uint8_t | bmAttributes |
uint16_t | wMaxPacketSize |
uint8_t | bInterval |
Definition at line 697 of file USBDescriptors.h.
Descriptor type (USBGenericDescriptor_ENDPOINT).
Definition at line 702 of file USBDescriptors.h.
Address and direction of the endpoint.
Definition at line 704 of file USBDescriptors.h.
Polling rate of the endpoint.
Definition at line 711 of file USBDescriptors.h.
uint8_t _USBEndpointDescriptor::bLength |
Size of the descriptor in bytes.
Definition at line 700 of file USBDescriptors.h.
Endpoint type and additional characteristics (for isochronous endpoints).
Definition at line 707 of file USBDescriptors.h.
Maximum packet size (in bytes) of the endpoint.
Definition at line 709 of file USBDescriptors.h.