Searched refs:thread_device (Results 1 – 5 of 5) sorted by relevance
| /USBX-v6.2.1/test/regression/ |
| D | usbx_ux_device_class_cdc_ecm_uninitialize_test.c | 47 static TX_THREAD thread_device; variable 274 UX_TEST_CHECK_SUCCESS(tx_thread_create(&thread_device, "device thread", thread_entry_device, 0, in test_application_define()
|
| D | usbx_cdc_ecm_basic_ipv6_test.c | 72 static TX_THREAD thread_device; variable 313 …UX_TEST_CHECK_SUCCESS(tx_thread_create(&thread_device, "device thread", thread_entry_device, (ULON… in ux_test_cdc_ecm_initialize_use_framework() 316 UX_THREAD_EXTENSION_PTR_SET(&thread_device, device_init_data) in ux_test_cdc_ecm_initialize_use_framework() 317 tx_thread_resume(&thread_device); in ux_test_cdc_ecm_initialize_use_framework()
|
| D | usbx_ux_test_cdc_ecm.h | 92 static TX_THREAD thread_device; variable 330 …UX_TEST_CHECK_SUCCESS(tx_thread_create(&thread_device, "device thread", thread_entry_device, (ULON… in ux_test_cdc_ecm_initialize_use_framework() 333 UX_THREAD_EXTENSION_PTR_SET(&thread_device, device_init_data) in ux_test_cdc_ecm_initialize_use_framework() 334 tx_thread_resume(&thread_device); in ux_test_cdc_ecm_initialize_use_framework()
|
| D | usbx_rndis_basic_test.c | 46 static TX_THREAD thread_device; variable 369 UX_TEST_CHECK_SUCCESS(tx_thread_create(&thread_device, "device thread", thread_entry_device, 0, in test_application_define()
|
| D | usbx_msrc_80991_device_rndis_rx_length_less_than_14_test.c | 47 static TX_THREAD thread_device; variable 370 UX_TEST_CHECK_SUCCESS(tx_thread_create(&thread_device, "device thread", thread_entry_device, 0, in test_application_define()
|