Variables

descriptors.c File Reference

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.

Variables

BYTE const abromDeviceDescriptor [SIZEOF_DEVICE_DESCRIPTOR]
BYTE const abromConfigurationDescriptorGroup []
BYTE const abromStringDescriptor []
BYTE const abromReportDescriptor [SIZEOF_REPORT_DESCRIPTOR]

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.c.


Variable Documentation

BYTE const abromDeviceDescriptor[SIZEOF_DEVICE_DESCRIPTOR]
Initial value:
 {
    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]
Initial value:
{
    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.