Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/device/
Dusb_device_dci.c48 static usb_status_t USB_DeviceAllocateHandle(uint8_t controllerId, usb_device_struct_t **handle);
100 static usb_status_t USB_DeviceAllocateHandle(uint8_t controllerId, usb_device_struct_t **handle) in USB_DeviceAllocateHandle() function
750 error = USB_DeviceAllocateHandle(controllerId, &deviceHandle); in USB_DeviceInit()