Data Fields
tFIFOConfig Struct Reference

#include <usblib.h>

Data Fields

tFIFOEntry sIn [USBLIB_NUM_EP-1]
 
tFIFOEntry sOut [USBLIB_NUM_EP-1]
 

Detailed Description

This structure defines endpoint and FIFO configuration information for all endpoints that the device wishes to use. This information cannot be determined by examining the USB configuration descriptor and is provided to USBDCDConfig by the application to allow the USB controller endpoints to be correctly configured.

Field Documentation

tFIFOEntry tFIFOConfig::sIn[USBLIB_NUM_EP-1]

An array containing one FIFO entry for each of the IN endpoints. Note that endpoint 0 is configured and managed by the USB device stack so is excluded from this array. The index 0 entry of the array corresponds to endpoint 1, index 1 to endpoint 2, etc.

tFIFOEntry tFIFOConfig::sOut[USBLIB_NUM_EP-1]

An array containing one FIFO entry for each of the OUT endpoints. Note that endpoint 0 is configured and managed by the USB device stack so is excluded from this array. The index 0 entry of the array corresponds to endpoint 1, index 1 to endpoint 2, etc.


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

Copyright 2016, Texas Instruments Incorporated