Home
last modified time | relevance | path

Searched refs:intf_idx (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.c623 static esp_err_t cdc_acm_find_intf_and_ep_desc(cdc_dev_t *cdc_dev, uint8_t intf_idx, const usb_ep_d… in cdc_acm_find_intf_and_ep_desc() argument
647 if (iad_desc->bFirstInterface == intf_idx) { in cdc_acm_find_intf_and_ep_desc()
657 } else if ((device_desc->bDeviceClass == USB_CLASS_COMM) && (intf_idx == 0)) { in cdc_acm_find_intf_and_ep_desc()