HP85 GPIB Disk Emulator  1.0
HP85GPIBDiskEmulator
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
fatfs.h
Go to the documentation of this file.
1 #ifndef _FATFS_H_
2 #define _FATFS_H_
3 
4 #include "time.h"
5 #include "timer.h"
6 
7 // FATFS
8 #ifdef AVR
9 #ifndef MMC_SLOW
10 #define MMC_SLOW (500000UL)
11 #endif
12 #ifndef MMC_FAST
13 #define MMC_FAST (2500000UL)
14 #endif
15 #endif
16 
17 #ifdef ESP8266
18 #ifndef MMC_SLOW
19 #define MMC_SLOW (F_CPU/500000UL)
20 #endif
21 #ifndef MMC_FAST
22 #define MMC_FAST (F_CPU/2000000UL)
23 #endif
24 #endif
25 
26 #include "ffconf.h"
27 #include "ff.h"
28 #include "diskio.h"
29 #include "fatfs_sup.h"
30 #include "mmc_hal.h"
31 #include "mmc.h"
32 
33 // FATFS user tests and user interface
34 #include "fatfs_tests.h"
35 #endif
mmc_hal.h
fatfs_sup.h
timer.h
timer functions
time.h
Common Linux/POSIX time functions.
ffconf.h
diskio.h
ff.h
mmc.h
fatfs_tests.h