PTP_ContainerTypedef::Code is only used within STM32_USB_Host_Library.
 
Symbols
loading...
Files
loading...

PTP_ContainerTypedef::Code field

Syntax

uint16_t Code;

References

LocationReferrerText
usbh_mtp_ptp.h:209
uint16_t Code;
usbh_mtp_ptp.c:413USBH_PTP_Process()
if (ptp_container.Code == PTP_RC_OK)
usbh_mtp_ptp.c:469USBH_PTP_SendRequest()
MTP_Handle->ptp.op_container.code = req->Code;
usbh_mtp_ptp.c:492USBH_PTP_GetResponse()
resp->Code = MTP_Handle->ptp.resp_container.code;
usbh_mtp_ptp.c:963USBH_PTP_OpenSession()
ptp_container.Code = PTP_OC_OpenSession;
usbh_mtp_ptp.c:1024USBH_PTP_GetDevicePropDesc()
ptp_container.Code = PTP_OC_GetDevicePropDesc;
usbh_mtp_ptp.c:1089USBH_PTP_GetDeviceInfo()
ptp_container.Code = PTP_OC_GetDeviceInfo;
usbh_mtp_ptp.c:1151USBH_PTP_GetStorageIds()
ptp_container.Code = PTP_OC_GetStorageIDs;
usbh_mtp_ptp.c:1215USBH_PTP_GetStorageInfo()
ptp_container.Code = PTP_OC_GetStorageInfo;
usbh_mtp_ptp.c:1278USBH_PTP_GetNumObjects()
ptp_container.Code = PTP_OC_GetNumObjects;
usbh_mtp_ptp.c:1347USBH_PTP_GetObjectHandles()
ptp_container.Code = PTP_OC_GetObjectHandles;
usbh_mtp_ptp.c:1416USBH_PTP_GetObjectInfo()
ptp_container.Code = PTP_OC_GetObjectInfo;
usbh_mtp_ptp.c:1477USBH_PTP_DeleteObject()
ptp_container.Code = PTP_OC_DeleteObject;
usbh_mtp_ptp.c:1542USBH_PTP_GetObject()
ptp_container.Code = PTP_OC_GetObject;
usbh_mtp_ptp.c:1621USBH_PTP_GetPartialObject()
ptp_container.Code = PTP_OC_GetPartialObject;
usbh_mtp_ptp.c:1696USBH_PTP_GetObjectPropsSupported()
ptp_container.Code = PTP_OC_GetObjectPropsSupported;
usbh_mtp_ptp.c:1763USBH_PTP_GetObjectPropDesc()
ptp_container.Code = PTP_OC_GetObjectPropDesc;
usbh_mtp_ptp.c:1838USBH_PTP_GetObjectPropList()
ptp_container.Code = PTP_OC_GetObjPropList;
usbh_mtp_ptp.c:1915USBH_PTP_SendObject()
ptp_container.Code = PTP_OC_SendObject;