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

_MTP_Process::current_storage_unit field

Syntax

uint32_t current_storage_unit;

References

LocationReferrerText
usbh_mtp.h:133
uint32_t current_storage_unit;
usbh_mtp.c:461USBH_MTP_Process()
MTP_Handle->current_storage_unit = 0U;
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:482USBH_MTP_Process()
USBH_UsrLog("Volume#%lu: %s [%s]", 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:489USBH_MTP_Process()
MTP_Handle->current_storage_unit = 0U;

Data Use

Functions writing _MTP_Process::current_storage_unit
Functions reading _MTP_Process::current_storage_unit
all items filtered out
_MTP_Process::current_storage_unit
all items filtered out
Type of _MTP_Process::current_storage_unit
_MTP_Process::current_storage_unit
uint32_t
all items filtered out