#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 dependency graph for usb_descriptors.c:
Go to the source code of this file.
Copyright (c) 2004 Atmel.
Use of this program is subject to Atmel's End User License Agreement. Please read file license.txt for copyright notice.
This file contains the usb parameters that uniquely identify the application through descriptor tables.
Definition in file usb_descriptors.c.
Initial value:
{ sizeof(usb_dev_desc) , DEVICE_DESCRIPTOR , Usb_write_word_enum_struc( 0x0200 ) , 0x02 , 0 , 0 , 32 , Usb_write_word_enum_struc( 0x03EB ) , Usb_write_word_enum_struc( 0x2018 ) , Usb_write_word_enum_struc( 0x1000 ) , 0x00 , 0x00 , 0x00 , 1 }
Definition at line 38 of file usb_descriptors.c.
Definition at line 57 of file usb_descriptors.c.
Initial value:
{ sizeof(usb_user_manufacturer_string_descriptor) , STRING_DESCRIPTOR , { ((U16)( 'A' )) , ((U16)( 'T' )) , ((U16)( 'M' )) , ((U16)( 'E' )) , ((U16)( 'L' )) } }
Definition at line 123 of file usb_descriptors.c.
Initial value:
{ sizeof(usb_user_product_string_descriptor) , STRING_DESCRIPTOR , { ((U16)( 'A' )) ,((U16)( 'V' )) ,((U16)( 'R' )) ,((U16)( ' ' )) ,((U16)( 'U' )) ,((U16)( 'S' )) ,((U16)( 'B' )) ,((U16)( ' ' )) ,((U16)( 'C' )) ,((U16)( 'D' )) ,((U16)( 'C' )) ,((U16)( ' ' )) ,((U16)( 'D' )) ,((U16)( 'E' )) ,((U16)( 'M' )) ,((U16)( 'O' )) } }
Definition at line 132 of file usb_descriptors.c.
Initial value:
{ sizeof(usb_user_serial_number) , STRING_DESCRIPTOR , {((U16)( '1' )) ,((U16)( '.' )) ,((U16)( '0' )) ,((U16)( '.' )) ,((U16)( '0' )) } }
Definition at line 141 of file usb_descriptors.c.
Initial value:
{ sizeof(usb_user_language_id) , STRING_DESCRIPTOR , Usb_write_word_enum_struc( 0x0409 ) }
Definition at line 150 of file usb_descriptors.c.