Microchip® Advanced Software Framework

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
USB Device Interface (UDI) for Human Interface Device (HID) Multi-touch Class

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

 
 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.

Parameters
dataPointer on the report to send (size = UDI_HID_REPORT_IN_SIZE)
Returns
1 if function was successfully done, otherwise 0.

References 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().