USBDISK_Drive is only used within STemWin.
 
Symbols
loading...
Files
loading...

USBDISK_Drive variable

Syntax

extern char USBDISK_Drive[];
Implemented in k_storage.c:48

References

LocationReferrerText
k_storage.c:48
char USBDISK_Drive[4]; /* USB Host logical drive number */
filebrowser_win.c:65
extern char USBDISK_Drive[];
filebrowser_win.c:557ExploreDisks()
ShowNodeContent(hTree, hUSBItem, USBDISK_Drive, pFileList);
k_storage.c:72k_StorageInit()
FATFS_LinkDriver(&USBH_Driver, USBDISK_Drive);
k_storage.c:122StorageThread()
f_mount(&USBDISK_FatFs,USBDISK_Drive, 0);
k_storage.c:127StorageThread()
f_mount(0, USBDISK_Drive, 0);

Data Use

Functions reading USBDISK_Drive
USBDISK_Drive