Common APIs used by high level application to use this USB class.
See Quick start guide for USB device multi-touch module (UDI Multi-touch).
Modules | |
Related Project(s) | |
In this section you can find all the projects related to the USB Device Interface (UDI) for Human Interface Device (HID) Multi-touch Class. | |
Quick Start Guide(s) | |
In this section you can find a list of all Quick Start guides related to the USB Device Interface (UDI) for Human Interface Device (HID) Multi-touch Class. | |
USB interface descriptors | |
The following structures provide predefined USB interface descriptors. | |
USB device descriptors for a single interface | |
The following structures provide the USB device descriptors required for USB Device with a single interface HID multi-touch. | |
Functions | |
bool | udi_hid_multi_touch_send_report_in (uint8_t *data) |
Routine used to send a report to USB Host. More... | |
bool udi_hid_multi_touch_send_report_in | ( | uint8_t * | data | ) |
Routine used to send a report to USB Host.
data | Pointer on the report to send (size = UDI_HID_REPORT_IN_SIZE) |
1
if function was successfully done, otherwise 0
. References udd_ep_run(), udi_hid_multi_touch_b_report_in_free, UDI_HID_MULTI_TOUCH_EP_IN, udi_hid_multi_touch_report_in, and udi_hid_multi_touch_report_in_sent().