Home
last modified time | relevance | path

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

/USBX-v6.2.1/test/regression/
Dusbx_hub_hub_device_enumeration_keeps_failing_test.c34 UX_TEST_ACTION sem_create_fail_action = {0}; in post_init_host() local
35 sem_create_fail_action.usbx_function = UX_TEST_OVERRIDE_TX_SEMAPHORE_CREATE; in post_init_host()
36 sem_create_fail_action.semaphore_name = "ux_host_endpoint0_semaphore"; in post_init_host()
37 sem_create_fail_action.no_return = 0; in post_init_host()
38 sem_create_fail_action.status = UX_ERROR; in post_init_host()
42 ux_test_add_action_to_main_list(sem_create_fail_action); in post_init_host()