Data Fields
usbSetupPkt Struct Reference

Structure defining USB Setup Packet. More...

#include <usb_spec_defines.h>

Data Fields

uint8_t bmRequestType
 
uint8_t bRequest
 
uint16_t wValue
 
uint16_t wIndex
 
uint16_t wLength
 

Detailed Description

Structure defining USB Setup Packet.

Field Documentation

uint8_t usbSetupPkt::bmRequestType

USB Standard request type.

uint8_t usbSetupPkt::bRequest

Request code.

uint16_t usbSetupPkt::wIndex

USB 2.0 WIndex.

uint16_t usbSetupPkt::wLength

USB 2.0 WLength.

uint16_t usbSetupPkt::wValue

USB 2.0 WValue.


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

Copyright 2016, Texas Instruments Incorporated