Searched refs:USB_DeviceTransfer (Results 1 – 2 of 2) sorted by relevance
68 static usb_status_t USB_DeviceTransfer(usb_device_handle handle,263 static usb_status_t USB_DeviceTransfer(usb_device_handle handle, in USB_DeviceTransfer() function991 return USB_DeviceTransfer(handle, (endpointAddress & USB_ENDPOINT_NUMBER_MASK) | in USB_DeviceSendRequest()1022 return USB_DeviceTransfer(handle, (endpointAddress & USB_ENDPOINT_NUMBER_MASK) | in USB_DeviceRecvRequest()
68 static usb_status_t USB_DeviceTransfer(usb_device_handle handle,258 static usb_status_t USB_DeviceTransfer(usb_device_handle handle, in USB_DeviceTransfer() function986 return USB_DeviceTransfer(handle, (endpointAddress & USB_ENDPOINT_NUMBER_MASK) | in USB_DeviceSendRequest()1017 return USB_DeviceTransfer(handle, (endpointAddress & USB_ENDPOINT_NUMBER_MASK) | in USB_DeviceRecvRequest()
Completed in 10 milliseconds