Home
last modified time | relevance | path

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

/USBX-v6.2.1/test/regression/
Dusbx_ux_host_stack_new_device_create_test.c463 nb_devices = hcd->ux_hcd_nb_devices; in tx_test_thread_host_simulation_entry()
464 hcd -> ux_hcd_nb_devices = UX_MAX_USB_DEVICES + 1; in tx_test_thread_host_simulation_entry()
474 hcd -> ux_hcd_nb_devices = nb_devices; in tx_test_thread_host_simulation_entry()
495 if (hcd->ux_hcd_nb_devices != nb_devices) in tx_test_thread_host_simulation_entry()
Dux_test_hcd_sim_host.c54 ULONG n_device = hcd -> ux_hcd_nb_devices; in ux_test_hcd_sim_host_disconnect()
58 if (hcd -> ux_hcd_nb_devices == 0 || in ux_test_hcd_sim_host_disconnect()
59 hcd -> ux_hcd_nb_devices < n_device) in ux_test_hcd_sim_host_disconnect()
Dusbx_ux_host_device_basic_memory_tests.c905 if (hcd->ux_hcd_nb_devices != 0) in tx_test_thread_host_simulation_entry()
907 …ntf("ERROR #%d.%ld: number of devices (%d) must be 0\n", __LINE__, test_n, hcd->ux_hcd_nb_devices); in tx_test_thread_host_simulation_entry()
953 if (hcd->ux_hcd_nb_devices != 0) in tx_test_thread_host_simulation_entry()
955 …ntf("ERROR #%d.%ld: number of devices (%d) must be 0\n", __LINE__, test_n, hcd->ux_hcd_nb_devices); in tx_test_thread_host_simulation_entry()
Dusbx_class_hid_basic_memory_test.c765 if (hcd->ux_hcd_nb_devices != 0) in tx_demo_thread_host_simulation_entry()
767 …ntf("ERROR #%d.%ld: number of devices (%d) must be 0\n", __LINE__, test_n, hcd->ux_hcd_nb_devices); in tx_demo_thread_host_simulation_entry()
Dusbx_ux_device_class_hid_receiver_memory_test.c760 if (hcd->ux_hcd_nb_devices != 0) in tx_demo_thread_host_simulation_entry()
762 …ntf("ERROR #%d.%ld: number of devices (%d) must be 0\n", __LINE__, test_n, hcd->ux_hcd_nb_devices); in tx_demo_thread_host_simulation_entry()
Dusbx_ux_device_class_hid_basic_memory_test.c759 if (hcd->ux_hcd_nb_devices != 0) in tx_demo_thread_host_simulation_entry()
761 …ntf("ERROR #%d.%ld: number of devices (%d) must be 0\n", __LINE__, test_n, hcd->ux_hcd_nb_devices); in tx_demo_thread_host_simulation_entry()
Dusbx_hid_remote_control_tests.c201 UX_TEST_ASSERT(global_hcd->ux_hcd_nb_devices == 0); in set_report_descriptor()
Dux_test.c1373 if (_ux_system_host->ux_system_host_hcd_array[0].ux_hcd_nb_devices != 0) in ux_test_memory_test_initialize()
Dusbx_storage_tests.c971 while (global_hcd->ux_hcd_nb_devices != 0) in disconnect_host_and_slave()
/USBX-v6.2.1/common/core/src/
Dux_host_stack_new_device_create.c128 if (hcd -> ux_hcd_nb_devices > UX_MAX_USB_DEVICES) in _ux_host_stack_new_device_create()
159 hcd -> ux_hcd_nb_devices++; in _ux_host_stack_new_device_create()
Dux_host_stack_device_remove.c215 hcd -> ux_hcd_nb_devices--; in _ux_host_stack_device_remove()
/USBX-v6.2.1/common/core/inc/
Dux_api.h2272 UINT ux_hcd_nb_devices; member