MIL-STD-1553 Reference Manual
Chapter 3 – System Functions
Output
T
T
Y
Y
_
_
A
A
P
P
I
I
_
_
R
R
E
E
S
S
E
E
T
T
_
_
I
I
N
N
F
F
O
O
*
*
p
p
r
r
e
e
s
s
Reset information
typedef struct ty_api_reset_info
{
AiUInt8 mbufs;
AiUInt8 sbufs;
AiUInt32 mon_addr;
AiUInt32 sim_addr;
} TY_API_RESET_INFO;
A
A
i
i
U
U
I
I
n
n
t
t
8
8
m
m
b
b
u
u
f
f
s
s
Allocated bus monitor buffer size (in 64kBytes steps)
A
A
i
i
U
U
I
I
n
n
t
t
8
8
s
s
b
b
u
u
f
f
s
s
Allocated simulator buffer size (in 64kBytes steps)
A
A
i
i
U
U
I
I
n
n
t
t
3
3
2
2
m
m
o
o
n
n
_
_
a
a
d
d
d
d
r
r
26-bit global memory pointer (byte address) to bus monitor buffer start address
A
A
i
i
U
U
I
I
n
n
t
t
3
3
2
2
s
s
i
i
m
m
_
_
a
a
d
d
d
d
r
r
26-bit global memory pointer (byte address) to bus simulator buffer start address
Return Value
All API functions return API_OK if no error occurred. If the return value is not equal
to API_OK the function ApiGetErrorDescription can be used to obtain an error
description.