USB Libraries Help > USB Host Libraries > USB Host Layer Library > Library Interface > b) Data Types and Constants > USB_HOST_BUS_ALL Macro
MPLAB Harmony USB Stack
USB_HOST_BUS_ALL Macro

USB Host Bus All 

This constant defines the value that should be passed to the USB_HOST_BusSuspend(), USB_HOST_BusResume() and USB_HOST_IsBusSuspended() function if all the USB segments must be addressed. Passing this constant to these functions will cause Suspend and Resume operation to affect all the USB segments and hence affect all connected devices.

C
#define USB_HOST_BUS_ALL ((USB_HOST_BUS)(0xFF))
Remarks

None.