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

SDPath variable

Syntax

char SDPath[4];

References

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

Data Use

Functions reading SDPath
SDPath
all items filtered out