Home
last modified time | relevance | path

Searched refs:retry (Results 1 – 6 of 6) sorted by relevance

/USBX-v6.2.1/common/usbx_host_classes/src/
Dux_host_class_storage_transport_bo.c92 UINT retry; in _ux_host_class_storage_transport_bo() local
110 for (retry = 0; ; retry++) in _ux_host_class_storage_transport_bo()
151 if (retry == 0) in _ux_host_class_storage_transport_bo()
269 for (retry = 0; retry < 2; retry++) in _ux_host_class_storage_transport_bo()
/USBX-v6.2.1/test/regression/
Dusbx_standalone_device_cdc_acm_basic_memory_test.c643 ULONG retry; in ux_test_thread_host_simulation_entry() local
678 …for (retry = 0; (retry < 10) && (cdc_acm_host_control == UX_NULL || cdc_acm_host_data == UX_NULL);… in ux_test_thread_host_simulation_entry()
Dusbx_standalone_cdc_acm_basic_memory_test.c659 ULONG retry; in ux_test_thread_host_simulation_entry() local
694 …for (retry = 0; (retry < 10) && (cdc_acm_host_control == UX_NULL || cdc_acm_host_data == UX_NULL);… in ux_test_thread_host_simulation_entry()
Dusbx_cdc_acm_basic_memory_test.c687 ULONG retry; in ux_test_thread_host_simulation_entry() local
722 …for (retry = 0; (retry < 10) && (cdc_acm_host_control == UX_NULL || cdc_acm_host_data == UX_NULL);… in ux_test_thread_host_simulation_entry()
Dusbx_ux_host_device_basic_memory_tests.c829 ULONG retry; in tx_test_thread_host_simulation_entry() local
926 …for (retry = 0; (retry < 10) && (cdc_acm_host_control == UX_NULL || cdc_acm_host_data == UX_NULL);… in tx_test_thread_host_simulation_entry()
/USBX-v6.2.1/docs/
Drevision_history.txt98 … improved device resources management in fail retry case.
226 retry transfer upon failure.
264 …ux_host_class_storage_media_capacity_get.c Replaced magic command retry number with proper ma…
270 fixed retry logic,