USB Libraries Help > USB Device Libraries > USB Device Layer Library > Configuring the Library > USB_DEVICE_DRIVER_INITIALIZE_EXPLICIT Macro
MPLAB Harmony USB Stack
USB_DEVICE_DRIVER_INITIALIZE_EXPLICIT Macro

USB Device Layer USB Controller Driver Explicit Initialize 

Specifying this macro indicates that the USB Controller Driver will be initialized explicitly in the SYS_Initialize() function. The Device Layer will not initialize the USB Controller Driver. All releases of the USB Device Layer starting from v1.04 of MPALB Harmony will specify this macro i.e the controller driver will be initialized explicitly. 

If this macro is not specified, then the USB Device Layer will initialize the controller driver and run its tasks routines.

C
#define USB_DEVICE_DRIVER_INITIALIZE_EXPLICIT 
Remarks

None.