Home
last modified time | relevance | path

Searched refs:this_desc (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.c638 const usb_standard_desc_t *this_desc = (const usb_standard_desc_t *)config_desc; in cdc_acm_find_intf_and_ep_desc() local
640 this_desc = usb_parse_next_descriptor_of_type( in cdc_acm_find_intf_and_ep_desc()
641this_desc, config_desc->wTotalLength, USB_B_DESCRIPTOR_TYPE_INTERFACE_ASSOCIATION, &desc_offset); in cdc_acm_find_intf_and_ep_desc()
643 if (this_desc == NULL) in cdc_acm_find_intf_and_ep_desc()
646 const usb_iad_desc_t *iad_desc = (const usb_iad_desc_t *)this_desc; in cdc_acm_find_intf_and_ep_desc()