Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/examples/peripherals/usb/host/cdc/common/cdc_acm_host/
Dcdc_acm_host.c692 …const usb_ep_desc_t *this_ep = usb_parse_endpoint_descriptor_by_index(cdc_dev->data.intf_desc, i, … in cdc_acm_find_intf_and_ep_desc() local
693 assert(this_ep); in cdc_acm_find_intf_and_ep_desc()
694 if (USB_EP_DESC_GET_EP_DIR(this_ep)) { in cdc_acm_find_intf_and_ep_desc()
695 *in_ep = this_ep; in cdc_acm_find_intf_and_ep_desc()
697 *out_ep = this_ep; in cdc_acm_find_intf_and_ep_desc()
792 …const usb_ep_desc_t *this_ep = usb_parse_endpoint_descriptor_by_index(cdc_dev->data.intf_desc, i, … in cdc_acm_host_open_vendor_specific() local
793 assert(this_ep); in cdc_acm_host_open_vendor_specific()
794 if (USB_EP_DESC_GET_EP_DIR(this_ep)) { in cdc_acm_host_open_vendor_specific()
795 in_ep = this_ep; in cdc_acm_host_open_vendor_specific()
797 out_ep = this_ep; in cdc_acm_host_open_vendor_specific()