![]() |
![]() |
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_UsbTransfer * | pTransfer |
| 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. | |
USB end point status structure.
This structure is used to hold the status of an Endpoint
1.7.4