PTP_StorageIDsTypedef::n is only used within STM32_USB_Host_Library.
 
Symbols
loading...
Files
loading...

PTP_StorageIDsTypedef::n field

Syntax

uint32_t n;

References

LocationReferrerText
usbh_mtp_ptp.h:382
uint32_t n;
usbh_mtp.c:456USBH_MTP_Process()
for (idx = 0U; idx < MTP_Handle->info.storids.n; idx ++)
usbh_mtp.c:485USBH_MTP_Process()
if (++MTP_Handle->current_storage_unit >= MTP_Handle->info.storids.n)
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: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:666USBH_MTP_GetObjectHandles()
if ((storage_idx < MTP_Handle->info.storids.n) && (MTP_Handle->is_ready == 1U))
usbh_mtp_ptp.c:623PTP_GetStorageIDs()
stor_ids->n = PTP_GetArray32(stor_ids->Storage, data, 0U);

Data Use

Functions writing PTP_StorageIDsTypedef::n
Functions reading PTP_StorageIDsTypedef::n
all items filtered out
PTP_StorageIDsTypedef::n
Type of PTP_StorageIDsTypedef::n
PTP_StorageIDsTypedef::n
uint32_t
all items filtered out