Home
last modified time | relevance | path

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

/bsp/synwit/libraries/SWM341_CSL/SWM341_UsbHost_Lib/MTP/
A Dusbh_mtp_ptp.c66 value->u32 = PTP_LE32(&(data[*offset])); in PTP_GetDevicePropValue()
136 size = PTP_LE32(&data[offset]); in PTP_GetArray16()
157 size = PTP_LE32(&data[offset]); in PTP_GetArray32()
252 object_info->StorageID = PTP_LE32(&data[PTP_oi_StorageID]); in PTP_DecodeObjectInfo()
264 object_info->ThumbPixWidth = PTP_LE32(&data[PTP_oi_ThumbPixWidth]); in PTP_DecodeObjectInfo()
266 object_info->ImagePixWidth = PTP_LE32(&data[PTP_oi_ImagePixWidth]); in PTP_DecodeObjectInfo()
268 object_info->ImageBitDepth = PTP_LE32(&data[PTP_oi_ImageBitDepth]); in PTP_DecodeObjectInfo()
269 object_info->ParentObject = PTP_LE32(&data[PTP_oi_ParentObject]); in PTP_DecodeObjectInfo()
296 opd->GroupCode = PTP_LE32(&data[offset]); in PTP_DecodeObjectPropDesc()
339 prop_count = PTP_LE32(data); in PTP_DecodeObjectPropList()
[all …]
A Dusbh_mtp_ptp.h754 #define PTP_LE32(addr) *((uint32_t *)(addr)) macro

Completed in 9 milliseconds