USBIP C library 0.7.0
Virtual USB devices & host drivers over USB/IP
Loading...
Searching...
No Matches
usb_endpoint_descriptor Struct Reference

Standard endpoint descriptor (Sec.9.6.6). More...

#include <usbip.h>

Data Fields

uint8_t bLength
 
uint8_t bDescriptorType
 
uint8_t bEndpointAddress
 
uint8_t bmAttributes
 
uint16_t wMaxPacketSize
 
uint8_t bInterval
 

Detailed Description

Standard endpoint descriptor (Sec.9.6.6).

Field Documentation

◆ bLength

uint8_t usb_endpoint_descriptor::bLength

◆ bDescriptorType

uint8_t usb_endpoint_descriptor::bDescriptorType

◆ bEndpointAddress

uint8_t usb_endpoint_descriptor::bEndpointAddress

◆ bmAttributes

uint8_t usb_endpoint_descriptor::bmAttributes

◆ wMaxPacketSize

uint16_t usb_endpoint_descriptor::wMaxPacketSize

◆ bInterval

uint8_t usb_endpoint_descriptor::bInterval

The documentation for this struct was generated from the following file: