![]() |
![]() |
USB data structure to send and receive data. More...
#include <csl_usb.h>
Data Fields | |
| Uint16 | bytes |
| Total number of bytes in the buf. | |
| Uint16 * | pBuffer |
| pointer to the start of buffer | |
| struct CSL_UsbDataStruct * | pNextBuffer |
| pointer to the next structure | |
USB data structure to send and receive data.
This structure is used by the USB to send and received data in linked list form. USB Descriptors should be created as a linked list of CSL_UsbDataStruct type
1.7.4