Data Fields
CSL_UsbEpStatus Struct Reference

USB end point status structure. More...

#include <csl_usb.h>

Data Fields

DWORD dwEndpoint
 Endpoint.
CSL_UsbXferType xferType
 USB xfer type supported by the EP.
DWORD dwPacketSizeAssigned
 Packet Size assigned.
Bool fInitialized
 TRUE, if initialized.
DWORD * pFifoAddr
 FIFO address of the EP.
CSL_UsbTransferpTransfer
 Pointer to the Tx Buf.
WORD wUSBEvents
 OR'ed combination of USB Events.
WORD dataReadFromFifo
 Variable to store the most recent data size read from FIFO.
CSL_USB_EVENT_ISR hEventHandler
 Call back for the associated event handler.
Bool fStalled
 TRUE, if stalled.
Bool fSelected
 TRUE, if selected.

Detailed Description

USB end point status structure.

This structure is used to hold the status of an Endpoint


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