Microchip® Advanced Software Framework

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Udi_hid_generic_group_single_desc

Macros

#define UDI_HID_MULTI_TOUCH_EP_IN   (1 | USB_EP_DIR_IN)
 
#define UDI_HID_MULTI_TOUCH_EP_OUT   (2 | USB_EP_DIR_OUT)
 Endpoint number used by HID multi-touch interface. More...
 
#define UDI_HID_MULTI_TOUCH_IFACE_NUMBER   0
 Interface number. More...
 
#define USB_DEVICE_EP_CTRL_SIZE   8
 Control endpoint size. More...
 

UDD Configuration

#define USB_DEVICE_MAX_EP   2
 2 endpoints used by HID multi-touch standard interface More...
 

#define UDI_HID_MULTI_TOUCH_EP_IN   (1 | USB_EP_DIR_IN)
#define UDI_HID_MULTI_TOUCH_EP_OUT   (2 | USB_EP_DIR_OUT)

Endpoint number used by HID multi-touch interface.

#define UDI_HID_MULTI_TOUCH_IFACE_NUMBER   0

Interface number.

#define USB_DEVICE_EP_CTRL_SIZE   8

Control endpoint size.

Referenced by udd_ctrl_in_sent(), and udd_ctrl_out_received().