Home
last modified time | relevance | path

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

/USBX-v6.2.1/common/usbx_device_classes/src/
Dux_device_class_pima_storage_info_get.c89 UCHAR *storage_info_pointer; in _ux_device_class_pima_storage_info_get() local
133 storage_info_pointer = storage_info + UX_DEVICE_CLASS_PIMA_STORAGE_FREE_STORAGE_DESCRIPTION; in _ux_device_class_pima_storage_info_get()
173 …utility_string_to_unicode(pima -> ux_device_class_pima_storage_description, storage_info_pointer); in _ux_device_class_pima_storage_info_get()
176 storage_info_pointer += (ULONG) (*storage_info_pointer * 2) + 1; in _ux_device_class_pima_storage_info_get()
179 …tility_string_to_unicode(pima -> ux_device_class_pima_storage_volume_label, storage_info_pointer); in _ux_device_class_pima_storage_info_get()
182 storage_info_pointer += (ULONG) (*storage_info_pointer* 2) + 1; in _ux_device_class_pima_storage_info_get()
185 … storage_info_length = (ULONG) ((ALIGN_TYPE) storage_info_pointer - (ALIGN_TYPE) storage_info); in _ux_device_class_pima_storage_info_get()