The following structures provide predefined USB interface descriptors.
It must be used to define the final USB descriptors.
Data Structures | |
struct | udi_hid_mouse_desc_t |
Interface descriptor structure for HID mouse. More... | |
struct | udi_hid_mouse_report_desc_t |
Report descriptor for HID mouse. More... | |
Macros | |
#define | UDI_HID_MOUSE_DESC |
Content of HID mouse interface descriptor for all speed. More... | |
#define | UDI_HID_MOUSE_EP_SIZE 8 |
HID mouse endpoints size. More... | |
#define | UDI_HID_MOUSE_STRING_ID 0 |
By default no string associated to this interface. More... | |
#define UDI_HID_MOUSE_DESC |
Content of HID mouse interface descriptor for all speed.
#define UDI_HID_MOUSE_EP_SIZE 8 |
HID mouse endpoints size.
#define UDI_HID_MOUSE_STRING_ID 0 |
By default no string associated to this interface.
Referenced by main_extra_string().