Home
last modified time | relevance | path

Searched refs:connection_timeout (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.c354 TimeOut_t connection_timeout; in cdc_acm_find_and_open_usb_device() local
355 vTaskSetTimeOutState(&connection_timeout); in cdc_acm_find_and_open_usb_device()
381 if (xTaskCheckForTimeOut(&connection_timeout, &timeout_ticks) != pdFALSE) { in cdc_acm_find_and_open_usb_device()