Home
last modified time | relevance | path

Searched refs:UX_RH_ENUMERATION_RETRY (Results 1 – 23 of 23) sorted by relevance

/USBX-v6.2.1/test/regression/
Dusbx_ux_host_class_cdc_ecm_mac_address_get_test.c61 for (i = 0; i < UX_RH_ENUMERATION_RETRY; i++) in post_init_host()
83 for (i = 0; i < UX_RH_ENUMERATION_RETRY; i++) in post_init_host()
Dusbx_cdc_ecm_no_functional_descriptor_test.c144 for (i = 0; i < UX_RH_ENUMERATION_RETRY; i++) in post_init_host()
Dusbx_cdc_ecm_mac_address_invalid_length_test.c61 for (i = 0; i < UX_RH_ENUMERATION_RETRY; i++) in post_init_host()
Dusbx_msrc_72427_ecm_host_mac_test.c57 for (i = 0; i < UX_RH_ENUMERATION_RETRY; i++) in post_init_host()
Dusbx_hub_invalid_device_protocol_test.c82 for (i = 0; i < UX_RH_ENUMERATION_RETRY; i++) in post_init_host()
Dusbx_hub_multiple_tt_too_many_hub_ports_test.c98 for (i = 0; i < UX_RH_ENUMERATION_RETRY; i++) in post_init_host()
Dusbx_hub_single_tt_too_many_hub_ports_test.c98 for (i = 0; i < UX_RH_ENUMERATION_RETRY; i++) in post_init_host()
Dusbx_cdc_ecm_host_bulk_in_semaphore_create_fail_test.c39 for (i = 0; i < UX_RH_ENUMERATION_RETRY; i++) in post_init_host()
Dusbx_cdc_ecm_host_bulk_out_semaphore_create_fail_test.c39 for (i = 0; i < UX_RH_ENUMERATION_RETRY; i++) in post_init_host()
Dusbx_cdc_ecm_host_first_interrupt_transfer_fail_test.c40 for (i = 0; i < UX_RH_ENUMERATION_RETRY; i++) in post_init_host()
Dusbx_cdc_ecm_host_int_notification_semaphore_create_fail_test.c38 for (i = 0; i < UX_RH_ENUMERATION_RETRY; i++) in post_init_host()
Dusbx_cdc_ecm_host_thread_create_fail_test.c38 for (i = 0; i < UX_RH_ENUMERATION_RETRY; i++) in post_init_host()
Dusbx_cdc_ecm_host_packet_pool_create_fail_test.c53 for (i = 0; i < UX_RH_ENUMERATION_RETRY; i++) in post_init_host()
Dusbx_cdc_ecm_data_interface_no_bulk_in_endpoint_test.c157 for (i = 0; i < UX_RH_ENUMERATION_RETRY; i++) in post_init_host()
Dusbx_cdc_ecm_data_interface_no_bulk_out_endpoint_test.c157 for (i = 0; i < UX_RH_ENUMERATION_RETRY; i++) in post_init_host()
Dusbx_hub_get_status_fails_during_configuration_test.c48 for (i = 0; i < UX_RH_ENUMERATION_RETRY; i++) in post_init_host()
Dusbx_hub_invalid_hub_descriptor_length_test.c49 for (i = 0; i < UX_RH_ENUMERATION_RETRY; i++) in post_init_host()
Dusbx_cdc_ecm_data_interface_setting_select_fails_test.c57 for (i = 0; i < UX_RH_ENUMERATION_RETRY; i++) in post_init_host()
Dusbx_ux_device_stack_standard_request_tests.c28 #define UX_CDC_ACM_CONNECTION_DELAY ((UX_RH_ENUMERATION_RETRY + 1)*UX_H…
Dusbx_cdc_acm_basic_test.c25 #define UX_CDC_ACM_CONNECTION_DELAY ((UX_RH_ENUMERATION_RETRY + 1)*UX_H…
/USBX-v6.2.1/common/core/src/
Dux_host_stack_rh_device_insertion.c144 for (index_loop = 0; index_loop < UX_RH_ENUMERATION_RETRY; index_loop++) in _ux_host_stack_rh_device_insertion()
220 if (index_loop < UX_RH_ENUMERATION_RETRY - 1) in _ux_host_stack_rh_device_insertion()
Dux_host_stack_tasks_run.c480 device -> ux_device_enum_retry = UX_RH_ENUMERATION_RETRY; in _ux_host_stack_device_enum_run()
/USBX-v6.2.1/common/core/inc/
Dux_api.h1649 #define UX_RH_ENUMERATION_RETRY 3 macro