|
Contiki-Inga 3.x
|
This file contains the usb parameters that uniquely identify the application through descriptor tables. More...
#include "config.h"#include "usb_standard_request.h"#include "conf_usb.h"#include <avr/pgmspace.h>Go to the source code of this file.
Data Structures | |
| struct | S_UsbRequest |
| Usb Request. More... | |
| struct | S_usb_device_descriptor |
| Usb Device Descriptor. More... | |
| struct | S_usb_configuration_descriptor |
| Usb Configuration Descriptor. More... | |
| struct | S_usb_interface_descriptor |
| Usb Interface Descriptor. More... | |
| struct | S_usb_endpoint_descriptor |
| Usb Endpoint Descriptor. More... | |
| struct | S_usb_device_qualifier_descriptor |
| Usb Device Qualifier Descriptor. More... | |
| struct | S_usb_language_id |
| Usb Language Descriptor. More... | |
This file contains the usb parameters that uniquely identify the application through descriptor tables.
Definition in file usb_descriptors.h.
1.8.3.1