Home
last modified time | relevance | path

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

/USBX-v6.2.1/common/usbx_host_classes/src/
Dux_host_class_hub_change_detect.c93 _ux_host_stack_class_get(_ux_system_host_class_hub_name, &class); in _ux_host_class_hub_change_detect()
/USBX-v6.2.1/test/regression/
Dusbx_ux_test_hub.h418 UX_TEST_CHECK_SUCCESS(ux_host_stack_class_get(_ux_system_host_class_hub_name, &class)); in class_hub_get()
453 …if (!memcmp(class->ux_host_class_name, _ux_system_host_class_hub_name, strlen(_ux_system_host_clas… in system_change_function()
576 …UX_TEST_CHECK_SUCCESS(ux_host_stack_class_register(_ux_system_host_class_hub_name, ux_host_class_h… in thread_entry_host()
Dusbx_msrc_81573_standalone_host_hub_allocated_enum_free_test.c380 status = ux_host_stack_class_register(_ux_system_host_class_hub_name, ux_host_class_hub_entry); in test_application_define()
/USBX-v6.2.1/common/core/inc/
Dux_system.h111 extern UCHAR _ux_system_host_class_hub_name[];
/USBX-v6.2.1/common/core/src/
Dux_host_stack_initialize.c52 UCHAR _ux_system_host_class_hub_name[] = "ux_host_class_hub"; variable