PTP_HandleTypeDef::session_id is only used within STM32_USB_Host_Library.
 
Symbols
loading...
Files
loading...

PTP_HandleTypeDef::session_id field

Syntax

uint32_t session_id;

References

LocationReferrerText
usbh_mtp_ptp.h:308
uint32_t session_id;
usbh_mtp_ptp.c:493USBH_PTP_GetResponse()
resp->SessionID = MTP_Handle->ptp.session_id;
usbh_mtp_ptp.c:959USBH_PTP_OpenSession()
MTP_Handle->ptp.session_id = session;
usbh_mtp_ptp.c:1025USBH_PTP_GetDevicePropDesc()
ptp_container.SessionID = MTP_Handle->ptp.session_id;
usbh_mtp_ptp.c:1090USBH_PTP_GetDeviceInfo()
ptp_container.SessionID = MTP_Handle->ptp.session_id;
usbh_mtp_ptp.c:1152USBH_PTP_GetStorageIds()
ptp_container.SessionID = MTP_Handle->ptp.session_id;
usbh_mtp_ptp.c:1216USBH_PTP_GetStorageInfo()
ptp_container.SessionID = MTP_Handle->ptp.session_id;
usbh_mtp_ptp.c:1279USBH_PTP_GetNumObjects()
ptp_container.SessionID = MTP_Handle->ptp.session_id;
usbh_mtp_ptp.c:1348USBH_PTP_GetObjectHandles()
ptp_container.SessionID = MTP_Handle->ptp.session_id;
usbh_mtp_ptp.c:1417USBH_PTP_GetObjectInfo()
ptp_container.SessionID = MTP_Handle->ptp.session_id;
usbh_mtp_ptp.c:1478USBH_PTP_DeleteObject()
ptp_container.SessionID = MTP_Handle->ptp.session_id;
usbh_mtp_ptp.c:1543USBH_PTP_GetObject()
ptp_container.SessionID = MTP_Handle->ptp.session_id;
usbh_mtp_ptp.c:1622USBH_PTP_GetPartialObject()
ptp_container.SessionID = MTP_Handle->ptp.session_id;
usbh_mtp_ptp.c:1697USBH_PTP_GetObjectPropsSupported()
ptp_container.SessionID = MTP_Handle->ptp.session_id;
usbh_mtp_ptp.c:1764USBH_PTP_GetObjectPropDesc()
ptp_container.SessionID = MTP_Handle->ptp.session_id;
usbh_mtp_ptp.c:1839USBH_PTP_GetObjectPropList()
ptp_container.SessionID = MTP_Handle->ptp.session_id;
usbh_mtp_ptp.c:1916USBH_PTP_SendObject()
ptp_container.SessionID = MTP_Handle->ptp.session_id;

Data Use