Searched refs:USB_DeviceAllocateHandle (Results 1 – 2 of 2) sorted by relevance
64 static usb_status_t USB_DeviceAllocateHandle(uint8_t controllerId, usb_device_struct_t **handle);116 static usb_status_t USB_DeviceAllocateHandle(uint8_t controllerId, usb_device_struct_t **handle) in USB_DeviceAllocateHandle() function819 error = USB_DeviceAllocateHandle(controllerId, &deviceHandle); in USB_DeviceInit()
64 static usb_status_t USB_DeviceAllocateHandle(uint8_t controllerId, usb_device_struct_t **handle);116 static usb_status_t USB_DeviceAllocateHandle(uint8_t controllerId, usb_device_struct_t **handle) in USB_DeviceAllocateHandle() function814 error = USB_DeviceAllocateHandle(controllerId, &deviceHandle); in USB_DeviceInit()
Completed in 7 milliseconds