3.2.4.35 USB_HOST_REQUEST_HANDLE Type
C
typedef uintptr_t USB_HOST_REQUEST_HANDLE;
Summary
USB Host Request Handle Type
This type defines the USB Host Request Handle. This type of handle is returned by the USB_HOST_DeviceStringDescriptorGet() function. Each request will generate a unique handle. This handle will be returned in the event associated with the completion of the string descriptor request.
Remarks
None.