DSP:WriteProcessPipe: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
mNo edit summary |
||
| Line 36: | Line 36: | ||
=Usage Notes= | =Usage Notes= | ||
One should call [[DSP:SetSemaphore]] with an argument of `0x4000`, then wait on the related [[ | One should call [[DSP:SetSemaphore]] with an argument of `0x4000`, then wait on the related [[DSP:RegisterInterruptEvents|interrupt event]]. | ||
Revision as of 22:42, 7 March 2016
Request
| Index Word | Description |
|---|---|
| 0 | Header code [0x000D0082] |
| 1 | Channel |
| 2 | Size |
| 3 | (Size << 14) | 0x402 |
| 4 | Buffer |
Response
| Index Word | Description |
|---|---|
| 0 | Header code |
| 1 | Result code |
Usage Notes
One should call DSP:SetSemaphore with an argument of `0x4000`, then wait on the related interrupt event.