usbx + 0/3 examples
CodeScope will show references to _ux_system_host_class_hid_name from the following samples and libraries:
Examples
STM32469I-Discovery
Applications
USBX
STM32F429ZI-Nucleo
Applications
USBX
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and Samplesusbx_ux_system_host_class_hid_name

_ux_system_host_class_hid_name variable

Syntax

extern UCHAR _ux_system_host_class_hid_name[];

Examples

_ux_system_host_class_hid_name is referenced by 3 libraries and example projects.

References

LocationReferrerText
ux_host_stack_initialize.c:56
UCHAR _ux_system_host_class_hid_name[] = "ux_host_class_hid";
ux_system.h:106
extern UCHAR _ux_system_host_class_hid_name[];
ux_host_class_hid_client_register.c:111_ux_host_class_hid_client_register()
status = _ux_host_stack_class_get(_ux_system_host_class_hid_name, &class);
ux_host_class_hid_idle_get.c:96_ux_host_class_hid_idle_get()
if (_ux_host_stack_class_instance_verify(_ux_system_host_class_hid_name, (VOID *) hid) != UX_SUCCESS)
ux_host_class_hid_idle_set.c:101_ux_host_class_hid_idle_set()
if (_ux_host_stack_class_instance_verify(_ux_system_host_class_hid_name, (VOID *) hid) != UX_SUCCESS)
ux_host_class_hid_keyboard_key_get.c:90_ux_host_class_hid_keyboard_key_get()
if (_ux_host_stack_class_instance_verify(_ux_system_host_class_hid_name, (VOID *) hid) != UX_SUCCESS)
ux_host_class_hid_mouse_buttons_get.c:84_ux_host_class_hid_mouse_buttons_get()
if (_ux_host_stack_class_instance_verify(_ux_system_host_class_hid_name, (VOID *) hid) != UX_SUCCESS)
ux_host_class_hid_mouse_position_get.c:87_ux_host_class_hid_mouse_position_get()
if (_ux_host_stack_class_instance_verify(_ux_system_host_class_hid_name, (VOID *) hid) != UX_SUCCESS)
ux_host_class_hid_mouse_wheel_get.c:84_ux_host_class_hid_mouse_wheel_get()
if (_ux_host_stack_class_instance_verify(_ux_system_host_class_hid_name, (VOID *) hid) != UX_SUCCESS)
ux_host_class_hid_periodic_report_start.c:90_ux_host_class_hid_periodic_report_start()
if (_ux_host_stack_class_instance_verify(_ux_system_host_class_hid_name, (VOID *) hid) != UX_SUCCESS)
ux_host_class_hid_periodic_report_stop.c:84_ux_host_class_hid_periodic_report_stop()
if (_ux_host_stack_class_instance_verify(_ux_system_host_class_hid_name, (VOID *) hid) != UX_SUCCESS)
ux_host_class_hid_report_callback_register.c:94_ux_host_class_hid_report_callback_register()
if (_ux_host_stack_class_instance_verify(_ux_system_host_class_hid_name, (VOID *) hid) != UX_SUCCESS)
ux_host_class_hid_report_get.c:103_ux_host_class_hid_report_get()
if (_ux_host_stack_class_instance_verify(_ux_system_host_class_hid_name, (VOID *) hid) != UX_SUCCESS)
ux_host_class_hid_report_id_get.c:93_ux_host_class_hid_report_id_get()
if (_ux_host_stack_class_instance_verify(_ux_system_host_class_hid_name, (VOID *) hid) != UX_SUCCESS)
ux_host_class_hid_report_set.c:194_ux_host_class_hid_report_set()
if (_ux_host_stack_class_instance_verify(_ux_system_host_class_hid_name, (VOID *) hid) != UX_SUCCESS)