USB Libraries Help > USB Host Libraries > USB Audio v1.0 Host Client Driver Library > Configuring the Library > USB_HOST_HUB_INSTANCES_NUMBER Macro
MPLAB Harmony USB Stack
USB_HOST_HUB_INSTANCES_NUMBER Macro

USB Host Hub Instances Number 

This configuration constant defines the total number of hubs to be supported in the application. This includes hubs connected across multiple USBs. If the hub connected to the host exceed this number, then the additional hubs will not be enumerated.

C
#define USB_HOST_HUB_INSTANCES_NUMBER 
Remarks

Increasing number of Hubs to be supported will also increase memory consumption.