USB endpoint descriptor (USB 2.0 spec table 9-13) More...
USB endpoint descriptor (USB 2.0 spec table 9-13)
Definition at line 173 of file descriptor.h.
#include <descriptor.h>
Data Fields | |
| uint8_t | length |
| Size of this descriptor | |
| uint8_t | type |
| Descriptor type (USB_TYPE_DESCRIPTOR_ENDPOINT) | |
| uint8_t | address |
| Address of the endpoint | |
| uint8_t | attributes |
| Attributes of the endpoint | |
| uint16_t | max_packet_size |
| Maximum packet size of the endpoint | |
| uint8_t | interval |
| Polling interval for the endpoint | |