Home
last modified time | relevance | path

Searched refs:endpoint_address (Results 1 – 5 of 5) sorted by relevance

/bsp/samd21/sam_d2x_asflib/sam0/drivers/usb/stack_interface/
A Dusb_device_udd.c333 udd_ep_id_t ep = ep_callback_para->endpoint_address; in udd_ep_trans_in_next()
383 udd_ep_id_t ep = ep_callback_para->endpoint_address; in udd_ep_trans_out_next()
444 udd_ep_id_t ep = ep_callback_para->endpoint_address; in udd_ep_transfer_process()
947 usb_device_endpoint_set_halt(&usb_device, ep_callback_para->endpoint_address); in udd_ctrl_underflow()
966 usb_device_endpoint_set_halt(&usb_device, ep_callback_para->endpoint_address); in udd_ctrl_overflow()
980 if(ep_callback_para->endpoint_address & USB_EP_DIR_IN) { in _usb_ep0_on_tansfer_fail()
A Dusb_host_uhd.c1259 if ((add == cfg.device_address) && (endp == cfg.endpoint_address)) { in _uhd_get_pipe()
1296 if (!(cfg.endpoint_address & USB_EP_DIR_IN)) { in _uhd_pipe_trans_complete()
1436 cfg.endpoint_address, in _uhd_pipe_finish_job()
1544 cfg.endpoint_address = ep_desc->bEndpointAddress; in uhd_ep_alloc()
1585 if (!((endp == 0) && (0 == cfg.endpoint_address))) { in uhd_ep_free()
1587 if (endp != cfg.endpoint_address) { in uhd_ep_free()
/bsp/samd21/sam_d2x_asflib/sam0/drivers/usb/usb_sam_d_r/
A Dusb.c326 ep_config->endpoint_address = 0; in usb_host_pipe_get_config_defaults()
360 if (ep_config->endpoint_address == 0) { in usb_host_pipe_set_config()
363 } else if (ep_config->endpoint_address & USB_EP_DIR_IN) { in usb_host_pipe_set_config()
380 ep_config->endpoint_address & USB_EP_ADDR_MASK; in usb_host_pipe_set_config()
419 ep_config->endpoint_address = in usb_host_pipe_get_config()
424 ep_config->endpoint_address |= USB_EP_DIR_IN; in usb_host_pipe_get_config()
1748 ep_callback_para.endpoint_address = USB_EP_DIR_IN | i; in _usb_device_interrupt_handler()
1751 ep_callback_para.endpoint_address = USB_EP_DIR_OUT | i; in _usb_device_interrupt_handler()
1774 ep_callback_para.endpoint_address = USB_EP_DIR_IN | i; in _usb_device_interrupt_handler()
1779 ep_callback_para.endpoint_address = USB_EP_DIR_OUT | i; in _usb_device_interrupt_handler()
[all …]
/bsp/samd21/sam_d2x_asflib/sam0/drivers/usb/usb_sam_l/
A Dusb.c326 ep_config->endpoint_address = 0; in usb_host_pipe_get_config_defaults()
360 if (ep_config->endpoint_address == 0) { in usb_host_pipe_set_config()
363 } else if (ep_config->endpoint_address & USB_EP_DIR_IN) { in usb_host_pipe_set_config()
380 ep_config->endpoint_address & USB_EP_ADDR_MASK; in usb_host_pipe_set_config()
419 ep_config->endpoint_address = in usb_host_pipe_get_config()
424 ep_config->endpoint_address |= USB_EP_DIR_IN; in usb_host_pipe_get_config()
1748 ep_callback_para.endpoint_address = USB_EP_DIR_IN | i; in _usb_device_interrupt_handler()
1751 ep_callback_para.endpoint_address = USB_EP_DIR_OUT | i; in _usb_device_interrupt_handler()
1774 ep_callback_para.endpoint_address = USB_EP_DIR_IN | i; in _usb_device_interrupt_handler()
1779 ep_callback_para.endpoint_address = USB_EP_DIR_OUT | i; in _usb_device_interrupt_handler()
[all …]
/bsp/samd21/sam_d2x_asflib/sam0/drivers/usb/
A Dusb.h307 uint8_t endpoint_address; member
345 uint8_t endpoint_address; member

Completed in 23 milliseconds