Home
last modified time | relevance | path

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

/USBX-v6.2.1/common/usbx_host_classes/src/
Dux_host_class_pima_object_handles_get.c94 UCHAR *object_handles_array_raw; in _ux_host_class_pima_object_handles_get() local
143object_handles_array_raw = _ux_utility_memory_allocate(UX_SAFE_ALIGN, UX_CACHE_SAFE_MEMORY, objec… in _ux_host_class_pima_object_handles_get()
144 if (object_handles_array_raw == UX_NULL) in _ux_host_class_pima_object_handles_get()
148 …ost_class_pima_command(pima, &command, UX_HOST_CLASS_PIMA_DATA_PHASE_IN , object_handles_array_raw, in _ux_host_class_pima_object_handles_get()
156 nb_object_handles = _ux_utility_long_get(object_handles_array_raw); in _ux_host_class_pima_object_handles_get()
171 …ct_handles_array + count_object_handles) = _ux_utility_long_get(object_handles_array_raw + sizeof(… in _ux_host_class_pima_object_handles_get()
176 _ux_utility_memory_free(object_handles_array_raw); in _ux_host_class_pima_object_handles_get()