Home
last modified time | relevance | path

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

/bsp/synwit/libraries/SWM341_CSL/SWM341_UsbHost_Lib/MTP/
A Dusbh_mtp_ptp.c76 value->u64 = PTP_LE64(&(data[*offset])); in PTP_GetDevicePropValue()
231 storage_info->MaxCapability = PTP_LE64(&data[PTP_si_MaxCapability]); in PTP_DecodeStorageInfo()
232 storage_info->FreeSpaceInBytes = PTP_LE64(&data[PTP_si_FreeSpaceInBytes]); in PTP_DecodeStorageInfo()
255 object_info->ObjectCompressedSize = PTP_LE64(&data[PTP_oi_ObjectCompressedSize]); in PTP_DecodeObjectInfo()
A Dusbh_mtp_ptp.h755 #define PTP_LE64(addr) *((uint64_t *)(addr)) macro

Completed in 8 milliseconds