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

USBDISKPath variable

Syntax

char USBDISKPath[4];

References

LocationReferrerText
main.c:29
char USBDISKPath[4]; /* USB Host logical drive path */
main.c:95StartThread()
if(FATFS_LinkDriver(&USBH_Driver, USBDISKPath) == 0)
main.c:143MSC_Application()
if(f_mount(&USBDISKFatFs, (TCHAR const*)USBDISKPath, 0) != FR_OK)
main.c:210MSC_Application()
FATFS_UnLinkDriver(USBDISKPath);

Data Use

Functions reading USBDISKPath
USBDISKPath
all items filtered out