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
hardware
mkdef.c
Go to the documentation of this file.
1
2
#include <stdio.h>
3
#include <stdlib.h>
4
5
int
main
(
int
argc,
char
*argv[])
6
{
7
8
#if 0
9
#define PINA _SFR_IO8(0x00)
10
#define DDRA _SFR_IO8(0x01)
11
#define PORTA _SFR_IO8(0x02)
12
#endif
13
14
int
p,pin;
15
for
(p=
'A'
;p<
'H'
;++p)
16
{
17
for
(pin=0;pin<8;++pin)
18
{
19
printf
(
"#define GPIO_%c%d %d\n"
, p,pin, (p-
'A'
)*8 + pin );
20
}
21
printf
(
"\n"
);
22
}
23
printf
(
"\n"
);
24
25
}
printf
MEMSPACE int printf(const char *format,...)
main
int main(int argc, char *argv[])
Definition:
mkdef.c:5
Generated on Wed Apr 13 2022 21:56:48 for HP85 GPIB Disk Emulator by
1.8.17