Home
last modified time | relevance | path

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

/bsp/synwit/libraries/SWM341_CSL/SWM341_UsbHost_Lib/MTP/
A Dusbh_mtp_ptp.c56 value->u16 = PTP_LE16(&(data[*offset])); in PTP_GetDevicePropValue()
180 dev_info->StandardVersion = PTP_LE16(&data[PTP_di_StandardVersion]); in PTP_DecodeDeviceInfo()
228 storage_info->StorageType = PTP_LE16(&data[PTP_si_StorageType]); in PTP_DecodeStorageInfo()
229 storage_info->FilesystemType = PTP_LE16(&data[PTP_si_FilesystemType]); in PTP_DecodeStorageInfo()
253 object_info->ObjectFormat = PTP_LE16(&data[PTP_oi_ObjectFormat]); in PTP_DecodeObjectInfo()
262 object_info->ThumbFormat = PTP_LE16(&data[PTP_oi_ThumbFormat]); in PTP_DecodeObjectInfo()
289 opd->ObjectPropertyCode = PTP_LE16(&data[PTP_opd_ObjectPropertyCode]); in PTP_DecodeObjectPropDesc()
290 opd->DataType = PTP_LE16(&data[PTP_opd_DataType]); in PTP_DecodeObjectPropDesc()
311 opd->FORM.Enum.NumberOfValues = PTP_LE16(&data[offset]); in PTP_DecodeObjectPropDesc()
359 props[i].property = PTP_LE16(data); in PTP_DecodeObjectPropList()
[all …]
A Dusbh_mtp_ptp.h753 #define PTP_LE16(addr) *((uint16_t *)(addr)) macro
A Dusbh_mtp.c1169 devicepropertydesc->DevicePropertyCode = PTP_LE16(&data[PTP_dpd_DevicePropertyCode]); in USBH_MTP_GetDevicePropDesc()
1170 devicepropertydesc->DataType = PTP_LE16(&data[PTP_dpd_DataType]); in USBH_MTP_GetDevicePropDesc()

Completed in 12 milliseconds