Home
last modified time | relevance | path

Searched refs:ux_host_class_hid_client_name (Results 1 – 6 of 6) sorted by relevance

/USBX-v6.2.1/common/usbx_host_classes/src/
Dux_host_class_hid_client_register.c148 …_ux_utility_memory_copy(hid_client -> ux_host_class_hid_client_name, hid_client_name, client_name_… in UX_OVERFLOW_CHECK_MULC_ULONG()
/USBX-v6.2.1/test/regression/
Dusbx_class_hid_basic_memory_test.c256 return(UX_SUCCESS == _ux_utility_memory_compare(client->ux_host_class_hid_client_name, in _is_mouse()
262 return(UX_SUCCESS == _ux_utility_memory_compare(client->ux_host_class_hid_client_name, in _is_keyboard()
Dusbx_ux_device_class_hid_receiver_memory_test.c258 … is_mouse = (UX_SUCCESS == _ux_utility_memory_compare(client->ux_host_class_hid_client_name, in ux_system_host_change_function()
261 … is_keyboard = (UX_SUCCESS == _ux_utility_memory_compare(client->ux_host_class_hid_client_name, in ux_system_host_change_function()
Dusbx_ux_device_class_hid_basic_memory_test.c258 … is_mouse = (UX_SUCCESS == _ux_utility_memory_compare(client->ux_host_class_hid_client_name, in ux_system_host_change_function()
261 … is_keyboard = (UX_SUCCESS == _ux_utility_memory_compare(client->ux_host_class_hid_client_name, in ux_system_host_change_function()
Dusbx_ux_device_class_hid_report_test.c209 … is_mouse = (UX_SUCCESS == _ux_utility_memory_compare(client->ux_host_class_hid_client_name, in ux_system_host_change_function()
/USBX-v6.2.1/common/usbx_host_classes/inc/
Dux_host_class_hid.h1053 UCHAR *ux_host_class_hid_client_name; member
1055 …UCHAR ux_host_class_hid_client_name[UX_HOST_CLASS_HID_MAX_CLIENT_NAME_LENGTH + 1]; /* "+… member