FreeBSD kernel usb device Code
usb_endpoint_ss_comp_descriptor Struct Reference

#include <usb.h>

Data Fields

uByte bLength
 
uByte bDescriptorType
 
uByte bMaxBurst
 
uByte bmAttributes
 
uWord wBytesPerInterval
 

Detailed Description

Definition at line 564 of file usb.h.

Field Documentation

◆ bDescriptorType

uByte usb_endpoint_ss_comp_descriptor::bDescriptorType

Definition at line 566 of file usb.h.

Referenced by usb_alloc_device().

◆ bLength

uByte usb_endpoint_ss_comp_descriptor::bLength

Definition at line 565 of file usb.h.

Referenced by usb_alloc_device().

◆ bmAttributes

uByte usb_endpoint_ss_comp_descriptor::bmAttributes

◆ bMaxBurst

uByte usb_endpoint_ss_comp_descriptor::bMaxBurst

Definition at line 567 of file usb.h.

Referenced by usbd_get_max_frame_length(), and usbd_transfer_setup_sub().

◆ wBytesPerInterval

uWord usb_endpoint_ss_comp_descriptor::wBytesPerInterval

Definition at line 571 of file usb.h.


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