RAMDISKPath is only used within FatFs_RAMDisk_RTOS.
 
Symbols
loading...
Files
loading...

RAMDISKPath variable

Syntax

char RAMDISKPath[4];

References

LocationReferrerText
main.c:29
char RAMDISKPath[4]; /* RAM disk logical drive path */
main.c:85StartThread()
if(FATFS_LinkDriver(&SDRAMDISK_Driver, RAMDISKPath) == 0)
main.c:88StartThread()
if(f_mount(&RAMDISKFatFs, (TCHAR const*)RAMDISKPath, 0) != FR_OK)
main.c:96StartThread()
if(f_mkfs((TCHAR const*)RAMDISKPath, FM_ANY, 0, buffer, sizeof(buffer)) != FR_OK)
main.c:165StartThread()
FATFS_UnLinkDriver(RAMDISKPath);

Data Use

Functions reading RAMDISKPath
RAMDISKPath
all items filtered out