Wixel SDK
Data Fields
USB_SETUP_PACKET Union Reference

Data Fields

struct {
   uint8   bmRequestType
 
   uint8   bRequest
 
   uint16   wValue
 
   uint16   wIndex
 
   uint16   wLength
 
}; 
 
struct {
   unsigned   recipient:5
 
   unsigned   requestType:2
 
   unsigned   direction:1
 
}; 
 

Detailed Description

Definition at line 117 of file usb.h.

Field Documentation

struct { ... }

These are the standard field names from Table 9-2 of USB 2.0 spec.

struct { ... }

This struct breaks down bmRequestType into its components.


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