SDPath is only used within LCD_Paint.
 
Symbols
loading...
Files
loading...

SDPath variable

Syntax

char SDPath[4];

References

LocationReferrerText
main.c:37
char SDPath[4]; /* SD card logical drive path */
main.c:97main()
if(FATFS_LinkDriver(&SD_Driver, SDPath) != 0)
main.c:104main()
f_mkfs((TCHAR const*)SDPath, FM_ANY, 0, buffer, sizeof(buffer));
main.c:107main()
if(f_mount(&SDFatFs, (TCHAR const*)SDPath, 0) != FR_OK)

Data Use

Functions reading SDPath
SDPath
all items filtered out