HID Shared Memory: Difference between revisions
No edit summary |
|||
Line 304: | Line 304: | ||
|} | |} | ||
The size of this region is 0x78-bytes. Initially this contains 0xFF/0x00 bytes. The data stored under these entries is | The size of this region is 0x78-bytes. Initially this contains 0xFF/0x00 bytes. The data stored under these entries is for the DebugPad. [[I2C]] deviceid 12 is used for this. | ||
HID module first updates index0, then index1, and so on. When updating the array when the index is already 7, the index is reset to 0. | HID module first updates index0, then index1, and so on. When updating the array when the index is already 7, the index is reset to 0. |