Searched refs:get_fifo_ptr (Results 1 – 1 of 1) sorted by relevance
| /hal_adi-latest/MAX/Libraries/MAXUSB/src/core/musbhsfc/ |
| D | usb.c | 54 static volatile uint8_t *get_fifo_ptr(unsigned int ep) in get_fifo_ptr() function 561 load_fifo(get_fifo_ptr(ep), (req->data + req->actlen), len); in event_in_data() 674 unload_fifo(&req->data[req->actlen], get_fifo_ptr(ep), reqsize); in event_out_data() 1044 load_fifo(get_fifo_ptr(ep), req->data, len); in MXC_USB_WriteEndpoint() 1120 unload_fifo(&req->data[req->actlen], get_fifo_ptr(ep), reqsize); in MXC_USB_ReadEndpoint() 1186 load_fifo(get_fifo_ptr(0), (uint8_t*)test_packet, sizeof(test_packet)); in MXC_USB_TestMode()
|