Searched refs:desc_offset (Results 1 – 1 of 1) sorted by relevance
/hal_espressif-3.6.0/examples/peripherals/usb/host/cdc/common/cdc_acm_host/ |
D | cdc_acm_host.c | 629 int desc_offset = 0; in cdc_acm_find_intf_and_ep_desc() local 641 … this_desc, config_desc->wTotalLength, USB_B_DESCRIPTOR_TYPE_INTERFACE_ASSOCIATION, &desc_offset); in cdc_acm_find_intf_and_ep_desc() 667 …ev->notif.intf_desc = usb_parse_interface_descriptor(config_desc, notif_intf_idx, 0, &desc_offset); in cdc_acm_find_intf_and_ep_desc() 675 cdc_desc = usb_parse_next_descriptor(cdc_desc, config_desc->wTotalLength, &desc_offset); in cdc_acm_find_intf_and_ep_desc() 684 …endpoint_descriptor_by_index(cdc_dev->notif.intf_desc, 0, config_desc->wTotalLength, &desc_offset); in cdc_acm_find_intf_and_ep_desc() 688 …_dev->data.intf_desc = usb_parse_interface_descriptor(config_desc, data_intf_idx, 0, &desc_offset); in cdc_acm_find_intf_and_ep_desc() 690 int temp_offset = desc_offset; in cdc_acm_find_intf_and_ep_desc() 692 …_endpoint_descriptor_by_index(cdc_dev->data.intf_desc, i, config_desc->wTotalLength, &desc_offset); in cdc_acm_find_intf_and_ep_desc() 699 desc_offset = temp_offset; in cdc_acm_find_intf_and_ep_desc() 771 int desc_offset; in cdc_acm_host_open_vendor_specific() local [all …]
|