Difference between revisions of "Eth8x8 Control Interface"
From eMDeeWiki
Jump to navigationJump to search (Created page with '==Mixer Control Packet 8 input x 8 output== <ul> <li>Each element of the Mixer Control Packet is a 16 bit integer</li> <li>The first 16 bit word of the packet represents the uniq…') |
m (moved Eth8x8 to Eth8x8 Control/Status Interface) |
(No difference)
|
Revision as of 15:36, 28 February 2019
Mixer Control Packet 8 input x 8 output
- Each element of the Mixer Control Packet is a 16 bit integer
- The first 16 bit word of the packet represents the unique identifier and must be equal to 0x808
- All elements of the packet shall be in network byte order
Byte Offset | Element |
---|---|
0 | 0x808 |
2 | In 1 to Out 1 |
4 | In 1 to Out 2 |
6 | In 1 to Out 3 |
8 | In 1 to Out 4 |
10 | In 1 to Out 5 |
12 | In 1 to Out 6 |
14 | In 1 to Out 7 |
16 | In 1 to Out 8 |
18 - 32 | In 2 to Out 1 ... In 2 to Out 8 |
34 - 48 | In 3 to Out 1 ... In 3 to Out 8 |
50 - 64 | In 4 to Out 1 ... In 4 to Out 8 |
66 - 80 | In 5 to Out 1 ... In 5 to Out 8 |
82 - 96 | In 6 to Out 1 ... In 6 to Out 8 |
98 - 112 | In 7 to Out 1 ... In 7 to Out 8 |
114 - 128 | In 8 to Out 1 ... In 8 to Out 8 |