Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/usb/test/usb_host/
Dtest_usb_helpers.c372 int offset_intf = 0; in test_parse_intf_and_ep() local
375 …const usb_intf_desc_t *intf_desc = usb_parse_interface_descriptor(config_desc, 0, 0, &offset_intf); in test_parse_intf_and_ep()
378 int offset_ep = offset_intf; in test_parse_intf_and_ep()
382 offset_ep = offset_intf; in test_parse_intf_and_ep()
387 offset_intf = 0; in test_parse_intf_and_ep()
388 intf_desc = usb_parse_interface_descriptor(config_desc, 1, 0, &offset_intf); in test_parse_intf_and_ep()
391 offset_ep = offset_intf; in test_parse_intf_and_ep()
396 offset_intf = 0; in test_parse_intf_and_ep()
397 intf_desc = usb_parse_interface_descriptor(config_desc, 1, 1, &offset_intf); in test_parse_intf_and_ep()
400 offset_ep = offset_intf; in test_parse_intf_and_ep()
[all …]
/hal_espressif-3.6.0/components/usb/
Dusb_helpers.c145 int offset_intf; in usb_parse_endpoint_descriptor_by_address() local
146 …c = usb_parse_interface_descriptor(config_desc, bInterfaceNumber, bAlternateSetting, &offset_intf); in usb_parse_endpoint_descriptor_by_address()
156 offset_ep = offset_intf; in usb_parse_endpoint_descriptor_by_address()
Dusb_host.c989 int offset_intf; in interface_claim() local
990 …c = usb_parse_interface_descriptor(config_desc, bInterfaceNumber, bAlternateSetting, &offset_intf); in interface_claim()
1003 int offset_ep = offset_intf; in interface_claim()