Searched refs:USB_PID_SETUP (Results 1 – 9 of 9) sorted by relevance
15 #define USB_PID_SETUP 0x0D macro
78 usb_pid = (token == USBH_PID_SETUP) ? USB_PID_SETUP : USB_PID_OUT; //setup/out in drv_pipe_xfer()96 case USB_PID_SETUP: in drv_pipe_xfer()
90 usb_pid = (token == USBH_PID_SETUP) ? USB_PID_SETUP : USB_PID_OUT; in usbh_pipe_xfer()105 case USB_PID_SETUP: in usbh_pipe_xfer()
360 #ifndef USB_PID_SETUP363 #define USB_PID_SETUP 0x0D macro
46 #define USB_PID_SETUP 0x2d macro
353 #ifndef USB_PID_SETUP356 #define USB_PID_SETUP 0x0D macro
300 case USB_PID_SETUP: in AnalyzeRootHub()354 s = USBHostTransact(USB_PID_SETUP << 4 | 0x00, 0x00, 200000 / 20); in AnalyzeRootHub()
401 case USB_PID_SETUP: in AnalyzeRootHub()448 s = USBHostTransact( USB_PID_SETUP << 4 | 0x00, 0x00, 200000/20 ); in AnalyzeRootHub()
1645 #ifndef USB_PID_SETUP1648 #define USB_PID_SETUP 0x0D macro
Completed in 25 milliseconds