FreeBSD kernel usb device Code
usb_cdc_notification Struct Reference

#include <usb_cdc.h>

Data Fields

uByte bmRequestType
 
uByte bNotification
 
uWord wValue
 
uWord wIndex
 
uWord wLength
 
uByte data [16]
 

Detailed Description

Definition at line 145 of file usb_cdc.h.

Field Documentation

◆ bmRequestType

uByte usb_cdc_notification::bmRequestType

◆ bNotification

◆ data

uByte usb_cdc_notification::data[16]

◆ wIndex

uWord usb_cdc_notification::wIndex

Definition at line 158 of file usb_cdc.h.

Referenced by uhso_bs_intr_callback().

◆ wLength

uWord usb_cdc_notification::wLength

◆ wValue

uWord usb_cdc_notification::wValue

Definition at line 157 of file usb_cdc.h.

Referenced by cdce_intr_read_callback(), and ufoma_intr_callback().


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