HP85 GPIB Disk Emulator
1.0
HP85GPIBDiskEmulator
Main Page
Related Pages
Data Structures
Data Structures
Data Structure Index
Data Fields
All
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
y
z
Variables
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
y
z
Files
File List
Globals
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Functions
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Variables
_
a
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
Typedefs
b
c
d
f
g
i
l
m
n
o
p
r
s
t
u
w
Enumerations
Enumerator
a
c
e
f
g
i
n
p
r
s
t
Macros
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
w
x
•
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
fatfs.sup
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
Generated on Wed Apr 13 2022 21:56:48 for HP85 GPIB Disk Emulator by
1.8.17