C
void USBDeviceInit();
Description
This function initializes the device stack it in the default state. The USB module will be completely reset including all of the internal variables, registers, and interrupt flags.
Preconditions
This function must be called before any of the other USB Device functions can be called, including USBDeviceTasks().
Remarks
None
MCHPFSUSB Device Library > Stack > Public API Members > Functions and Macros > USBDeviceInit Function