MTP_InfoTypedef::storids is only used within STM32_USB_Host_Library.
 
Symbols
loading...
Files
loading...

MTP_InfoTypedef::storids field

Syntax

References

LocationReferrerText
usbh_mtp.h:107
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: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: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: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],

Data Use

Type of MTP_InfoTypedef::storids
MTP_InfoTypedef::storids
all items filtered out