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

SD_Path variable

Syntax

extern char SD_Path[4];
Implemented in audio_explorer.c:23

References

LocationReferrerText
audio_explorer.c:23
char SD_Path[4];
main.c:28
extern char SD_Path[4];
menu.c:25
extern char SD_Path[4]; /* SD logical drive path */
audio_explorer.c:46SD_StorageInit()
if (FATFS_LinkDriver(&SD_Driver, SD_Path) == 0)
audio_explorer.c:48SD_StorageInit()
if ((f_mount(&SD_FatFs, (TCHAR const *)SD_Path, 0) != FR_OK))
audio_explorer.c:81SD_StorageParse()
res = f_opendir(&dir, SD_Path);
menu.c:75DS_MenuProcess()

Data Use

Functions reading SD_Path
SD_Path