The following structures provide the USB device descriptors required for USB Device with a single interface PHDC.
It is ready to use and do not require more definition.
#define UDI_PHDC_EP_SIZE_BULK_IN 32 |
#define UDI_PHDC_EP_SIZE_BULK_OUT 32 |
#define UDI_PHDC_EP_SIZE_INT_IN 8 |
#define UDI_PHDC_IFACE_NUMBER 0 |
#define USB_DEVICE_EP_CTRL_SIZE 32 /* 8 is not supported by PHDC */ |
#define USB_DEVICE_MAX_EP 3 |
#define USB_DEVICE_NB_INTERFACE 1 |
Initial value:= {
}
UDC_DESC_STORAGE udc_config_speed_t udc_config_fshs[1]
Add UDI with USB Descriptors FS & HS.
Definition: udi_hid_kbd_desc.c:140
COMPILER_WORD_ALIGNED UDC_DESC_STORAGE usb_dev_desc_t udc_device_desc
INDENT-OFF.
Definition: udi_composite_desc.c:52
Global variables of USB Device Descriptor and UDI links.
Global variables of USB Device Descriptor and UDI links.
Initial value:= { {
} }
Standard USB configuration descriptor structure.
Definition: usb_protocol.h:410
UDC_DESC_STORAGE udi_api_t * udi_apis[USB_DEVICE_NB_INTERFACE]
Associate an UDI for each USB interface.
Definition: udi_composite_desc.c:143
#define UDC_DESC_STORAGE
Defines the memory's location of USB descriptors.
Definition: udc_desc.h:70
COMPILER_WORD_ALIGNED UDC_DESC_STORAGE udc_desc_t udc_desc
USB Device Configuration Descriptor filled for FS and HS.
Definition: udi_hid_kbd_desc.c:116
Initial value:= {
.conf.bConfigurationValue = 1,
.conf.iConfiguration = 0,
}
Definition: usb_protocol.h:191
#define USB_DEVICE_ATTR
Definition: msc/device/example/conf_usb.h:54
#define USB_CONFIG_ATTR_MUST_SET
Must always be set.
Definition: usb_protocol.h:422
Standard USB configuration descriptor structure.
Definition: usb_protocol.h:410
#define LE16(x)
Definition: compiler.h:886
#define UDI_PHDC_DESC
Definition: udi_phdc.h:248
#define USB_DEVICE_POWER
Definition: msc/device/example/conf_usb.h:53
uint32_t conf
DFLLnCONF.
Definition: sam4l/dfll.h:78
#define USB_CONFIG_MAX_POWER(ma)
Max power in mA.
Definition: usb_protocol.h:427
#define USB_DEVICE_NB_INTERFACE
Definition: udi_phdc_desc.c:53
Structure for USB Device Configuration Descriptor.
Definition: udi_composite_desc.c:100
Initial value:= {
.bDeviceClass = 0,
.bDeviceSubClass = 0,
.bDeviceProtocol = 0,
.iManufacturer = 0,
.iProduct = 0,
.iSerialNumber = 0,
.bNumConfigurations = 1
}
#define USB_V2_0
Value for field bcdUSB.
Definition: usb_protocol.h:56
Standard USB device descriptor structure.
Definition: usb_protocol.h:313
Definition: usb_protocol.h:190
#define USB_DEVICE_VENDOR_ID
USB Device Configuration.
Definition: msc/device/example/conf_usb.h:49
#define LE16(x)
Definition: compiler.h:886
#define USB_DEVICE_MAJOR_VERSION
Definition: msc/device/example/conf_usb.h:51
#define USB_DEVICE_MINOR_VERSION
Definition: msc/device/example/conf_usb.h:52
#define USB_DEVICE_PRODUCT_ID
Definition: msc/device/example/conf_usb.h:50
#define USB_DEVICE_EP_CTRL_SIZE
Control endpoint size.
Definition: udi_msc_conf.h:47
Pointer on the selected speed device configuration.
Pointer on interface descriptor used by SETUP request.
Pointer on the selected speed device configuration.
USB Device Descriptor
Pointer on the selected speed device configuration.
Initial value:= {
}
UDC_DESC_STORAGE udi_api_t udi_api_phdc
Definition: udi_phdc.c:63