SD_Path is only used within CDC_Standalone.
 
Symbols
loading...
Files
loading...

SD_Path variable

Syntax

char SD_Path[4];

References

LocationReferrerText
explorer.c:26
char SD_Path[4];
explorer.c:46SD_StorageInit()
if (FATFS_LinkDriver(&SD_Driver, SD_Path) == 0)
explorer.c:48SD_StorageInit()
if ((f_mount(&SD_FatFs, (TCHAR const *)SD_Path, 0) != FR_OK))
explorer.c:81SD_StorageParse()
res = f_opendir(&dir, SD_Path);

Data Use

Functions reading SD_Path
SD_Path
all items filtered out