Home
last modified time | relevance | path

Searched refs:USB_DeviceTaskFunction (Results 1 – 2 of 2) sorted by relevance

/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/device/
Dusb_device.h499 extern void USB_DeviceTaskFunction(void *deviceHandle);
513 #define USB_DeviceKhciTaskFunction(deviceHandle) USB_DeviceTaskFunction(deviceHandle)
528 #define USB_DeviceEhciTaskFunction(deviceHandle) USB_DeviceTaskFunction(deviceHandle)
556 #define USB_DeviceLpcIp3511TaskFunction(deviceHandle) USB_DeviceTaskFunction(deviceHandle)
Dusb_device_dci.c1406 void USB_DeviceTaskFunction(void *deviceHandle) in USB_DeviceTaskFunction() function