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

USBH_FatFs variable

Syntax

extern FATFS USBH_FatFs;
Implemented in main.c:26

References

LocationReferrerText
main.c:26
FATFS USBH_FatFs; /* FatFS object for the USB Host logical drive */
explorer.c:22
extern FATFS USBH_FatFs;
explorer.c:41AUDIO_StorageInit()
if(( f_mount(&USBH_FatFs, (TCHAR const*)USBKey_Path, 0) != FR_OK))
main.c:197USBH_UserProcess()
if(f_mount(&USBH_FatFs, "", 0) != FR_OK)

Type Use

Type of USBH_FatFs
USBH_FatFs
all items filtered out