usb_descriptors.c File Reference

#include "config.h"
#include "conf_usb.h"
#include "lib_mcu/usb/usb_drv.h"
#include "usb_descriptors.h"
#include "modules/usb/device_chap9/usb_standard_request.h"
#include "usb_specific_request.h"
#include "lib_mcu/flash/flash_drv.h"

Include dependency graph for usb_descriptors.c:

Go to the source code of this file.

Variables

code
S_usb_device_descriptor 
usb_dev_desc
code
S_usb_user_configuration_descriptor 
usb_conf_desc
code
S_usb_manufacturer_string_descriptor 
usb_user_manufacturer_string_descriptor
code
S_usb_product_string_descriptor 
usb_user_product_string_descriptor
code S_usb_serial_number usb_user_serial_number
code S_usb_language_id usb_user_language_id
code
S_usb_hid_report_descriptor 
usb_hid_report_descriptor


Detailed Description

USB parameters.

This file contains the usb parameters that uniquely identify the application through descriptor tables.

Author:
Atmel Corporation: http://www.atmel.com
Support and FAQ: http://support.atmel.no/

Definition in file usb_descriptors.c.


Variable Documentation

code S_usb_device_descriptor usb_dev_desc

Initial value:

Definition at line 68 of file usb_descriptors.c.

code S_usb_user_configuration_descriptor usb_conf_desc

Definition at line 87 of file usb_descriptors.c.

Referenced by hid_get_hid_descriptor().

code S_usb_manufacturer_string_descriptor usb_user_manufacturer_string_descriptor

Initial value:

Definition at line 142 of file usb_descriptors.c.

Referenced by usb_user_get_descriptor().

code S_usb_product_string_descriptor usb_user_product_string_descriptor

Initial value:

Definition at line 151 of file usb_descriptors.c.

Referenced by usb_user_get_descriptor().

code S_usb_serial_number usb_user_serial_number

Initial value:

Definition at line 160 of file usb_descriptors.c.

Referenced by usb_user_get_descriptor().

code S_usb_language_id usb_user_language_id

Initial value:

Definition at line 174 of file usb_descriptors.c.

Referenced by usb_user_get_descriptor().

code S_usb_hid_report_descriptor usb_hid_report_descriptor

Initial value:

 {{
      0x06, 0xFF, 0xFF,         
      0x09, 0x01,               
      0xA1, 0x01,               
      
      0x09, 0x02,               
      0x09, 0x03,               
      0x15, 0x00,               
      0x26 ,0xFF,0x00,           
      0x75, 0x08,               
      0x95,  0x08 ,   
      0x81, 0x02,               
      
      0x09, 0x04,               
      0x09, 0x05,               
      0x15, 0x00,               
      0x26, 0xFF,0x00,           
      0x75, 0x08,               
      0x95,  0x08 ,   
      0x91, 0x02,               
      
      0x09, 0x06,               
      0x09, 0x07,               
      0x15, 0x00,               
      0x26, 0xFF,0x00,          
      0x75, 0x08,               
      0x95, 0x04,               
      0xB1, 0x02,               
      0xC0                      
 }}

Definition at line 181 of file usb_descriptors.c.

Referenced by hid_get_report_descriptor().


Generated on Fri Sep 11 14:51:55 2009 for ATMEL by  doxygen 1.5.3