Home
last modified time | relevance | path

Searched refs:connection_timeout_ms (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-3.6.0/examples/peripherals/usb/host/cdc/common/cdc_acm_host/test/
Dtest_cdc_acm_host.c144 .connection_timeout_ms = 500,
193 .connection_timeout_ms = 1000,
254 .connection_timeout_ms = 5000,
287 .connection_timeout_ms = 1000,
324 .connection_timeout_ms = 500,
/hal_espressif-3.6.0/examples/peripherals/usb/host/cdc/cdc_acm_bg96/main/
Dbg96_usb.hpp27 .connection_timeout_ms = 10000, in at_start()
62 .connection_timeout_ms = 1000, in gnss_start()
/hal_espressif-3.6.0/examples/peripherals/usb/host/cdc/cdc_acm_host/main/
Dusb-cdc.c70 .connection_timeout_ms = 5000, in app_main()
/hal_espressif-3.6.0/examples/peripherals/usb/host/cdc/common/cdc_acm_host/include/usb/
Dcdc_acm_host.h98 uint32_t connection_timeout_ms; /**< Timeout for USB device connection in [ms] */ member
/hal_espressif-3.6.0/examples/peripherals/usb/host/cdc/common/cdc_acm_host/
Dcdc_acm_host.c717 cdc_acm_find_and_open_usb_device(vid, pid, dev_config->connection_timeout_ms, &cdc_dev), in cdc_acm_host_open()
766 cdc_acm_find_and_open_usb_device(vid, pid, dev_config->connection_timeout_ms, &cdc_dev), in cdc_acm_host_open_vendor_specific()