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:90main()
if(FATFS_LinkDriver(&SD_Driver, SDPath) == 0)
main.c:165FS_FileOperations()
if(f_mount(&SDFatFs, (TCHAR const*)SDPath, 0) == FR_OK)
main.c:170FS_FileOperations()
if(f_mkfs(SDPath, FM_ANY, 0, workBuffer, sizeof(workBuffer)) != FR_OK)

Data Use

Functions reading SDPath
SDPath
all items filtered out