IRU:StartSendTransfer: Difference between revisions
Jump to navigation
Jump to search
Created page with "=Request= {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [0x00030042] |- | 1 | Data size |- | 2 | (Size<<8) <nowiki>|</nowiki> 10 |- | 3 | D..." |
Correct size shift and add note on allowed transfer sizes |
||
Line 12: | Line 12: | ||
|- | |- | ||
| 2 | | 2 | ||
| (Size<< | | (Size<<4) <nowiki>|</nowiki> 10 | ||
|- | |- | ||
| 3 | | 3 | ||
Line 31: | Line 31: | ||
|- | |- | ||
| 2 | | 2 | ||
| (Size<< | | (Size<<4) <nowiki>|</nowiki> 10 | ||
|- | |- | ||
| 3 | | 3 | ||
Line 38: | Line 38: | ||
=Description= | =Description= | ||
This starts an IR send transfer, this command is non-blocking. | This starts an IR send transfer, this command is non-blocking. The input size must be non-zero and <=0x800, otherwise error 0xE0E10FEC is returned. |
Latest revision as of 21:41, 11 August 2025
Request
Index Word | Description |
---|---|
0 | Header code [0x00030042] |
1 | Data size |
2 | (Size<<4) | 10 |
3 | Data Pointer |
Response
Index Word | Description |
---|---|
0 | Header code |
1 | Result code |
2 | (Size<<4) | 10 |
3 | Data Pointer |
Description
This starts an IR send transfer, this command is non-blocking. The input size must be non-zero and <=0x800, otherwise error 0xE0E10FEC is returned.