USB Endpoint Descriptor.
#include <usb_descriptors.h>
Data Fields | |
uint8_t | bDescriptorType |
ENDPOINT descriptor type. More... | |
uint8_t | bEndpointAddress |
Address of the endpoint. More... | |
uint8_t | bInterval |
Interval for polling EP in ms. More... | |
uint8_t | bLength |
Size of this descriptor in bytes. More... | |
uint8_t | bmAttributes |
Endpoint's attributes. More... | |
uint16_t | wMaxPacketSize |
Maximum packet size for this EP. More... | |
uint8_t S_usb_endpoint_descriptor::bDescriptorType |
ENDPOINT descriptor type.
uint8_t S_usb_endpoint_descriptor::bEndpointAddress |
Address of the endpoint.
uint8_t S_usb_endpoint_descriptor::bInterval |
Interval for polling EP in ms.
uint8_t S_usb_endpoint_descriptor::bLength |
Size of this descriptor in bytes.
uint8_t S_usb_endpoint_descriptor::bmAttributes |
Endpoint's attributes.
uint16_t S_usb_endpoint_descriptor::wMaxPacketSize |
Maximum packet size for this EP.