Home
last modified time | relevance | path

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

/USBX-v6.2.1/common/core/src/
Dux_host_stack_class_instance_verify.c93 …tatus = _ux_utility_string_length_check(class_name, &class_name_length, UX_MAX_CLASS_NAME_LENGTH); in _ux_host_stack_class_instance_verify()
Dux_host_stack_class_get.c98 …tatus = _ux_utility_string_length_check(class_name, &class_name_length, UX_MAX_CLASS_NAME_LENGTH); in _ux_host_stack_class_get()
Dux_device_stack_class_unregister.c99 …tatus = _ux_utility_string_length_check(class_name, &class_name_length, UX_MAX_CLASS_NAME_LENGTH); in _ux_device_stack_class_unregister()
Dux_host_stack_class_register.c105 …tatus = _ux_utility_string_length_check(class_name, &class_name_length, UX_MAX_CLASS_NAME_LENGTH); in _ux_host_stack_class_register()
Dux_device_stack_class_register.c100 …tatus = _ux_utility_string_length_check(class_name, &class_name_length, UX_MAX_CLASS_NAME_LENGTH); in _ux_device_stack_class_register()
/USBX-v6.2.1/test/regression/
Dusbx_ux_host_stack_class_register_test.c447 UCHAR invalid_class_name[UX_MAX_CLASS_NAME_LENGTH+2]; in ux_test_thread_simulation_0_entry()
Dusbx_ux_host_stack_class_get_test.c447 UCHAR invalid_class_name[UX_MAX_CLASS_NAME_LENGTH+2]; in ux_test_thread_simulation_0_entry()
Dusbx_ux_device_stack_class_register_test.c448 UCHAR invalid_class_name[UX_MAX_CLASS_NAME_LENGTH+2]; in ux_test_thread_simulation_0_entry()
Dusbx_ux_host_stack_hcd_register_test.c447 UCHAR invalid_class_name[UX_MAX_CLASS_NAME_LENGTH+2]; in ux_test_thread_simulation_0_entry()
Dusbx_ux_device_stack_class_unregister_test.c447 UCHAR invalid_class_name[UX_MAX_CLASS_NAME_LENGTH+2]; in ux_test_thread_simulation_0_entry()
Dusbx_ux_host_stack_class_instance_verify_test.c536 UCHAR invalid_name[UX_MAX_CLASS_NAME_LENGTH + 2]; in tx_test_thread_host_simulation_entry()
/USBX-v6.2.1/common/core/inc/
Dux_api.h229 #define UX_MAX_CLASS_NAME_LENGTH 63 macro
1764 …UCHAR ux_host_class_name[UX_MAX_CLASS_NAME_LENGTH + 1]; /* "+1" for string null-terminat…
2444 …UCHAR ux_slave_class_name[UX_MAX_CLASS_NAME_LENGTH + 1]; /* "+1" for string null-termina…