USBDISKPath is only used within FatFs_USBDisk.
 
Symbols
loading...
Files
loading...

USBDISKPath variable

Syntax

char USBDISKPath[4];

References

LocationReferrerText
main.c:28
char USBDISKPath[4]; /* USB Host logical drive path */
main.c:73main()
if(FATFS_LinkDriver(&USBH_Driver, USBDISKPath) == 0)
main.c:125MSC_Application()
if(f_mount(&USBDISKFatFs, (TCHAR const*)USBDISKPath, 0) != FR_OK)
main.c:192MSC_Application()
FATFS_UnLinkDriver(USBDISKPath);

Data Use

Functions reading USBDISKPath
USBDISKPath
all items filtered out