For more information on this file please refer to Programmer’s Guide: MSP430 USB API Stack for CDC/HID http://focus.ti.com/docs/prod/folders/print/msp430f5529.html#toolssoftware. More...
#include "MSP430.h"#include "..\Common\types.h"#include "..\USB_Common\defMSP430USB.h"#include "..\USB_Common\usb.h"#include "..\USB_Common\descriptors.h"#include "..\USB_CDC_API\UsbCdc.h"Go to the source code of this file.
For more information on this file please refer to Programmer’s Guide: MSP430 USB API Stack for CDC/HID http://focus.ti.com/docs/prod/folders/print/msp430f5529.html#toolssoftware.
Definition in file descriptors.c.
| BYTE const abromDeviceDescriptor[SIZEOF_DEVICE_DESCRIPTOR] |
{
SIZEOF_DEVICE_DESCRIPTOR,
DESC_TYPE_DEVICE,
0x00,0x02,
0x00,
0,
0,
EP0_PACKET_SIZE,
USB_VID&0xFF, USB_VID>>8,
USB_PID&0xFF, USB_PID>>8,
VER_FW_L, VER_FW_H,
1,
2,
USB_STR_INDEX_SERNUM,
1
}
Definition at line 100 of file descriptors.c.
| BYTE const abromReportDescriptor[SIZEOF_REPORT_DESCRIPTOR] |
{
0x06, 0x00, 0xff,
0x09, 0x01,
0xa1, 0x01,
0x85, 0x3F,
0x95, 0x3F,
0x75, 0x08,
0x25, 0x01,
0x15, 0x01,
0x09, 0x01,
0x81, 0x02,
0x85, 0x3F,
0x95, 0x3F,
0x75, 0x08,
0x25, 0x01,
0x15, 0x01,
0x09, 0x01,
0x91, 0x02,
0xC0
}
Definition at line 290 of file descriptors.c.
1.7.1