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.hal
mmc.h
Go to the documentation of this file.
1
30
#ifndef _MMC_H_
31
#define _MMC_H_
32
33
/* mmc.c */
34
MEMSPACE
int
wait_ready
(
UINT
wt );
35
MEMSPACE
DSTATUS
mmc_disk_initialize
(
void
);
36
MEMSPACE
DSTATUS
mmc_disk_status
(
void
);
37
MEMSPACE
DRESULT
mmc_disk_read
(
BYTE
*buff ,
DWORD
sector ,
UINT
count );
38
MEMSPACE
DRESULT
mmc_disk_write
(
const
BYTE
*buff ,
DWORD
sector ,
UINT
count );
39
MEMSPACE
DRESULT
mmc_disk_ioctl
(
BYTE
cmd ,
void
*buff );
40
void
mmc_disk_timerproc
(
void
);
41
#endif // _MMC_H_
DSTATUS
BYTE DSTATUS
Definition:
diskio.h:26
MEMSPACE
#define MEMSPACE
Definition:
user_config.h:17
DRESULT
DRESULT
Definition:
diskio.h:29
BYTE
unsigned char BYTE
Definition:
ff.h:54
mmc_disk_write
MEMSPACE DRESULT mmc_disk_write(const BYTE *buff, DWORD sector, UINT count)
mmc_disk_status
MEMSPACE DSTATUS mmc_disk_status(void)
Get Disk Status.
Definition:
mmc.c:411
mmc_disk_initialize
MEMSPACE DSTATUS mmc_disk_initialize(void)
Public Functions.
Definition:
mmc.c:334
UINT
unsigned int UINT
Definition:
ff.h:53
mmc_disk_read
MEMSPACE DRESULT mmc_disk_read(BYTE *buff, DWORD sector, UINT count)
Read Sector(s)
Definition:
mmc.c:424
mmc_disk_ioctl
MEMSPACE DRESULT mmc_disk_ioctl(BYTE cmd, void *buff)
wait_ready
MEMSPACE int wait_ready(UINT wt)
wait for card ready
Definition:
mmc.c:168
mmc_disk_timerproc
void mmc_disk_timerproc(void)
Write Sector(s)
Definition:
mmc.c:761
DWORD
unsigned long DWORD
Definition:
ff.h:56
Generated on Wed Apr 13 2022 21:56:48 for HP85 GPIB Disk Emulator by
1.8.17