Data Fields
usbClassObj Struct Reference

This structure defines the generic USB class object which is used by the protocol layer ot interact with the required class driver. The class needs to register with the protocol layer before this object can be used. More...

#include <usb_dev_object.h>

Data Fields

void * privateData
 
usbClassAction_t classAction
 

Detailed Description

This structure defines the generic USB class object which is used by the protocol layer ot interact with the required class driver. The class needs to register with the protocol layer before this object can be used.

Field Documentation

usbClassAction_t usbClassObj::classAction

The class actions that can be called by the protocol layer to interact with the usb class

void* usbClassObj::privateData

Private data to hold the class object


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

Copyright 2016, Texas Instruments Incorporated