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 "..\Common\types.h"
#include "..\Common\types.h"
Go to the source code of this file.
Defines |
|
#define | _CDC_ |
|
#define | USB_VID 0x2047 |
|
#define | USB_PID 0x0300 |
|
#define | SIZEOF_CONFIGURATION_DESCRIPTOR 53 |
|
#define | INTERFACE_NUMBER_CDC 0 |
|
#define | CDC_INTEP_ADDR 0x82 |
|
#define | CDC_OUTEP_ADDR 0x03 |
|
#define | CDC_INEP_ADDR 0x83 |
|
#define | VER_FW_H 0x01 |
|
#define | VER_FW_L 0x19 |
|
#define | USB_MCLK_FREQ 8000000 |
|
#define | MAX_PACKET_SIZE 0x40 |
|
#define | USB_STR_INDEX_SERNUM 3 |
|
#define | USB_PLL_XT 2 |
|
#define | USB_XT_FREQ USBPLL_SETCLK_4_0 |
|
#define | USB_DISABLE_XT_SUSPEND 1 |
|
#define | USB_SUPPORT_REM_WAKE 0x20 |
|
#define | USB_SUPPORT_SELF_POWERED 0x40 |
|
#define | USB_MAX_POWER 0x32 |
|
#define | USB_DMA_TX 0x1 |
|
#define | USB_DMA_RX 0x1 |
|
#define | USB_NUM_CONFIGURATIONS 1 |
|
#define | SIZEOF_DEVICE_DESCRIPTOR 0x12 |
|
#define | SIZEOF_REPORT_DESCRIPTOR 36 |
|
#define | USBHID_REPORT_LENGTH 64 |
|
#define | SIZEOF_INTERFACE_DESCRIPTOR 0x09 |
|
#define | CONFIG_STRING_INDEX 4 |
|
#define | INTF_STRING_INDEX 5 |
|
#define | EDB(addr) ((addr&0x07)-1) |
Variables |
|
BYTE const | abromDeviceDescriptor [SIZEOF_DEVICE_DESCRIPTOR] |
|
BYTE const | abromConfigurationDescriptorGroup [SIZEOF_CONFIGURATION_DESCRIPTOR] |
|
BYTE const | abromReportDescriptor [SIZEOF_REPORT_DESCRIPTOR] |
|
BYTE const | abromStringDescriptor [] |
Detailed Description
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.
- Author:
- Texas Instruments, Inc
- Date:
- 2009/06/11
- Version:
- 1.18 Initial Release
- Note:
- Built with IAR Embedded Workbench for MSP430 Version: 5.10.1
Definition in file descriptors.h.