This file contains the USB parameters that uniquely identify the USB application through descriptor tables.
Definition in file usb_descriptors.h.
#include "conf_usb.h"
#include "usb_standard_request.h"
#include "usb_task.h"
Go to the source code of this file.
Data Structures | |
| struct | S_usb_configuration_descriptor |
| USB Configuration Descriptor. More... | |
| struct | S_usb_device_descriptor |
| USB Device Descriptor. More... | |
| struct | S_usb_device_qualifier_descriptor |
| USB Device Qualifier Descriptor. More... | |
| struct | S_usb_endpoint_descriptor |
| USB Endpoint Descriptor. More... | |
| struct | S_usb_interface_descriptor |
| USB Interface Descriptor. More... | |
| struct | S_usb_language_id |
| USB Language Descriptor. More... | |
| struct | S_usb_manufacturer_string_descriptor |
| struct usb_st_manufacturer More... | |
| struct | S_usb_product_string_descriptor |
| struct usb_st_product More... | |
| struct | S_usb_serial_number |
| struct usb_st_serial_number More... | |
| struct | S_usb_user_configuration_descriptor |
| struct | S_UsbRequest |
| USB Request. More... | |
Defines | |
| #define | ALTERNATE 0 |
| #define | CONF_ATTRIBUTES USB_CONFIG_SELFPOWERED |
| #define | CONF_INDEX 0 |
| #define | CONF_NB 1 |
| #define | DEVICE_CLASS 0 |
| #define | DEVICE_PROTOCOL 0 |
| #define | DEVICE_STATUS SELF_POWERED |
| #define | DEVICE_SUB_CLASS 0 |
| #define | ENDPOINT_NB_1 (EP_MS_IN | MSK_EP_DIR) |
| #define | ENDPOINT_NB_2 EP_MS_OUT |
| #define | EP_ATTRIBUTES_1 TYPE_BULK |
| #define | EP_ATTRIBUTES_2 TYPE_BULK |
| #define | EP_CONTROL_LENGTH 64 |
| #define | EP_IN_LENGTH_1 64 |
| #define | EP_INTERVAL_1 0x00 |
| #define | EP_INTERVAL_2 0x00 |
| #define | EP_OUT_LENGTH_2 64 |
| #define | EP_SIZE_1 EP_IN_LENGTH_1 |
| #define | EP_SIZE_2 EP_OUT_LENGTH_2 |
| #define | INTERFACE_CLASS MS_CLASS |
| #define | INTERFACE_INDEX 0 |
| #define | INTERFACE_NB 0 |
| #define | INTERFACE_PROTOCOL BULK_PROTOCOL |
| #define | INTERFACE_STATUS 0x00 |
| #define | INTERFACE_SUB_CLASS SCSI_SUBCLASS |
| #define | LANG_ID 0x00 |
| #define | LANGUAGE_ID 0x0409 |
| #define | MAN_INDEX 0x01 |
| #define | MAX_POWER 50 |
| #define | NB_CONFIGURATION 1 |
| #define | NB_ENDPOINT 2 |
| #define | NB_INTERFACE 1 |
| #define | PROD_INDEX 0x02 |
| #define | PRODUCT_ID EVK1100_CTRL_PANEL_DEMO_PID |
| #define | RELEASE_NUMBER 0x1000 |
| #define | SN_INDEX 0x03 |
| #define | Usb_encode(c) (Usb_format_mcu_to_usb_data(16, (U16)(c))) |
| #define | Usb_get_conf_desc_length() (sizeof(usb_conf_desc)) |
| #define | Usb_get_conf_desc_pointer() (&(usb_conf_desc.cfg.bLength)) |
| #define | Usb_get_dev_desc_length() (sizeof(usb_dev_desc)) |
| #define | Usb_get_dev_desc_pointer() (&(usb_dev_desc.bLength)) |
| #define | USB_MANUFACTURER_NAME |
| #define | USB_MN_LENGTH 5 |
| #define | USB_PN_LENGTH 23 |
| #define | USB_PRODUCT_NAME |
| #define | USB_SERIAL_NUMBER |
| #define | USB_SN_LENGTH 0x0D |
| #define | USB_SPECIFICATION 0x0200 |
| #define | VENDOR_ID ATMEL_VID |
| #define ALTERNATE 0 |
Definition at line 100 of file usb_descriptors.h.
| #define CONF_ATTRIBUTES USB_CONFIG_SELFPOWERED |
Definition at line 95 of file usb_descriptors.h.
| #define CONF_INDEX 0 |
Definition at line 94 of file usb_descriptors.h.
| #define CONF_NB 1 |
Definition at line 93 of file usb_descriptors.h.
| #define DEVICE_CLASS 0 |
Definition at line 79 of file usb_descriptors.h.
| #define DEVICE_PROTOCOL 0 |
Definition at line 81 of file usb_descriptors.h.
| #define DEVICE_STATUS SELF_POWERED |
Definition at line 121 of file usb_descriptors.h.
| #define DEVICE_SUB_CLASS 0 |
Definition at line 80 of file usb_descriptors.h.
| #define ENDPOINT_NB_1 (EP_MS_IN | MSK_EP_DIR) |
Definition at line 108 of file usb_descriptors.h.
| #define ENDPOINT_NB_2 EP_MS_OUT |
Definition at line 115 of file usb_descriptors.h.
| #define EP_ATTRIBUTES_1 TYPE_BULK |
| #define EP_ATTRIBUTES_2 TYPE_BULK |
| #define EP_CONTROL_LENGTH 64 |
Definition at line 82 of file usb_descriptors.h.
| #define EP_IN_LENGTH_1 64 |
Definition at line 110 of file usb_descriptors.h.
| #define EP_INTERVAL_1 0x00 |
Definition at line 112 of file usb_descriptors.h.
| #define EP_INTERVAL_2 0x00 |
Definition at line 119 of file usb_descriptors.h.
| #define EP_OUT_LENGTH_2 64 |
Definition at line 117 of file usb_descriptors.h.
| #define EP_SIZE_1 EP_IN_LENGTH_1 |
| #define EP_SIZE_2 EP_OUT_LENGTH_2 |
| #define INTERFACE_CLASS MS_CLASS |
Definition at line 102 of file usb_descriptors.h.
| #define INTERFACE_INDEX 0 |
Definition at line 105 of file usb_descriptors.h.
| #define INTERFACE_NB 0 |
Definition at line 99 of file usb_descriptors.h.
| #define INTERFACE_PROTOCOL BULK_PROTOCOL |
Definition at line 104 of file usb_descriptors.h.
| #define INTERFACE_STATUS 0x00 |
Definition at line 122 of file usb_descriptors.h.
| #define INTERFACE_SUB_CLASS SCSI_SUBCLASS |
Definition at line 103 of file usb_descriptors.h.
| #define LANG_ID 0x00 |
| #define LANGUAGE_ID 0x0409 |
Definition at line 182 of file usb_descriptors.h.
| #define MAN_INDEX 0x01 |
| #define MAX_POWER 50 |
Definition at line 96 of file usb_descriptors.h.
| #define NB_CONFIGURATION 1 |
Definition at line 89 of file usb_descriptors.h.
| #define NB_ENDPOINT 2 |
Definition at line 101 of file usb_descriptors.h.
| #define NB_INTERFACE 1 |
Definition at line 92 of file usb_descriptors.h.
| #define PROD_INDEX 0x02 |
| #define PRODUCT_ID EVK1100_CTRL_PANEL_DEMO_PID |
Definition at line 84 of file usb_descriptors.h.
| #define RELEASE_NUMBER 0x1000 |
Definition at line 85 of file usb_descriptors.h.
| #define SN_INDEX 0x03 |
| #define Usb_encode | ( | c | ) | (Usb_format_mcu_to_usb_data(16, (U16)(c))) |
Definition at line 68 of file usb_descriptors.h.
| #define Usb_get_conf_desc_length | ( | ) | (sizeof(usb_conf_desc)) |
Definition at line 72 of file usb_descriptors.h.
| #define Usb_get_conf_desc_pointer | ( | ) | (&(usb_conf_desc.cfg.bLength)) |
Definition at line 71 of file usb_descriptors.h.
| #define Usb_get_dev_desc_length | ( | ) | (sizeof(usb_dev_desc)) |
Definition at line 70 of file usb_descriptors.h.
| #define Usb_get_dev_desc_pointer | ( | ) | (&(usb_dev_desc.bLength)) |
Definition at line 69 of file usb_descriptors.h.
| #define USB_MANUFACTURER_NAME |
Value:
{\
Usb_encode('A'),\
Usb_encode('T'),\
Usb_encode('M'),\
Usb_encode('E'),\
Usb_encode('L') \
}
Definition at line 127 of file usb_descriptors.h.
| #define USB_MN_LENGTH 5 |
Definition at line 126 of file usb_descriptors.h.
| #define USB_PN_LENGTH 23 |
Definition at line 136 of file usb_descriptors.h.
| #define USB_PRODUCT_NAME |
Value:
{\
Usb_encode('U'),\
Usb_encode('C'),\
Usb_encode('3'),\
Usb_encode('A'),\
Usb_encode(' '),\
Usb_encode('C'),\
Usb_encode('O'),\
Usb_encode('N'),\
Usb_encode('T'),\
Usb_encode('R'),\
Usb_encode('O'),\
Usb_encode('L'),\
Usb_encode(' '),\
Usb_encode('P'),\
Usb_encode('A'),\
Usb_encode('N'),\
Usb_encode('E'),\
Usb_encode('L'),\
Usb_encode(' '),\
Usb_encode('D'),\
Usb_encode('E'),\
Usb_encode('M'),\
Usb_encode('O') \
}
Definition at line 137 of file usb_descriptors.h.
| #define USB_SERIAL_NUMBER |
Value:
{\
Usb_encode('1'),\
Usb_encode('.'),\
Usb_encode('0'),\
Usb_encode('.'),\
Usb_encode('0'),\
Usb_encode('.'),\
Usb_encode('0'),\
Usb_encode('.'),\
Usb_encode('0'),\
Usb_encode('.'),\
Usb_encode('0'),\
Usb_encode('.'),\
Usb_encode('A') \
}
Definition at line 165 of file usb_descriptors.h.
| #define USB_SN_LENGTH 0x0D |
Definition at line 164 of file usb_descriptors.h.
| #define USB_SPECIFICATION 0x0200 |
Definition at line 78 of file usb_descriptors.h.
| #define VENDOR_ID ATMEL_VID |
Definition at line 83 of file usb_descriptors.h.
1.5.5