Home
last modified time | relevance | path

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

/bsp/synwit/libraries/SWM341_CSL/SWM341_UsbHost_Lib/MTP/
A Dusbh_mtp_ptp.c187 …ay16((uint16_t *)(void *)&dev_info->OperationsSupported, data, PTP_di_OperationsSupported + totall… in PTP_DecodeDeviceInfo()
190 …tArray16((uint16_t *)(void *)&dev_info->EventsSupported, data, PTP_di_OperationsSupported + totall… in PTP_DecodeDeviceInfo()
193 …uint16_t *)(void *)&dev_info->DevicePropertiesSupported, data, PTP_di_OperationsSupported + totall… in PTP_DecodeDeviceInfo()
197 …etArray16((uint16_t *)(void *)&dev_info->CaptureFormats, data, PTP_di_OperationsSupported + totall… in PTP_DecodeDeviceInfo()
200 …_GetArray16((uint16_t *)(void *)&dev_info->ImageFormats, data, PTP_di_OperationsSupported + totall… in PTP_DecodeDeviceInfo()
203 PTP_GetString(dev_info->Manufacturer, &data[PTP_di_OperationsSupported + totallen], &len); in PTP_DecodeDeviceInfo()
206 PTP_GetString(dev_info->Model, &data[PTP_di_OperationsSupported + totallen], &len); in PTP_DecodeDeviceInfo()
209 PTP_GetString(dev_info->DeviceVersion, &data[PTP_di_OperationsSupported + totallen], &len); in PTP_DecodeDeviceInfo()
212 PTP_GetString(dev_info->SerialNumber, &data[PTP_di_OperationsSupported + totallen], &len); in PTP_DecodeDeviceInfo()
A Dusbh_mtp_ptp.h175 #define PTP_di_OperationsSupported 10U macro

Completed in 9 milliseconds