Searched refs:xfer_type (Results 1 – 1 of 1) sorted by relevance
133 uint8_t const xfer_type = ep_desc->bmAttributes.xfer; in usb_host_qhd_init() local145 p_qhd->data_toggle_control = (xfer_type == usb_xfer_control) ? 1 : 0; in usb_host_qhd_init()148 …p_qhd->fl_ctrl_ep_flag = ((xfer_type == usb_xfer_control) && (p_qhd->ep_speed != usb_speed_h… in usb_host_qhd_init()151 if (usb_xfer_interrupt == xfer_type) { in usb_host_qhd_init()196 …if (usb_xfer_bulk == xfer_type && p_qhd->ep_speed == usb_speed_high && p_qhd->pid == usb_pid_out) { in usb_host_qhd_init()
Completed in 5 milliseconds