-
Notifications
You must be signed in to change notification settings - Fork 10
Events
Dorian Stoll edited this page Jan 7, 2020
·
4 revisions
Events describe messages that are either sent to the ME or received by it. They are represented as an unsigned 32-bit integer.
Depending on the event, the message will additionally contain more data, depending on whether the message is a command or a response.
The following IPTS events are currently known:
| Code | Event |
|---|---|
| 1 | GET_DEVICE_INFO |
| 2 | SET_MODE |
| 3 | SET_MEM_WINDOW |
| 4 | QUIESCE_IO |
| 5 | READY_FOR_DATA |
| 6 | FEEDBACK |
| 7 | CLEAR_MEM_WINDOW |
| 8 | NOTIFY_DEV_READY |