composite
Data Structures | |
struct | udc_desc_t |
Structure for USB Device Configuration Descriptor. More... | |
Variables | |
COMPILER_WORD_ALIGNED UDC_DESC_STORAGE udc_desc_t | udc_desc_fs |
USB Device Configuration Descriptor filled for FS. More... | |
COMPILER_WORD_ALIGNED UDC_DESC_STORAGE udc_desc_t | udc_desc_hs |
USB Device Configuration Descriptor filled for HS. More... | |
COMPILER_WORD_ALIGNED UDC_DESC_STORAGE usb_dev_desc_t | udc_device_desc |
INDENT-OFF. More... | |
COMPILER_WORD_ALIGNED 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... | |
UDC_DESC_STORAGE udc_config_t udc_config |
Add all information about USB Device in global structure for UDC.
Global variables of USB Device Descriptor and UDI links.
Referenced by udc_req_std_dev_get_descriptor(), and udc_req_std_dev_set_configuration().
UDC_DESC_STORAGE udc_config_speed_t udc_config_hs[1] |
Add UDI with USB Descriptors HS.
UDC_DESC_STORAGE udc_config_speed_t udc_config_lsfs[1] |
Add UDI with USB Descriptors FS.
COMPILER_WORD_ALIGNED UDC_DESC_STORAGE udc_desc_t udc_desc_fs |
USB Device Configuration Descriptor filled for FS.
COMPILER_WORD_ALIGNED UDC_DESC_STORAGE udc_desc_t udc_desc_hs |
USB Device Configuration Descriptor filled for HS.
COMPILER_WORD_ALIGNED UDC_DESC_STORAGE usb_dev_desc_t udc_device_desc |
INDENT-OFF.
USB Device Descriptor
COMPILER_WORD_ALIGNED UDC_DESC_STORAGE usb_dev_qual_desc_t udc_device_qual |
USB Device Qualifier Descriptor for HS.
UDC_DESC_STORAGE udi_api_t* udi_apis[USB_DEVICE_NB_INTERFACE] |
Associate an UDI for each USB interface.