FreeBSD kernel usb device Code
usb_cdc_union_descriptor Struct Reference

#include <usb_cdc.h>

Data Fields

uByte bLength
 
uByte bDescriptorType
 
uByte bDescriptorSubtype
 
uByte bMasterInterface
 
uByte bSlaveInterface [1]
 

Detailed Description

Definition at line 85 of file usb_cdc.h.

Field Documentation

◆ bDescriptorSubtype

uByte usb_cdc_union_descriptor::bDescriptorSubtype

Definition at line 88 of file usb_cdc.h.

◆ bDescriptorType

uByte usb_cdc_union_descriptor::bDescriptorType

Definition at line 87 of file usb_cdc.h.

◆ bLength

uByte usb_cdc_union_descriptor::bLength

Definition at line 86 of file usb_cdc.h.

Referenced by cdce_attach(), and umodem_attach().

◆ bMasterInterface

uByte usb_cdc_union_descriptor::bMasterInterface

Definition at line 89 of file usb_cdc.h.

Referenced by usb_make_raw_desc().

◆ bSlaveInterface

uByte usb_cdc_union_descriptor::bSlaveInterface[1]

Definition at line 90 of file usb_cdc.h.

Referenced by cdce_attach(), umodem_attach(), and usb_make_raw_desc().


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