FreeBSD kernel usb device Code
usb_interface_assoc_descriptor Struct Reference

#include <usb.h>

Data Fields

uByte bLength
 
uByte bDescriptorType
 
uByte bFirstInterface
 
uByte bInterfaceCount
 
uByte bFunctionClass
 
uByte bFunctionSubClass
 
uByte bFunctionProtocol
 
uByte iFunction
 

Detailed Description

Definition at line 415 of file usb.h.

Field Documentation

◆ bDescriptorType

uByte usb_interface_assoc_descriptor::bDescriptorType

Definition at line 417 of file usb.h.

◆ bFirstInterface

uByte usb_interface_assoc_descriptor::bFirstInterface

Definition at line 418 of file usb.h.

Referenced by usb_make_raw_desc().

◆ bFunctionClass

uByte usb_interface_assoc_descriptor::bFunctionClass

Definition at line 420 of file usb.h.

◆ bFunctionProtocol

uByte usb_interface_assoc_descriptor::bFunctionProtocol

Definition at line 422 of file usb.h.

◆ bFunctionSubClass

uByte usb_interface_assoc_descriptor::bFunctionSubClass

Definition at line 421 of file usb.h.

◆ bInterfaceCount

uByte usb_interface_assoc_descriptor::bInterfaceCount

Definition at line 419 of file usb.h.

◆ bLength

uByte usb_interface_assoc_descriptor::bLength

Definition at line 416 of file usb.h.

◆ iFunction

uByte usb_interface_assoc_descriptor::iFunction

Definition at line 423 of file usb.h.


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