![]() |
![]() |
Structure defining USB Endpoint Descriptor. More...
#include <usb_spec_defines.h>
Data Fields | |
| uint8_t | bLength |
| uint8_t | bDescriptorType |
| uint8_t | bEndpointAddress |
| uint8_t | bmAttributes |
| uint16_t | wMaxPacketSize |
| uint8_t | bInterval |
Structure defining USB Endpoint Descriptor.
| uint8_t usbEndpointDesc::bDescriptorType |
ENDPOINT Descriptor Type .
| uint8_t usbEndpointDesc::bEndpointAddress |
IN or OUT endpoint address.
| uint8_t usbEndpointDesc::bInterval |
polling interval value in farmes.
| uint8_t usbEndpointDesc::bLength |
Descriptor Length.
| uint8_t usbEndpointDesc::bmAttributes |
Endpoint type.
| uint16_t usbEndpointDesc::wMaxPacketSize |
Maximum packet size for this endpoint.