Home
last modified time | relevance | path

Searched refs:pipe_type (Results 1 – 4 of 4) sorted by relevance

/bsp/samd21/sam_d2x_asflib/sam0/drivers/usb/stack_interface/
A Dusb_host_uhd.c326 if (cfg.pipe_type == USB_HOST_PIPE_TYPE_DISABLE) { in _uhd_ctrl_phase_setup()
334 if ((cfg.pipe_type == USB_HOST_PIPE_TYPE_DISABLE) || in _uhd_ctrl_phase_setup()
1009 if (cfg.pipe_type == USB_HOST_PIPE_TYPE_EXTENDED) { in uhd_resume()
1104 if (cfg.pipe_type == USB_HOST_PIPE_TYPE_EXTENDED) { in _uhd_ep0_transfer_complete()
1106 cfg.pipe_type = USB_HOST_PIPE_TYPE_CONTROL; in _uhd_ep0_transfer_complete()
1151 if (cfg.pipe_type == USB_HOST_PIPE_TYPE_EXTENDED) { in _uhd_ep0_error()
1153 cfg.pipe_type = USB_HOST_PIPE_TYPE_CONTROL; in _uhd_ep0_error()
1230 if (cfg.pipe_type == USB_HOST_PIPE_TYPE_EXTENDED) { in _uhd_ep0_stall()
1232 cfg.pipe_type = USB_HOST_PIPE_TYPE_CONTROL; in _uhd_ep0_stall()
1532 if (cfg.pipe_type != USB_HOST_PIPE_TYPE_DISABLE) { in uhd_ep_alloc()
[all …]
/bsp/samd21/sam_d2x_asflib/sam0/drivers/usb/
A Dusb.h309 enum usb_host_pipe_type pipe_type; member
/bsp/samd21/sam_d2x_asflib/sam0/drivers/usb/usb_sam_d_r/
A Dusb.c327 ep_config->pipe_type = USB_HOST_PIPE_TYPE_CONTROL; in usb_host_pipe_get_config_defaults()
357 module_inst->hw->HOST.HostPipe[pipe_num].PCFG.bit.PTYPE = ep_config->pipe_type; in usb_host_pipe_set_config()
427 …ep_config->pipe_type = (enum usb_host_pipe_type)module_inst->hw->HOST.HostPipe[pipe_num].PCFG.bit.… in usb_host_pipe_get_config()
/bsp/samd21/sam_d2x_asflib/sam0/drivers/usb/usb_sam_l/
A Dusb.c327 ep_config->pipe_type = USB_HOST_PIPE_TYPE_CONTROL; in usb_host_pipe_get_config_defaults()
357 module_inst->hw->HOST.HostPipe[pipe_num].PCFG.bit.PTYPE = ep_config->pipe_type; in usb_host_pipe_set_config()
427 …ep_config->pipe_type = (enum usb_host_pipe_type)module_inst->hw->HOST.HostPipe[pipe_num].PCFG.bit.… in usb_host_pipe_get_config()

Completed in 15 milliseconds