Searched refs:ux_hcd_nb_devices (Results 1 – 12 of 12) sorted by relevance
| /USBX-v6.2.1/test/regression/ |
| D | usbx_ux_host_stack_new_device_create_test.c | 463 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()
|
| D | ux_test_hcd_sim_host.c | 54 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()
|
| D | usbx_ux_host_device_basic_memory_tests.c | 905 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()
|
| D | usbx_class_hid_basic_memory_test.c | 765 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()
|
| D | usbx_ux_device_class_hid_receiver_memory_test.c | 760 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()
|
| D | usbx_ux_device_class_hid_basic_memory_test.c | 759 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()
|
| D | usbx_hid_remote_control_tests.c | 201 UX_TEST_ASSERT(global_hcd->ux_hcd_nb_devices == 0); in set_report_descriptor()
|
| D | ux_test.c | 1373 if (_ux_system_host->ux_system_host_hcd_array[0].ux_hcd_nb_devices != 0) in ux_test_memory_test_initialize()
|
| D | usbx_storage_tests.c | 971 while (global_hcd->ux_hcd_nb_devices != 0) in disconnect_host_and_slave()
|
| /USBX-v6.2.1/common/core/src/ |
| D | ux_host_stack_new_device_create.c | 128 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()
|
| D | ux_host_stack_device_remove.c | 215 hcd -> ux_hcd_nb_devices--; in _ux_host_stack_device_remove()
|
| /USBX-v6.2.1/common/core/inc/ |
| D | ux_api.h | 2272 UINT ux_hcd_nb_devices; member
|