Home
last modified time | relevance | path

Searched refs:USB_EP_DIR_IN (Results 1 – 9 of 9) sorted by relevance

/bsp/samd21/sam_d2x_asflib/sam0/drivers/usb/usb_sam_d_r/
A Dusb.c66 #define USB_EP_DIR_IN 0x80 macro
1252 } else if (ep & USB_EP_DIR_IN) { in usb_device_endpoint_enable_callback()
1262 } else if (ep & USB_EP_DIR_IN) { in usb_device_endpoint_enable_callback()
1274 if (ep & USB_EP_DIR_IN) { in usb_device_endpoint_enable_callback()
1313 } else if (ep & USB_EP_DIR_IN) { in usb_device_endpoint_disable_callback()
1335 if (ep & USB_EP_DIR_IN) { in usb_device_endpoint_disable_callback()
1504 if (ep & USB_EP_DIR_IN) { in usb_device_endpoint_is_configured()
1525 if (ep & USB_EP_DIR_IN) { in usb_device_endpoint_abort_job()
1548 if (ep & USB_EP_DIR_IN) { in usb_device_endpoint_is_halted()
1566 if (ep & USB_EP_DIR_IN) { in usb_device_endpoint_set_halt()
[all …]
/bsp/samd21/sam_d2x_asflib/sam0/drivers/usb/usb_sam_l/
A Dusb.c66 #define USB_EP_DIR_IN 0x80 macro
1252 } else if (ep & USB_EP_DIR_IN) { in usb_device_endpoint_enable_callback()
1262 } else if (ep & USB_EP_DIR_IN) { in usb_device_endpoint_enable_callback()
1274 if (ep & USB_EP_DIR_IN) { in usb_device_endpoint_enable_callback()
1313 } else if (ep & USB_EP_DIR_IN) { in usb_device_endpoint_disable_callback()
1335 if (ep & USB_EP_DIR_IN) { in usb_device_endpoint_disable_callback()
1504 if (ep & USB_EP_DIR_IN) { in usb_device_endpoint_is_configured()
1525 if (ep & USB_EP_DIR_IN) { in usb_device_endpoint_abort_job()
1548 if (ep & USB_EP_DIR_IN) { in usb_device_endpoint_is_halted()
1566 if (ep & USB_EP_DIR_IN) { in usb_device_endpoint_set_halt()
[all …]
/bsp/samd21/sam_d2x_asflib/sam0/drivers/usb/stack_interface/
A Dusb_device_udd.c322 return &udd_ep_job[(2 * (ep & USB_EP_ADDR_MASK) + ((ep & USB_EP_DIR_IN) ? 1 : 0)) - 2]; in udd_ep_get_job()
446 if (ep & USB_EP_DIR_IN) { in udd_ep_transfer_process()
633 usb_device_endpoint_set_halt(&usb_device, USB_EP_DIR_IN); in udd_ctrl_stall_data()
670 if (ep & USB_EP_DIR_IN) { in udd_ep_run()
980 if(ep_callback_para->endpoint_address & USB_EP_DIR_IN) { in _usb_ep0_on_tansfer_fail()
A Dusb_host_uhd.c1296 if (!(cfg.endpoint_address & USB_EP_DIR_IN)) { in _uhd_pipe_trans_complete()
/bsp/microchip/samd51-adafruit-metro-m4/bsp/usb/class/cdc/device/
A Dcdcdf_acm.c104 if (ep_desc.bEndpointAddress & USB_EP_DIR_IN) { in cdcdf_acm_enable()
261 if (req->bmRequestType & USB_EP_DIR_IN) { in cdcdf_acm_req()
/bsp/microchip/samd51-seeed-wio-terminal/bsp/usb/class/cdc/device/
A Dcdcdf_acm.c104 if (ep_desc.bEndpointAddress & USB_EP_DIR_IN) { in cdcdf_acm_enable()
261 if (req->bmRequestType & USB_EP_DIR_IN) { in cdcdf_acm_req()
/bsp/rm48x50/HALCoGen/include/
A Dusb.h79 #define USB_EP_DIR_IN USBD_EP_DIR_IN macro
/bsp/microchip/samd51-adafruit-metro-m4/bsp/usb/
A Dusb_protocol.h312 #define USB_EP_DIR_IN 0x80 macro
/bsp/microchip/samd51-seeed-wio-terminal/bsp/usb/
A Dusb_protocol.h312 #define USB_EP_DIR_IN 0x80 macro

Completed in 28 milliseconds