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

UX_HOST_CLASS_HID_CLIENT_STRUCT::ux_host_class_hid_client_local_instance field

Syntax

VOID *ux_host_class_hid_client_local_instance;

Examples

UX_HOST_CLASS_HID_CLIENT_STRUCT::ux_host_class_hid_client_local_instance is referenced by 3 libraries and example projects.

References

LocationReferrerText
ux_host_class_hid.h:1047
VOID *ux_host_class_hid_client_local_instance;
ux_host_class_hid_keyboard_activate.c:185_ux_host_class_hid_keyboard_activate()
hid_client -> ux_host_class_hid_client_local_instance = (VOID *) keyboard_instance;
ux_host_class_hid_keyboard_activate.c:431_ux_host_class_hid_keyboard_activate()
hid_client -> ux_host_class_hid_client_local_instance = UX_NULL;
ux_host_class_hid_keyboard_callback.c:165_ux_host_class_hid_keyboard_callback()
keyboard_instance = (UX_HOST_CLASS_HID_KEYBOARD *) hid_client -> ux_host_class_hid_client_local_instance;
ux_host_class_hid_keyboard_deactivate.c:99_ux_host_class_hid_keyboard_deactivate()
keyboard_instance = (UX_HOST_CLASS_HID_KEYBOARD *) hid_client -> ux_host_class_hid_client_local_instance;
ux_host_class_hid_keyboard_deactivate.c:123_ux_host_class_hid_keyboard_deactivate()
_ux_utility_memory_free(hid_client -> ux_host_class_hid_client_local_instance);
ux_host_class_hid_mouse_activate.c:110_ux_host_class_hid_mouse_activate()
hid_client -> ux_host_class_hid_client_local_instance = (VOID *) mouse_instance;
ux_host_class_hid_mouse_activate.c:209_ux_host_class_hid_mouse_activate()
hid_client -> ux_host_class_hid_client_local_instance = UX_NULL;
ux_host_class_hid_mouse_callback.c:85_ux_host_class_hid_mouse_callback()
mouse_instance = (UX_HOST_CLASS_HID_MOUSE *) hid_client -> ux_host_class_hid_client_local_instance;
ux_host_class_hid_mouse_deactivate.c:96_ux_host_class_hid_mouse_deactivate()
_ux_utility_memory_free(hid_client -> ux_host_class_hid_client_local_instance);

Data Use

Functions writing UX_HOST_CLASS_HID_CLIENT_STRUCT::ux_host_class_hid_client_local_instance
Functions reading UX_HOST_CLASS_HID_CLIENT_STRUCT::ux_host_class_hid_client_local_instance
UX_HOST_CLASS_HID_CLIENT_STRUCT::ux_host_class_hid_client_local_instance