Default descriptors for a USB Device with a single interface MSC.
Copyright (c) 2009-2018 Microchip Technology Inc. and its subsidiaries.
Data Structures | |
struct | udc_desc_t |
Structure for USB Device Configuration Descriptor. More... | |
Macros | |
#define | USB_DEVICE_NB_INTERFACE 1 |
Only one interface for this device. More... | |
Variables | |
UDC_DESC_STORAGE udc_desc_t | udc_desc_fs |
USB Device Configuration Descriptor filled for FS. More... | |
UDC_DESC_STORAGE udc_desc_t | udc_desc_hs |
USB Device Configuration Descriptor filled for HS. More... | |
UDC_DESC_STORAGE usb_dev_desc_t | udc_device_desc |
USB Device Descriptor. More... | |
UDC_DESC_STORAGE usb_dev_qual_desc_t | udc_device_qual |
USB Device Qualifier Descriptor for HS. More... | |
UDC structures which contains all USB Device definitions | |
UDC_DESC_STORAGE udi_api_t * | udi_apis [USB_DEVICE_NB_INTERFACE] |
Associate an UDI for each USB interface. More... | |
UDC_DESC_STORAGE udc_config_speed_t | udc_config_lsfs [1] |
Add UDI with USB Descriptors FS. More... | |
UDC_DESC_STORAGE udc_config_speed_t | udc_config_hs [1] |
Add UDI with USB Descriptors HS. More... | |
UDC_DESC_STORAGE udc_config_t | udc_config |
Add all information about USB Device in global structure for UDC. More... | |