FreeBSD kernel usb device Code
usb_device_request Struct Reference

#include <usb.h>

Data Fields

uByte bmRequestType
 
uByte bRequest
 
uWord wValue
 
uWord wIndex
 
uWord wLength
 

Detailed Description

Definition at line 147 of file usb.h.

Field Documentation

◆ bmRequestType

uByte usb_device_request::bmRequestType

Definition at line 148 of file usb.h.

Referenced by urio_ioctl().

◆ bRequest

uByte usb_device_request::bRequest

Definition at line 149 of file usb.h.

Referenced by urio_ioctl(), and usbd_device_30_remote_wakeup().

◆ wIndex

uWord usb_device_request::wIndex

◆ wLength

uWord usb_device_request::wLength

Definition at line 152 of file usb.h.

Referenced by urio_ioctl().

◆ wValue


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