Home
last modified time | relevance | path

Searched refs:num_of_devices (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.c360 int num_of_devices; in cdc_acm_find_and_open_usb_device() local
361 …ERROR_CHECK(usb_host_device_addr_list_fill(sizeof(dev_addr_list), dev_addr_list, &num_of_devices)); in cdc_acm_find_and_open_usb_device()
364 for (int i = 0; i < num_of_devices; i++) { in cdc_acm_find_and_open_usb_device()