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
main.h
Go to the documentation of this file.
1
15
/* main.c */
16
void
uart_put
( uint8_t c );
17
char
uart_get
(
void
);
18
void
get_line
(
char
*buff ,
int
len );
19
void
help
(
void
);
20
void
time_test
(
void
);
21
void
task
(
void
);
uart_get
char uart_get(void)
Receive a character from UART 0.
Definition:
rs232.c:411
get_line
void get_line(char *buff, int len)
Get a line from UART 0 up to a maximum of len bytes.
Definition:
rs232.c:421
uart_put
void uart_put(uint8_t c)
task
void task(void)
time_test
void time_test(void)
help
void help(void)
======================================
Definition:
main.c:249
Generated on Wed Apr 13 2022 21:56:48 for HP85 GPIB Disk Emulator by
1.8.17