USBKey_Path is only used within Audio_playback_and_record.
 
Symbols
loading...
Files
loading...

USBKey_Path variable

Syntax

char USBKey_Path[4] = "0:/";

References

LocationReferrerText
explorer.c:23
char USBKey_Path[4] = "0:/";
explorer.c:41AUDIO_StorageInit()
if(( f_mount(&USBH_FatFs, (TCHAR const*)USBKey_Path, 0) != FR_OK))
explorer.c:67AUDIO_StorageParse()
res = f_opendir(&dir, USBKey_Path);

Data Use

Functions reading USBKey_Path
USBKey_Path