Services: Difference between revisions
m Add missing category |
|||
(4 intermediate revisions by 3 users not shown) | |||
Line 114: | Line 114: | ||
| 0x104 | | 0x104 | ||
| PTM | | PTM | ||
| | | HID | ||
| This indicates that the system is entering sleep mode. (Kernel state is modified by PTM before publishing this) | | This indicates that the system is entering sleep mode. (Kernel state is modified by PTM before publishing this) | ||
|- | |- | ||
Line 220: | Line 220: | ||
| MCU | | MCU | ||
| PTM | | PTM | ||
| Published on a | | Published on a fatal hardware condition, when the MCU WDT triggers, ptm throws fatal error F960D407 in receipt of this | ||
|- | |- | ||
| 0x20D | | 0x20D | ||
Line 235: | Line 235: | ||
| MCU | | MCU | ||
| | | | ||
| Published by the mcu module when (bitmask & 0x8000) is true. This bitmask is obtained by reading i2c register 0x10. | | Published by the mcu module when (bitmask & 0x8000) is true (started charging). This bitmask is obtained by reading i2c register 0x10. | ||
|- | |- | ||
| 0x210 | | 0x210 | ||
| MCU | | MCU | ||
| | | | ||
| Published by the mcu module when (bitmask & 0x4000) is true. This bitmask is obtained by reading i2c register 0x10. | | Published by the mcu module when (bitmask & 0x4000) is true (stopped charging). This bitmask is obtained by reading i2c register 0x10. | ||
|- | |- | ||
| 0x211 | | 0x211 | ||
Line 253: | Line 253: | ||
|- | |- | ||
| 0x213 | | 0x213 | ||
| | | NS | ||
| CODEC, HID, GSP, CAMERA, MIC, NDM, QTM, PTM | | CODEC, HID, GSP, CAMERA, MIC, NDM, QTM, PTM | ||
| Shell opened. | | Shell opened. | ||
|- | |- | ||
| 0x214 | | 0x214 | ||
| | | NS | ||
| CODEC, HID, GSP, CAMERA, MIC, NDM, QTM, PTM. | | CODEC, HID, GSP, CAMERA, MIC, NDM, QTM, PTM. | ||
| Shell closed. | | Shell closed. | ||
Line 275: | Line 275: | ||
| NWM | | NWM | ||
| NDM, SOCKET, FRIENDS, AC | | NDM, SOCKET, FRIENDS, AC | ||
| | | WiFi is turning off, triggered by using the WiFi switch on O3DS models and the toggle in the N3DS HOME menu (maybe disconnecting from any connected networks?) | ||
|- | |- | ||
| 0x303 | | 0x303 | ||
| | | NWM | ||
| CECD, NDM | | CECD, NDM | ||
| | | WiFi has turned off. (fires shortly after 0x302) | ||
|- | |- | ||
| 0x304 | | 0x304 | ||
| | | NWM | ||
| CECD, NDM, SOCKET | | CECD, NDM, SOCKET | ||
| | | WiFi was turned on. | ||
|} | |} | ||
[[Category:Services]] |