USB Libraries Help > USB Host Libraries > USB HID Host Mouse Driver Library > Configuring the Library > USB_HOST_HID_INSTANCES_NUMBER Macro
MPLAB Harmony USB Stack
USB_HOST_HID_INSTANCES_NUMBER Macro

USB host HID Maximum Number of instances 

This macro defines the number of instances of the HID host Driver. For example, if the application needs to implement two instances of the HID host Driver, value should be set to 2.

C
#define USB_HOST_HID_INSTANCES_NUMBER 
Remarks

None.