3.4.4.28 USB_HOST_CDC_HANDLE Type

C

typedef uintptr_t USB_HOST_CDC_HANDLE;

Summary

USB Host CDC Client Driver Handle

This type defines the type of the handle returned by USB_HOST_CDC_Open() function. This application uses this handle to specify the instance of the CDC client driver being accessed while calling a CDC Client driver function.

Remarks

None.