![Aim AMC429 Скачать руководство пользователя страница 69](http://html1.mh-extra.com/html/aim/amc429/amc429_reference-manual_2871731069.webp)
Software Library Reference Manual for VME 429
59
Section 3 - System Functions
3.14 Api429CmdReset
P
P
r
r
o
o
t
t
o
o
t
t
y
y
p
p
e
e
:
:
AiUInt8 Api429CmdReset( AiUInt8 b_Module, TY_API429_RESET_CMD *px_Cmd,
TY_API429_RESET_ACK *px_Ackn );
D
D
r
r
i
i
v
v
e
e
r
r
C
C
o
o
m
m
m
m
a
a
n
n
d
d
:
:
API429_RESET (0x31)
P
P
u
u
r
r
p
p
o
o
s
s
e
e
:
:
This command initializes the API429 Hardware and the Driver Software data
structures and variables to an initial state. The RESET command reports the
physical channel configuration of the API429 board to the user. This command
must be applied before using the commands described in the following sections.
Note:
The default value for the Channel Sorting Mode and Individual Label Counter
Control will be 0, e.g. the modes Sorting-by-Label-Number-Only and No-
Individual-Label-Counter are enabled.
I
I
n
n
p
p
u
u
t
t
T
T
Y
Y
_
_
A
A
P
P
I
I
4
4
2
2
9
9
_
_
R
R
E
E
S
S
E
E
T
T
_
_
C
C
M
M
D
D
*
*
p
p
x
x
_
_
C
C
m
m
d
d
Pointer to the reset command structure (api429.h)
typedef struct
{
AiUInt8 res_ctl;
AiUInt8 glob_speed_mod;
AiUInt8 low_speed_sel;
AiUInt8 tx_clock_sel;
AiUInt32 sm;
AiUInt32 lcen;
AiUInt32 mbuf_size;
AiUInt32 chn_cfg;
} TY_API429_RESET_CMD;
'
'
A
A
i
i
U
U
I
I
n
n
t
t
8
8
r
r
e
e
s
s
_
_
c
c
t
t
l
l
'Reset Control
Value Description
0
Complete Reset with default channel usage according to
physical channel configuration (Applicable TX channels are
internally prepared for usage as High Speed channels and
applicable RX channels are also prepared for High Speed
usage)
1
for future expansion
With the variables “glob_speed_mod” and “low_speed_sel” there is a wide variety to modify
the ARINC429 speed. The selection for these values are valid for all channels of the board.
The selection of high- or low-speed has to be done for each channel (see function
Api429CmdTmrIntCon). The exact selectable values for the speed are shown in the
following table.
Содержание AMC429
Страница 2: ......
Страница 6: ...iv THIS PAGE IS INTENTIONALLY LEFT BLANK...
Страница 18: ...8 Software Library Reference Manual for VME 429 Section 1 Introduction THIS PAGE IS INTENTIONALLY LEFT BLANK...
Страница 130: ...120 Software Library Reference Manual for VME 429 Section 5 Transmitter Functions THIS PAGE IS INTENTIONALLY LEFT BLANK...
Страница 150: ...140 Software Library Reference Manual for VME 429 Section 6 Receiver Functions THIS PAGE IS INTENTIONALLY LEFT BLANK...
Страница 216: ...206 Software Library Reference Manual for VME 429 Section 11 Notes THIS PAGE IS INTENTIONALLY LEFT BLANK...