Home
last modified time | relevance | path

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

/USBX-v6.2.1/common/core/inc/
Dux_system.h118 extern UCHAR _ux_system_host_class_cdc_ecm_name[];
/USBX-v6.2.1/test/regression/
Dusbx_ux_device_class_cdc_ecm_uninitialize_test.c225 UX_TEST_CHECK_SUCCESS(ux_host_stack_class_get(_ux_system_host_class_cdc_ecm_name, &class)); in class_cdc_ecm_get_host()
Dusbx_rndis_basic_test.c255 status = ux_host_stack_class_get(_ux_system_host_class_cdc_ecm_name, &class); in class_cdc_ecm_get_host()
502 …UX_TEST_CHECK_SUCCESS(ux_host_stack_class_register(_ux_system_host_class_cdc_ecm_name, ux_host_cla… in thread_entry_host()
Dusbx_msrc_80991_device_rndis_rx_length_less_than_14_test.c256 status = ux_host_stack_class_get(_ux_system_host_class_cdc_ecm_name, &class); in class_cdc_ecm_get_host()
524 …UX_TEST_CHECK_SUCCESS(ux_host_stack_class_register(_ux_system_host_class_cdc_ecm_name, ux_host_cla… in thread_entry_host()
Dusbx_cdc_ecm_basic_ipv6_test.c345 UX_TEST_CHECK_SUCCESS(ux_host_stack_class_get(_ux_system_host_class_cdc_ecm_name, &class)); in class_cdc_ecm_get_host()
512 …UX_TEST_CHECK_SUCCESS(ux_host_stack_class_register(_ux_system_host_class_cdc_ecm_name, ux_host_cla… in thread_entry_host()
Dusbx_ux_test_cdc_ecm.h362 UX_TEST_CHECK_SUCCESS(ux_host_stack_class_get(_ux_system_host_class_cdc_ecm_name, &class)); in class_cdc_ecm_get_host()
644 …UX_TEST_CHECK_SUCCESS(ux_host_stack_class_register(_ux_system_host_class_cdc_ecm_name, ux_host_cla… in thread_entry_host()
Dusbx_msrc_81112_host_cdc_ecm_endpoints_get_tests.c373 …status = ux_host_stack_class_register(_ux_system_host_class_cdc_ecm_name, _ux_host_class_cdc_ecm_… in test_application_define()
/USBX-v6.2.1/common/core/src/
Dux_host_stack_initialize.c59 UCHAR _ux_system_host_class_cdc_ecm_name[] = "ux_host_class_cdc_ecm"; variable