Home
last modified time | relevance | path

Searched refs:ux_host_class_client (Results 1 – 4 of 4) sorted by relevance

/USBX-v6.3.0/common/usbx_host_classes/src/
Dux_host_class_hid_client_register.c123 if (class_ptr -> ux_host_class_client == UX_NULL) in UX_OVERFLOW_CHECK_MULC_ULONG()
129 … class_ptr -> ux_host_class_client = _ux_utility_memory_allocate(UX_NO_ALIGN, UX_REGULAR_MEMORY, in UX_OVERFLOW_CHECK_MULC_ULONG()
133 if (class_ptr -> ux_host_class_client == UX_NULL) in UX_OVERFLOW_CHECK_MULC_ULONG()
138 hid_client = (UX_HOST_CLASS_HID_CLIENT *) class_ptr -> ux_host_class_client; in UX_OVERFLOW_CHECK_MULC_ULONG()
Dux_host_class_hid_client_search.c90 … hid_client = (UX_HOST_CLASS_HID_CLIENT *) hid -> ux_host_class_hid_class -> ux_host_class_client; in _ux_host_class_hid_client_search()
Dux_host_class_hid_entry.c156 if (command -> ux_host_class_command_class_ptr -> ux_host_class_client != UX_NULL) in _ux_host_class_hid_entry()
160 client = command -> ux_host_class_command_class_ptr -> ux_host_class_client; in _ux_host_class_hid_entry()
173 … _ux_utility_memory_free(command -> ux_host_class_command_class_ptr -> ux_host_class_client); in _ux_host_class_hid_entry()
174 command -> ux_host_class_command_class_ptr -> ux_host_class_client = UX_NULL; in _ux_host_class_hid_entry()
/USBX-v6.3.0/common/core/inc/
Dux_api.h1770 VOID *ux_host_class_client; member