Searched refs:USB_PID_DATA0 (Results 1 – 9 of 9) sorted by relevance
97 *(UINT8 *)pipe->inst->pipe_ep0_out->user_data = USB_PID_DATA0; in drv_pipe_xfer()122 *tog = (*tog == USB_PID_DATA0) ? USB_PID_DATA1 : USB_PID_DATA0;//翻转 in drv_pipe_xfer()133 case USB_PID_DATA0: //收到数据 in drv_pipe_xfer()174 *(UINT8 *)pipe->user_data = USB_PID_DATA0; in drv_open_pipe()178 *(UINT8 *)pipe->user_data = USB_PID_DATA0; in drv_open_pipe()
22 #define USB_PID_DATA0 0x03 macro
106 *(rt_uint8_t *)pipe->inst->pipe_ep0_out->user_data = USB_PID_DATA0; in usbh_pipe_xfer()123 *tog = (*tog == USB_PID_DATA0) ? USB_PID_DATA1 : USB_PID_DATA0; in usbh_pipe_xfer()127 case USB_PID_DATA0: in usbh_pipe_xfer()172 …nt8_t *)pipe->user_data = (pipe->ep.bEndpointAddress & USB_DIR_IN) ? USB_PID_DATA0 : USB_PID_DATA0; in usbh_open_pipe()
35 #define USB_PID_DATA0 0xc3 macro
369 #define USB_PID_DATA0 0x03 macro
362 #define USB_PID_DATA0 0x03 macro
308 if(r == USB_PID_DATA0 && r == USB_PID_DATA1) in AnalyzeRootHub()
408 if ( r == USB_PID_DATA0 && r == USB_PID_DATA1 ) { in AnalyzeRootHub()
1654 #define USB_PID_DATA0 0x03 macro
Completed in 29 milliseconds