Searched refs:usb_host_pipe_queue_xfer (Results 1 – 2 of 2) sorted by relevance
| /bsp/hpmicro/libraries/hpm_sdk/components/usb/host/ |
| A D | hpm_usb_host.h | 284 bool usb_host_pipe_queue_xfer(usb_host_handle_t *handle, uint8_t dev_addr, uint8_t ep_addr, uint8_t…
|
| A D | hpm_usb_host.c | 544 bool usb_host_pipe_queue_xfer(usb_host_handle_t *handle, uint8_t dev_addr, uint8_t ep_addr, uint8_t… in usb_host_pipe_queue_xfer() function 567 if (usb_host_pipe_queue_xfer(handle, dev_addr, ep_addr, buffer, total_bytes) == false) { in usb_host_pipe_xfer()
|
Completed in 8 milliseconds