_MTP_Process::info is only used within STM32_USB_Host_Library.
 
Symbols
loading...
Files
loading...

_MTP_Process::info field

Syntax

References

LocationReferrerText
usbh_mtp.h:116
usbh_mtp.c:421USBH_MTP_Process()
status = USBH_PTP_GetDeviceInfo(phost, &(MTP_Handle->info.devinfo));
usbh_mtp.c:451USBH_MTP_Process()
status = USBH_PTP_GetStorageIds(phost, &(MTP_Handle->info.storids));
usbh_mtp.c:456USBH_MTP_Process()
for (idx = 0U; idx < MTP_Handle->info.storids.n; idx ++)
usbh_mtp.c:477USBH_MTP_Process()
MTP_Handle->info.storids.Storage[MTP_Handle->current_storage_unit],
usbh_mtp.c:478USBH_MTP_Process()
&((MTP_Handle->info.storinfo)[MTP_Handle->current_storage_unit]));
usbh_mtp.c:483USBH_MTP_Process()
MTP_Handle->info.storinfo[MTP_Handle->current_storage_unit].StorageDescription,
usbh_mtp.c:484USBH_MTP_Process()
MTP_Handle->info.storinfo[MTP_Handle->current_storage_unit].VolumeLabel);
usbh_mtp.c:485USBH_MTP_Process()
if (++MTP_Handle->current_storage_unit >= MTP_Handle->info.storids.n)
usbh_mtp.c:490USBH_MTP_Process()
MTP_Handle->params.CurrentStorageId = MTP_Handle->info.storids.Storage[0];
usbh_mtp.c:493USBH_MTP_Process()
USBH_UsrLog("%s is default storage unit", MTP_Handle->info.storinfo[0].StorageDescription);
usbh_mtp.c:571USBH_MTP_GetNumStorage()
*storage_num = (uint8_t)MTP_Handle->info.storids.n;
usbh_mtp.c:589USBH_MTP_SelectStorage()
if ((storage_idx < MTP_Handle->info.storids.n) && (MTP_Handle->is_ready == 1U))
usbh_mtp.c:591USBH_MTP_SelectStorage()
MTP_Handle->params.CurrentStorageId = MTP_Handle->info.storids.Storage[storage_idx];
usbh_mtp.c:609USBH_MTP_GetStorageInfo()
if ((storage_idx < MTP_Handle->info.storids.n) && (MTP_Handle->is_ready == 1U))
usbh_mtp.c:611USBH_MTP_GetStorageInfo()
*info = MTP_Handle->info.storinfo[storage_idx];
usbh_mtp.c:632USBH_MTP_GetNumObjects()
if ((storage_idx < MTP_Handle->info.storids.n) && (MTP_Handle->is_ready == 1U))
usbh_mtp.c:635USBH_MTP_GetNumObjects()
MTP_Handle->info.storids.Storage[storage_idx],
usbh_mtp.c:666USBH_MTP_GetObjectHandles()
if ((storage_idx < MTP_Handle->info.storids.n) && (MTP_Handle->is_ready == 1U))
usbh_mtp.c:669USBH_MTP_GetObjectHandles()
MTP_Handle->info.storids.Storage[storage_idx],
usbh_mtp_ptp.c:516PTP_BufferFullCallback()
PTP_DecodeDeviceInfo(phost, &(MTP_Handle->info.devinfo));

Data Use

Type of _MTP_Process::info
_MTP_Process::info
all items filtered out