USB Libraries Help > USB Device Libraries > USB Device Layer Library > Library Interface > g) Data Types and Constants > USB_DEVICE_HANDLE Type
MPLAB Harmony USB Stack
USB_DEVICE_HANDLE Type

Data type for USB device handle. 

The data type of the handle that is returned from USB_DEVICE_Open function.

C
typedef uintptr_t USB_DEVICE_HANDLE;
Remarks

None.