#include "config.h"
#include "conf\conf_usb.h"
#include "usb_enum.h"
Go to the source code of this file.
Defines | |
| #define | Usb_get_dev_desc_pointer() (&(usb_dev_desc_hid.bLength)) |
| #define | Usb_get_dev_desc_length() (sizeof (usb_dev_desc_hid)) |
| #define | Usb_get_conf_desc_fs_pointer() (&(usb_conf_desc_hid_fs.cfg.bLength)) |
| #define | Usb_get_conf_desc_fs_length() (sizeof (usb_conf_desc_hid_fs)) |
| #define | Usb_get_conf_desc_pointer() Usb_get_conf_desc_fs_pointer() |
| #define | Usb_get_conf_desc_length() Usb_get_conf_desc_fs_length() |
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 Mass Storage application through descriptor tables.
Definition in file usb_user_configuration.h.
|
|
Definition at line 29 of file usb_user_configuration.h. Referenced by usb_get_descriptor(). |
|
|
Definition at line 30 of file usb_user_configuration.h. Referenced by usb_get_descriptor(). |
|
|
Definition at line 31 of file usb_user_configuration.h. |
|
|
Definition at line 32 of file usb_user_configuration.h. |
|
|
Definition at line 36 of file usb_user_configuration.h. Referenced by usb_get_descriptor(). |
|
|
Definition at line 37 of file usb_user_configuration.h. Referenced by usb_get_descriptor(). |
1.3.7