Changes

no edit summary
Line 13: Line 13:  
|-
 
|-
 
| 21 || [[#ActivateMouse]]
 
| 21 || [[#ActivateMouse]]
 +
|-
 +
| 26 || [16.0.0+] ActivateDebugMouse
 
|-
 
|-
 
| 31 || [[#ActivateKeyboard]]
 
| 31 || [[#ActivateKeyboard]]
Line 80: Line 82:  
| 83 || [6.0.0+] [[#IsFirmwareUpdateAvailableForSixAxisSensor]]
 
| 83 || [6.0.0+] [[#IsFirmwareUpdateAvailableForSixAxisSensor]]
 
|-
 
|-
| 84 || [13.0.0+] EnableSixAxisSensorUnalteredPassthrough
+
| 84 || [13.0.0+] [[#EnableSixAxisSensorUnalteredPassthrough]]
 
|-
 
|-
| 85 || [13.0.0+] IsSixAxisSensorUnalteredPassthroughEnabled
+
| 85 || [13.0.0+] [[#IsSixAxisSensorUnalteredPassthroughEnabled]]
 
|-
 
|-
| 86 || [13.0.0+] StoreSixAxisSensorCalibrationParameter
+
| 86 || [13.0.0+] [[#StoreSixAxisSensorCalibrationParameter]]
 
|-
 
|-
| 87 || [13.0.0+] LoadSixAxisSensorCalibrationParameter
+
| 87 || [13.0.0+] [[#LoadSixAxisSensorCalibrationParameter]]
 
|-
 
|-
| 88 || [13.0.0+] GetSixAxisSensorIcInformation
+
| 88 || [13.0.0+] [[#GetSixAxisSensorIcInformation]]
 
|-
 
|-
| 89 || [13.0.0+] ResetIsSixAxisSensorDeviceNewlyAssigned
+
| 89 || [13.0.0+] [[#ResetIsSixAxisSensorDeviceNewlyAssigned]]
 
|-
 
|-
 
| 91 || [[#ActivateGesture]]
 
| 91 || [[#ActivateGesture]]
 +
|-
 +
| 92 || [18.0.0+] SetGestureOutputRanges
 
|-
 
|-
 
| 100 || [[#SetSupportedNpadStyleSet]]
 
| 100 || [[#SetSupportedNpadStyleSet]]
Line 171: Line 175:  
|-
 
|-
 
| 212 || [11.0.0+] [[#SendVibrationValueInBool]]
 
| 212 || [11.0.0+] [[#SendVibrationValueInBool]]
 +
|-
 +
| 213 || [17.0.0+] SendVibrationValueInMode
 +
|-
 +
| 214 || [17.0.0+] SendVibrationValuesInMode
 
|-
 
|-
 
| 300 || [3.0.0+] [[#ActivateConsoleSixAxisSensor]]
 
| 300 || [3.0.0+] [[#ActivateConsoleSixAxisSensor]]
Line 193: Line 201:  
|-
 
|-
 
| 310 || [6.0.0+] [[#ResetSevenSixAxisSensorTimestamp]]
 
| 310 || [6.0.0+] [[#ResetSevenSixAxisSensorTimestamp]]
 +
|-
 +
| 311 || [17.0.0+] ForceActivateConsoleSixAxisSensor
 +
|-
 +
| 312 || [17.0.0+] ForceDeactivateConsoleSixAxisSensor
 
|-
 
|-
 
| 400 || [3.0.0+] [[#IsUsbFullKeyControllerEnabled]]
 
| 400 || [3.0.0+] [[#IsUsbFullKeyControllerEnabled]]
Line 279: Line 291:  
|-
 
|-
 
| 1003 || [9.0.0+] [[#IsFirmwareUpdateNeededForNotification]]
 
| 1003 || [9.0.0+] [[#IsFirmwareUpdateNeededForNotification]]
 +
|-
 +
| 1004 || [17.0.0+] SetTouchScreenResolution
 
|-
 
|-
 
| 2000 || [10.0.0+] [[#ActivateDigitizer]]
 
| 2000 || [10.0.0+] [[#ActivateDigitizer]]
 +
|-
 +
| 3000 || [15.0.0+] GetDebugPadGenericPadMap
 +
|-
 +
| 3001 || [15.0.0+] SetDebugPadGenericPadMap
 +
|-
 +
| 3002 || [15.0.0+] ResetDebugPadGenericPadMap
 +
|-
 +
| 3003 || [15.0.0+] GetDebugPadKeyboardMap
 +
|-
 +
| 3004 || [15.0.0+] SetDebugPadKeyboardMap
 +
|-
 +
| 3005 || [15.0.0+] ResetDebugPadKeyboardMap
 +
|-
 +
| 3006 || [15.0.0+] GetFullKeyGenericPadMap
 +
|-
 +
| 3007 || [15.0.0+] SetFullKeyGenericPadMap
 +
|-
 +
| 3008 || [15.0.0+] ResetFullKeyGenericPadMap
 +
|-
 +
| 3009 || [15.0.0+] GetFullKeyKeyboardMap
 +
|-
 +
| 3010 || [15.0.0+] SetFullKeyKeyboardMap
 +
|-
 +
| 3011 || [15.0.0+] ResetFullKeyKeyboardMap
 
|}
 
|}
   Line 441: Line 479:  
== IsFirmwareUpdateAvailableForSixAxisSensor ==
 
== IsFirmwareUpdateAvailableForSixAxisSensor ==
 
Takes a PID, a [[#SixAxisSensorHandle]], and an [[AM_services|AppletResourceUserId]], returns an output bool.
 
Takes a PID, a [[#SixAxisSensorHandle]], and an [[AM_services|AppletResourceUserId]], returns an output bool.
 +
 +
== EnableSixAxisSensorUnalteredPassthrough ==
 +
Takes a PID, a [[#SixAxisSensorHandle]], a bool, and an [[AM_services|AppletResourceUserId]], no output.
 +
 +
== IsSixAxisSensorUnalteredPassthroughEnabled ==
 +
Takes a PID, a [[#SixAxisSensorHandle]], and an [[AM_services|AppletResourceUserId]], returns an output bool.
 +
 +
== StoreSixAxisSensorCalibrationParameter ==
 +
Takes a PID, a [[#SixAxisSensorHandle]], a SixAxisSensorCalibrationParameter, and an [[AM_services|AppletResourceUserId]], no output.
 +
 +
== LoadSixAxisSensorCalibrationParameter ==
 +
Takes a PID, a [[#SixAxisSensorHandle]], and an [[AM_services|AppletResourceUserId]], returns a SixAxisSensorCalibrationParameter.
 +
 +
== GetSixAxisSensorIcInformation ==
 +
Takes a PID, a [[#SixAxisSensorHandle]], and an [[AM_services|AppletResourceUserId]], returns a SixAxisSensorIcInformation.
 +
 +
== ResetIsSixAxisSensorDeviceNewlyAssigned ==
 +
Takes a PID, a [[#SixAxisSensorHandle]], and an [[AM_services|AppletResourceUserId]], no output.
    
== ActivateGesture ==
 
== ActivateGesture ==
Line 489: Line 545:  
* 0x2: [6.0.0+]
 
* 0x2: [6.0.0+]
 
* 0x3: [8.0.0+]
 
* 0x3: [8.0.0+]
 +
* 0x5: [18.0.0+]
    
== SetNpadJoyHoldType ==
 
== SetNpadJoyHoldType ==
Line 499: Line 556:     
== SetNpadJoyAssignmentModeSingleByDefault ==
 
== SetNpadJoyAssignmentModeSingleByDefault ==
Takes a PID-descriptor, an u32, and an [[AM_services|AppletResourceUserId]]. No output.
+
Takes a PID-descriptor, an u32 [[#NpadIdType]], and an [[AM_services|AppletResourceUserId]]. No output.
    
This eventually calls the same func as [[#SetNpadJoyAssignmentModeSingle]], except with [[#NpadJoyDeviceType]]=0.
 
This eventually calls the same func as [[#SetNpadJoyAssignmentModeSingle]], except with [[#NpadJoyDeviceType]]=0.
    
== SetNpadJoyAssignmentModeSingle ==
 
== SetNpadJoyAssignmentModeSingle ==
Takes a PID-descriptor, an u32, [[AM_services|AppletResourceUserId]], and s64 [[#NpadJoyDeviceType]]. No output.
+
Takes a PID-descriptor, an u32 [[#NpadIdType]], [[AM_services|AppletResourceUserId]], and s64 [[#NpadJoyDeviceType]]. No output.
    
This eventually runs the same code as [[#SetNpadJoyAssignmentModeSingleWithDestination]], except the output fields aren't exposed.
 
This eventually runs the same code as [[#SetNpadJoyAssignmentModeSingleWithDestination]], except the output fields aren't exposed.
    
== SetNpadJoyAssignmentModeDual ==
 
== SetNpadJoyAssignmentModeDual ==
Takes a PID-descriptor, an u32, and an [[AM_services|AppletResourceUserId]]. No output.
+
Takes a PID-descriptor, an u32 [[#NpadIdType]], and an [[AM_services|AppletResourceUserId]]. No output.
    
== MergeSingleJoyAsDualJoy ==
 
== MergeSingleJoyAsDualJoy ==
Takes a PID-descriptor, two u32s, and an [[AM_services|AppletResourceUserId]]. No output.
+
Takes a PID-descriptor, two u32 [[#NpadIdType]], and an [[AM_services|AppletResourceUserId]]. No output.
    
== StartLrAssignmentMode ==
 
== StartLrAssignmentMode ==
Line 671: Line 728:  
| 0x8 || 0x8 || Second timestamp (in samples).
 
| 0x8 || 0x8 || Second timestamp (in samples).
 
|-
 
|-
| 0x10 || 0x8 || ?
+
| 0x10 || 0x8 || ? (Increased every sleep cicle)
 +
|-
 +
| 0x18 || 0x4 || float AccelerationX
 +
|-
 +
| 0x1C || 0x4 || float AccelerationY
 +
|-
 +
| 0x20 || 0x4 || float AccelerationZ
 +
|-
 +
| 0x24 || 0x4 || float AngularVelocityX
 +
|-
 +
| 0x28 || 0x4 || float AngularVelocityY
 +
|-
 +
| 0x2C || 0x4 || float AngularVelocityZ
 +
|-
 +
| 0x30 || 0x4 || float QuaternionX
 +
|-
 +
| 0x34 || 0x4 || float QuaternionY
 +
|-
 +
| 0x38 || 0x4 || float QuaternionZ
 
|-
 
|-
| 0x18 || 0x28 || float data
+
| 0x3C || 0x4 || float QuaternionW
 
|}
 
|}
   Line 963: Line 1,038:  
|-
 
|-
 
| 17 || [13.0.0+] IsTouchScreenManaged
 
| 17 || [13.0.0+] IsTouchScreenManaged
 +
|-
 +
| 18 || [18.0.0+] SetTouchScreenAutoPilotStateWithAruid
 
|-
 
|-
 
| 20 || [[#DeactivateMouse]]
 
| 20 || [[#DeactivateMouse]]
Line 969: Line 1,046:  
|-
 
|-
 
| 22 || [[#UnsetMouseAutoPilotState]]
 
| 22 || [[#UnsetMouseAutoPilotState]]
 +
|-
 +
| 25 || [16.0.0+] SetDebugMouseAutoPilotState
 +
|-
 +
| 26 || [16.0.0+] UnsetDebugMouseAutoPilotState
 
|-
 
|-
 
| 30 || [[#DeactivateKeyboard]]
 
| 30 || [[#DeactivateKeyboard]]
Line 1,019: Line 1,100:  
|-
 
|-
 
| 136 || [3.0.0+] GetShiftGyroscopeCalibrationValue
 
| 136 || [3.0.0+] GetShiftGyroscopeCalibrationValue
 +
|-
 +
| 137 || [15.0.0+] SetSixAxisSensorMode
 
|-
 
|-
 
| 140 || [3.0.0+] DeactivateConsoleSixAxisSensor
 
| 140 || [3.0.0+] DeactivateConsoleSixAxisSensor
Line 1,071: Line 1,154:  
|-
 
|-
 
| 216 || [6.0.0+] SetAllKuinaDevicesToFirmwareUpdateMode
 
| 216 || [6.0.0+] SetAllKuinaDevicesToFirmwareUpdateMode
 +
|-
 +
| 217 || [17.0.0+] StartFirmwareUpdateFromImageSet
 
|-
 
|-
 
| 221 || [3.0.0+] [[#UpdateControllerColor]]
 
| 221 || [3.0.0+] [[#UpdateControllerColor]]
Line 1,165: Line 1,250:  
|-
 
|-
 
| 350 || [5.0.0+] [[#AddRegisteredDevice]]
 
| 350 || [5.0.0+] [[#AddRegisteredDevice]]
 +
|-
 +
| 351 || [17.0.0+] GetRegisteredDevicesCountDebug
 +
|-
 +
| 352 || [17.0.0+] DeleteRegisteredDevicesDebug
 
|-
 
|-
 
| 400 || [6.0.0+] DisableExternalMcuOnNxDevice
 
| 400 || [6.0.0+] DisableExternalMcuOnNxDevice
Line 1,187: Line 1,276:  
|-
 
|-
 
| 600 || [10.0.0+] ConvertPadState
 
| 600 || [10.0.0+] ConvertPadState
 +
|-
 +
| 601 || [18.0.0+] [[#IsButtonConfigSupported]]
 +
|-
 +
| 602 || [18.0.0+] [[#IsButtonConfigEmbeddedSupported]]
 +
|-
 +
| 603 || [18.0.0+] [[#DeleteButtonConfig]]
 +
|-
 +
| 604 || [18.0.0+] [[#DeleteButtonConfigEmbedded]]
 +
|-
 +
| 605 || [18.0.0+] [[#SetButtonConfigEnabled]]
 +
|-
 +
| 606 || [18.0.0+] [[#SetButtonConfigEmbeddedEnabled]]
 +
|-
 +
| 607 || [18.0.0+] [[#IsButtonConfigEnabled]]
 +
|-
 +
| 608 || [18.0.0+] [[#IsButtonConfigEmbeddedEnabled]]
 +
|-
 +
| 609 || [18.0.0+] [[#SetButtonConfigEmbedded]]
 +
|-
 +
| 610 || [18.0.0+] [[#SetButtonConfigFull]]
 +
|-
 +
| 611 || [18.0.0+] [[#SetButtonConfigLeft]]
 +
|-
 +
| 612 || [18.0.0+] [[#SetButtonConfigRight]]
 +
|-
 +
| 613 || [18.0.0+] [[#GetButtonConfigEmbedded]]
 +
|-
 +
| 614 || [18.0.0+] [[#GetButtonConfigFull]]
 +
|-
 +
| 615 || [18.0.0+] [[#GetButtonConfigLeft]]
 +
|-
 +
| 616 || [18.0.0+] [[#GetButtonConfigRight]]
 
|-
 
|-
 
| 650 || [12.0.0+] AddButtonPlayData
 
| 650 || [12.0.0+] AddButtonPlayData
Line 1,199: Line 1,320:  
|-
 
|-
 
| 2002 || [10.0.0+] UnsetDigitizerAutoPilotState
 
| 2002 || [10.0.0+] UnsetDigitizerAutoPilotState
 +
|-
 +
| 3000 || [16.0.0+] ReloadFirmwareDebugSettings
 
|}
 
|}
   Line 1,290: Line 1,413:     
[9.0.0+] Now takes a total of 8-bytes of input, returns a total of 0x18-bytes of output.
 
[9.0.0+] Now takes a total of 8-bytes of input, returns a total of 0x18-bytes of output.
 +
 +
[18.0.0+] Now takes a total of 8-bytes of input, returns a total of 0x20-bytes of output.
    
== GetSixAxisSensorDriverStates ==
 
== GetSixAxisSensorDriverStates ==
Line 1,425: Line 1,550:  
|-
 
|-
 
| 31 || [[#SendKeyboardLockKeyEvent_2|SendKeyboardLockKeyEvent]]
 
| 31 || [[#SendKeyboardLockKeyEvent_2|SendKeyboardLockKeyEvent]]
 +
|-
 +
| 32 || [15.0.0+] SetSystemKeyboardState
 +
|-
 +
| 33 || [15.0.0+] UnsetSystemKeyboardState
 
|-
 
|-
 
| 101 || [[#AcquireHomeButtonEventHandle]]
 
| 101 || [[#AcquireHomeButtonEventHandle]]
Line 1,607: Line 1,736:  
|-
 
|-
 
| 812 || [8.0.0+] GetConsoleUniqueSixAxisSensorHandle
 
| 812 || [8.0.0+] GetConsoleUniqueSixAxisSensorHandle
 +
|-
 +
| 813 || [18.0.0+] GetDeviceType
 
|-
 
|-
 
| 821 || StartAnalogStickManualCalibration
 
| 821 || StartAnalogStickManualCalibration
Line 1,680: Line 1,811:  
| 1120 || [6.0.0+] SetFirmwareHotfixUpdateSkipEnabled
 
| 1120 || [6.0.0+] SetFirmwareHotfixUpdateSkipEnabled
 
|-
 
|-
| 1130 || [6.0.0+] InitializeUsbFirmwareUpdate
+
| 1130 || [6.0.0-15.0.1] InitializeUsbFirmwareUpdate
 
|-
 
|-
 
| 1131 || [6.0.0+] FinalizeUsbFirmwareUpdate
 
| 1131 || [6.0.0+] FinalizeUsbFirmwareUpdate
Line 1,689: Line 1,820:  
|-
 
|-
 
| 1134 || [6.0.0+] GetUsbFirmwareUpdateState
 
| 1134 || [6.0.0+] GetUsbFirmwareUpdateState
 +
|-
 +
| 1135 || [15.0.0+] InitializeUsbFirmwareUpdateWithoutMemory
 
|-
 
|-
 
| 1150 || [8.0.0+] SetTouchScreenMagnification
 
| 1150 || [8.0.0+] SetTouchScreenMagnification
Line 1,706: Line 1,839:  
| 1157 || [10.0.0+] [[#CancelConnectionTrigger]]
 
| 1157 || [10.0.0+] [[#CancelConnectionTrigger]]
 
|-
 
|-
| 1200 || [10.0.0+] [[#IsButtonConfigSupported]]
+
| 1200 || [10.0.0-17.0.1] [[#IsButtonConfigSupported]]
 
|-
 
|-
| 1201 || [11.0.0+] [[#IsButtonConfigEmbeddedSupported]] ([10.0.0-10.2.0] [[#DeleteButtonConfig]])
+
| 1201 || [11.0.0-17.0.1] [[#IsButtonConfigEmbeddedSupported]] ([10.0.0-10.2.0] [[#DeleteButtonConfig]])
 
|-
 
|-
| 1202 || [11.0.0+] [[#DeleteButtonConfig]] ([10.0.0-10.2.0] [[#SetButtonConfigEnabled]])
+
| 1202 || [11.0.0-17.0.1] [[#DeleteButtonConfig]] ([10.0.0-10.2.0] [[#SetButtonConfigEnabled]])
 
|-
 
|-
| 1203 || [11.0.0+] [[#DeleteButtonConfigEmbedded]] ([10.0.0-10.2.0] [[#IsButtonConfigEnabled]])
+
| 1203 || [11.0.0-17.0.1] [[#DeleteButtonConfigEmbedded]] ([10.0.0-10.2.0] [[#IsButtonConfigEnabled]])
 
|-
 
|-
| 1204 || [11.0.0+] [[#SetButtonConfigEnabled]] ([10.0.0-10.2.0] [[#SetButtonConfigEmbedded]])
+
| 1204 || [11.0.0-17.0.1] [[#SetButtonConfigEnabled]] ([10.0.0-10.2.0] [[#SetButtonConfigEmbedded]])
 
|-
 
|-
| 1205 || [11.0.0+] [[#SetButtonConfigEmbeddedEnabled]] ([10.0.0-10.2.0] [[#SetButtonConfigFull]])
+
| 1205 || [11.0.0-17.0.1] [[#SetButtonConfigEmbeddedEnabled]] ([10.0.0-10.2.0] [[#SetButtonConfigFull]])
 
|-
 
|-
| 1206 || [11.0.0+] [[#IsButtonConfigEnabled]] ([10.0.0-10.2.0] [[#SetButtonConfigLeft]])
+
| 1206 || [11.0.0-17.0.1] [[#IsButtonConfigEnabled]] ([10.0.0-10.2.0] [[#SetButtonConfigLeft]])
 
|-
 
|-
| 1207 || [11.0.0+] [[#IsButtonConfigEmbeddedEnabled]] ([10.0.0-10.2.0] [[#SetButtonConfigRight]])
+
| 1207 || [11.0.0-17.0.1] [[#IsButtonConfigEmbeddedEnabled]] ([10.0.0-10.2.0] [[#SetButtonConfigRight]])
 
|-
 
|-
| 1208 || [11.0.0+] [[#SetButtonConfigEmbedded]] ([10.0.0-10.2.0] [[#GetButtonConfigEmbedded]])
+
| 1208 || [11.0.0-17.0.1] [[#SetButtonConfigEmbedded]] ([10.0.0-10.2.0] [[#GetButtonConfigEmbedded]])
 
|-
 
|-
| 1209 || [11.0.0+] [[#SetButtonConfigFull]] ([10.0.0-10.2.0] [[#GetButtonConfigFull]])
+
| 1209 || [11.0.0-17.0.1] [[#SetButtonConfigFull]] ([10.0.0-10.2.0] [[#GetButtonConfigFull]])
 
|-
 
|-
 
| 1210 || [10.0.0-10.2.0] [[#GetButtonConfigLeft]]
 
| 1210 || [10.0.0-10.2.0] [[#GetButtonConfigLeft]]
 
|-
 
|-
| 1211 || [11.0.0+] [[#SetButtonConfigRight]] ([10.0.0-10.2.0] [[#GetButtonConfigRight]])
+
| 1211 || [11.0.0-17.0.1] [[#SetButtonConfigRight]] ([10.0.0-10.2.0] [[#GetButtonConfigRight]])
 
|-
 
|-
| 1212 || [11.0.0+] [[#GetButtonConfigEmbedded]]
+
| 1212 || [11.0.0-17.0.1] [[#GetButtonConfigEmbedded]]
 
|-
 
|-
| 1213 || [11.0.0+] [[#GetButtonConfigFull]]
+
| 1213 || [11.0.0-17.0.1] [[#GetButtonConfigFull]]
 
|-
 
|-
| 1214 || [11.0.0+] [[#GetButtonConfigLeft]]
+
| 1214 || [11.0.0-17.0.1] [[#GetButtonConfigLeft]]
 
|-
 
|-
| 1215 || [11.0.0+] [[#GetButtonConfigRight]]
+
| 1215 || [11.0.0-17.0.1] [[#GetButtonConfigRight]]
 
|-
 
|-
 
| 1250 || [10.0.0+] [[#IsCustomButtonConfigSupported]]
 
| 1250 || [10.0.0+] [[#IsCustomButtonConfigSupported]]
Line 1,822: Line 1,955:  
| 1291 || [11.0.0+] [[#SetButtonConfigStorageRight]]
 
| 1291 || [11.0.0+] [[#SetButtonConfigStorageRight]]
 
|-
 
|-
| 12010 || [11.0.0+] [[#SetButtonConfigLeft]]
+
| 1308 || [18.0.0+] SetButtonConfigVisible
 +
|-
 +
| 1309 || [18.0.0+] IsButtonConfigVisible
 +
|-
 +
| 1320 || [17.0.0+] WakeTouchScreenUp
 +
|-
 +
| 1321 || [17.0.0+] PutTouchScreenToSleep
 +
|-
 +
| 12010 || [11.0.0-17.0.1] [[#SetButtonConfigLeft]]
 
|}
 
|}
   Line 1,984: Line 2,125:     
It first ensures the touch screen IC's chip id is one of the following:
 
It first ensures the touch screen IC's chip id is one of the following:
  0x7036 - STMicroelectronics FingerTipS FT9CJ/FT9CF
+
  0x7036 - Ftm4cd60d (STMicroelectronics FingerTipS FT9CJ/FT9CF)
  0x4036 - ?
+
  0x4036 - Fst2ba61ya1
    
Then constructs the final firmware version as follows:
 
Then constructs the final firmware version as follows:
Line 3,268: Line 3,409:  
| 0x1C
 
| 0x1C
 
| [5.0.0+] [[#ConsoleSixAxisSensorSharedMemoryFormat|ConsoleSixAxisSensor]]
 
| [5.0.0+] [[#ConsoleSixAxisSensorSharedMemoryFormat|ConsoleSixAxisSensor]]
 +
|-
 +
| 0x3DC00
 +
| 0x400
 +
| [16.0.0+] [[#MouseSharedMemoryFormat|DebugMouse]]
 
|}
 
|}
   Line 7,201: Line 7,346:  
| "MY" || [[#DeviceTypeInternal|DeviceType]] 4 and [[#DeviceTypeInternal|DeviceType]] 5
 
| "MY" || [[#DeviceTypeInternal|DeviceType]] 4 and [[#DeviceTypeInternal|DeviceType]] 5
 
|-
 
|-
| "LC" || [[#DeviceTypeInternal|DeviceType]] 6 and [[#DeviceTypeInternal|DeviceType]] 30
+
| "LC" || "Tarragon" ([[#DeviceTypeInternal|DeviceType]] 6) and [[#DeviceTypeInternal|DeviceType]] 30
 
|-
 
|-
 
| "HL" || Famicom left controller
 
| "HL" || Famicom left controller
Line 7,397: Line 7,542:  
| 2 || Rail
 
| 2 || Rail
 
|-
 
|-
| 3 || USB
+
| 3 || Usb
 
|-
 
|-
 
| 4 || Embedded
 
| 4 || Embedded
Line 7,643: Line 7,788:  
| 5 || JoyRight || RightController || ||
 
| 5 || JoyRight || RightController || ||
 
|-
 
|-
| 6 || FullKey || FullKeyController || ||
+
| 6 || FullKey || FullKeyController || || "Tarragon" controller
 
|-
 
|-
 
| 7 || LarkHvcLeft, HandheldLarkHvcLeft || LeftController || LarkHvc1, HandheldLarkHvc1Only, HandheldLarkHvc1JoyConRight, HandheldLarkHvc1LarkHvc2, HandheldLarkHvc1LarkNesRight, HandheldNone || Famicom left controller
 
| 7 || LarkHvcLeft, HandheldLarkHvcLeft || LeftController || LarkHvc1, HandheldLarkHvc1Only, HandheldLarkHvc1JoyConRight, HandheldLarkHvc1LarkHvc2, HandheldLarkHvc1LarkNesRight, HandheldNone || Famicom left controller
Line 7,694: Line 7,839:  
|}
 
|}
   −
= NpadPowerInfo =
+
= VidPidDefinition =
This is "nn::hid::system::NpadPowerInfo".
+
This is "nn::hidtypes::VidPidDefinition".
    
{| class="wikitable" border="1"
 
{| class="wikitable" border="1"
Line 7,704: Line 7,849:  
|-
 
|-
 
| 0x0
 
| 0x0
| 0x1
+
| 0x2
| IsPowered
+
| Vid
 
|-
 
|-
| 0x1
+
| 0x2
| 0x1
+
| 0x2
| IsCharging
+
| PidRangeMax
 
|-
 
|-
 +
| 0x4
 
| 0x2
 
| 0x2
 +
| PidRangeMin
 +
|-
 
| 0x6
 
| 0x6
 +
| 0x1
 +
| [[#DeviceTypeInternal|DeviceType]]
 +
|-
 +
| 0x7
 +
| 0x1
 
| Reserved
 
| Reserved
|-
  −
| 0x8
  −
| 0x6
  −
| [[#BatteryLevel|BatteryLevel]]
   
|}
 
|}
   −
= BatteryLevel =
+
= VidPidDefinitions =
This is "nn::hid::system::NpadBatteryLevel". This is a 4 byte value.
+
This is "nn::hidtypes::detail::VidPidDefinitions". This is a list of [[#VidPidDefinition|VidPidDefinition]] objects maintained by the hid-sysmodule.
 
  −
= ConsoleSixAxisSensorHandle =
  −
This is "nn::hid::ConsoleSixAxisSensorHandle". This is a 4-byte struct with 4-byte alignment.
  −
 
  −
sdknso GetConsoleSixAxisSensorHandle always returns a handle with value 0x13.
      
{| class="wikitable" border="1"
 
{| class="wikitable" border="1"
 
|-
 
|-
! Offset || Size || Description
+
! Vid || PidRangeMax || PidRangeMin || [[#DeviceTypeInternal|DeviceType]]
 
|-
 
|-
| 0x0 || 0x4 || TypeValue
+
| 0x57E || 0x2006 || 0x2006 || 2
 
|-
 
|-
| 0x0 || 0x1 ||  
+
| 0x57E || 0x2007 || 0x2007 || 1
 
|-
 
|-
| 0x1 || 0x1 ||  
+
| 0x57E || 0x2009 || 0x2009 || 3
|}
  −
 
  −
= SixAxisSensorHandle =
  −
This is "nn::hid::SixAxisSensorHandle". This is a 4-byte struct with 4-byte alignment.
  −
 
  −
{| class="wikitable" border="1"
   
|-
 
|-
! Offset || Size || Description
+
| 0x57E || 0x200F || 0x200F || 24
 
|-
 
|-
| 0x0 || 0x4 || TypeValue
+
| 0x57E || 0x200E || 0x200E || 23
 
|-
 
|-
| 0x0 || 0x1 || NpadStyleIndex
+
| 0x57E || 0x2008 || 0x2008 || 25
 
|-
 
|-
| 0x1 || 0x1 || [[#NpadIdType|PlayerNumber]]
+
| 0x57E || 0x2017 || 0x2017 || 11
 
|-
 
|-
| 0x2 || 0x1 || DeviceIdx
+
| 0x57E || 0x2018 || 0x2018 || 26
|}
  −
 
  −
= VibrationDeviceHandle =
  −
This is "nn::hid::VibrationDeviceHandle". This is a 4-byte struct with 4-byte alignment.
  −
 
  −
{| class="wikitable" border="1"
   
|-
 
|-
! Offset || Size || Description
+
| 0x57E || 0x2019 || 0x2019 || 22
 
|-
 
|-
| 0x0 || 0x4 || TypeValue
+
| 0x57E || 0x201A || 0x201A || 27
 
|-
 
|-
| 0x0 || 0x1 || NpadStyleIndex
+
| 0x57E || 0x201E || 0x201E || 28
 
|-
 
|-
| 0x1 || 0x1 || [[#NpadIdType|PlayerNumber]]
+
| 0x57E || 0x201F || 0x201F || 29
 
|-
 
|-
| 0x2 || 0x1 || DeviceIdx
+
| 0x57E || 0x337 || 0x337 || 13
|}
+
|-
 
+
| 0x57E || 0x300E || 0x300E || [17.0.0+] 18
= VibrationDeviceInfo =
  −
This is "nn::hid::VibrationDeviceInfo" / "nn::hid::VibrationDeviceInfoForIpc". This is a 0x8-byte struct.
  −
 
  −
{| class="wikitable" border="1"
   
|-
 
|-
! Offset || Size || Description
+
| 0x57E || 0x300D || 0x300D || [17.0.0+] 14
 
|-
 
|-
| 0x0 || 0x4 || [[#VibrationDeviceType|DeviceType]]
+
| 0xF0D || 0x92 || 0x92 || 15
 
|-
 
|-
| 0x4 || 0x4 || [[#VibrationDevicePosition|Position]]
+
| 0xF0D || 0xAB || 0xAA || 15
|}
  −
 
  −
= VibrationDeviceType =
  −
This is "nn::hid::VibrationDeviceType".
  −
 
  −
{| class="wikitable" border="1"
  −
!  Value
  −
!  Description
   
|-
 
|-
| 0 || Unknown
+
| 0xF0D || 0xC1 || 0xC1 || 15
 
|-
 
|-
| 1 || LinearResonantActuator
+
| 0xF0D || 0xFF || 0xF0 || 15
 
|-
 
|-
| 2 || GcErm
+
| 0xF0D || 0x22F || 0x200 || 15
 
|-
 
|-
| 3 || Erm
+
| 0xE6F || 0x193 || 0x180 || 15
|}
  −
 
  −
= VibrationDevicePosition =
  −
This is "nn::hid::VibrationDevicePosition".
  −
 
  −
{| class="wikitable" border="1"
  −
!  Value
  −
!  Description
   
|-
 
|-
| 0 || None
+
| 0x20D6 || 0xA719 || 0xA710 || 15
 
|-
 
|-
| 1 || Left
+
| 0x20D6 || 0xA729 || 0xA720 || 15
 
|-
 
|-
| 2 || Right
+
| 0x33DD || 0xB || 0x1 || 15
 
|}
 
|}
   −
= VibrationValue =
+
= NpadPowerInfo =
This is "nn::hid::VibrationValue". This is a 0x10-byte struct, which contains 4 float values.
+
This is "nn::hid::system::NpadPowerInfo".
    
{| class="wikitable" border="1"
 
{| class="wikitable" border="1"
Line 7,823: Line 7,935:  
|-
 
|-
 
| 0x0
 
| 0x0
| 0x4
+
| 0x1
| AmplitudeLow
+
| IsPowered
 +
|-
 +
| 0x1
 +
| 0x1
 +
| IsCharging
 
|-
 
|-
| 0x4
+
| 0x2
| 0x4
+
| 0x6
| FrequencyLow
+
| Reserved
 
|-
 
|-
 
| 0x8
 
| 0x8
 
| 0x4
 
| 0x4
| AmplitudeHigh
+
| [[#BatteryLevel|BatteryLevel]]
|-
  −
| 0xC
  −
| 0x4
  −
| FrequencyHigh
   
|}
 
|}
   −
= VibrationGcErmCommand =
+
= BatteryLevel =
This is "nn::hid::VibrationGcErmCommand".
+
This is "nn::hid::system::NpadBatteryLevel". This is a 4 byte value.
 +
 
 +
= ConsoleSixAxisSensorHandle =
 +
This is "nn::hid::ConsoleSixAxisSensorHandle". This is a 4-byte struct with 4-byte alignment.
 +
 
 +
sdknso GetConsoleSixAxisSensorHandle always returns a handle with value 0x13.
    
{| class="wikitable" border="1"
 
{| class="wikitable" border="1"
!  Value
  −
!  Name
  −
!  Description
   
|-
 
|-
| 0 || Stop || Stops the vibration with a decay phase.
+
! Offset || Size || Description
 +
|-
 +
| 0x0 || 0x4 || TypeValue
 
|-
 
|-
| 1 || Start || Starts the vibration.
+
| 0x0 || 0x1 ||  
 
|-
 
|-
| 2 || StopHard || Stops the vibration immediately, with no decay phase.
+
| 0x1 || 0x1 ||  
 
|}
 
|}
   −
= AccelerometerPlayMode =
+
= SixAxisSensorHandle =
This is "nn::hid::debug::AccelerometerPlayMode" (pre-10.0.0 this is "nn::hid::AccelerometerPlayMode").
+
This is "nn::hid::SixAxisSensorHandle". This is a 4-byte struct with 4-byte alignment.
    
{| class="wikitable" border="1"
 
{| class="wikitable" border="1"
!  Value
  −
!  Description
   
|-
 
|-
| 0 || Loose
+
! Offset || Size || Description
 +
|-
 +
| 0x0 || 0x4 || TypeValue
 +
|-
 +
| 0x0 || 0x1 || NpadStyleIndex
 +
|-
 +
| 0x1 || 0x1 || [[#NpadIdType|PlayerNumber]]
 
|-
 
|-
| 1 || Tight
+
| 0x2 || 0x1 || DeviceIdx
 
|}
 
|}
   −
= GyroscopeZeroDriftMode =
+
= VibrationDeviceHandle =
This is "nn::hid::GyroscopeZeroDriftMode".
+
This is "nn::hid::VibrationDeviceHandle". This is a 4-byte struct with 4-byte alignment.
    
{| class="wikitable" border="1"
 
{| class="wikitable" border="1"
!  Value
  −
!  Description
   
|-
 
|-
| 0 || Loose
+
! Offset || Size || Description
 +
|-
 +
| 0x0 || 0x4 || TypeValue
 +
|-
 +
| 0x0 || 0x1 || NpadStyleIndex
 
|-
 
|-
| 1 || Standard
+
| 0x1 || 0x1 || [[#NpadIdType|PlayerNumber]]
 
|-
 
|-
| 2 || Tight
+
| 0x2 || 0x1 || DeviceIdx
 
|}
 
|}
   −
= PalmaConnectionHandle =
+
= VibrationDeviceInfo =
This is "nn::hid::PalmaConnectionHandle". This is a 0x8-byte struct with 8-byte alignment.
+
This is "nn::hid::VibrationDeviceInfo" / "nn::hid::VibrationDeviceInfoForIpc". This is a 0x8-byte struct.
 
  −
= PalmaOperationInfo =
  −
This is "nn::hid::PalmaOperationInfo". This is a 0x148-byte struct.
      
{| class="wikitable" border="1"
 
{| class="wikitable" border="1"
Line 7,890: Line 8,009:  
! Offset || Size || Description
 
! Offset || Size || Description
 
|-
 
|-
| 0x0 || 0x4 || [[#PalmaOperationType]]
+
| 0x0 || 0x4 || [[#VibrationDeviceType|DeviceType]]
 
|-
 
|-
| 0x4 || 0x4 || Result
+
| 0x4 || 0x4 || [[#VibrationDevicePosition|Position]]
|-
  −
| 0x8 || 0x140 || Buffer for [[#GetPalmaOperationInfo]].
   
|}
 
|}
   −
= PalmaOperationType =
+
= VibrationDeviceType =
This is "nn::hid::PalmaOperationType".
+
This is "nn::hid::VibrationDeviceType".
    
{| class="wikitable" border="1"
 
{| class="wikitable" border="1"
Line 7,904: Line 8,021:  
!  Description
 
!  Description
 
|-
 
|-
| 0 || PlayActivity
+
| 0 || Unknown
 
|-
 
|-
| 1 || SetFrModeType
+
| 1 || LinearResonantActuator
 
|-
 
|-
| 2 || ReadStep
+
| 2 || GcErm
 
|-
 
|-
| 3 || EnableStep
+
| 3 || Erm
|-
  −
| 4 || ResetStep
  −
|-
  −
| 5 || ReadApplicationSection
  −
|-
  −
| 6 || WriteApplicationSection
  −
|-
  −
| 7 || ReadUniqueCode
  −
|-
  −
| 8 || SetUniqueCodeInvalid
  −
|-
  −
| 9 || WriteActivityEntry
  −
|-
  −
| 10 || WriteRgbLedPatternEntry
  −
|-
  −
| 11 || WriteWaveEntry
  −
|-
  −
| 12 || ReadDataBaseIdentificationVersion
  −
|-
  −
| 13 || WriteDataBaseIdentificationVersion
  −
|-
  −
| 14 || SuspendFeature
  −
|-
  −
| 15 || [5.1.0+] ReadPlayLog
  −
|-
  −
| 16 || [5.1.0+] ResetPlayLog
   
|}
 
|}
   −
= PalmaFrModeType =
+
= VibrationDevicePosition =
This is "nn::hid::PalmaFrModeType".
+
This is "nn::hid::VibrationDevicePosition".
    
{| class="wikitable" border="1"
 
{| class="wikitable" border="1"
Line 7,946: Line 8,037:  
!  Description
 
!  Description
 
|-
 
|-
| 0 || Off
+
| 0 || None
 
|-
 
|-
| 1 || B01
+
| 1 || Left
 
|-
 
|-
| 2 || B02
+
| 2 || Right
|-
  −
| 3 || B03
  −
|-
  −
| 4 || Downloaded
   
|}
 
|}
   −
= PalmaApplicationSectionAccessBuffer =
+
= VibrationValue =
This is "nn::hid::PalmaApplicationSectionAccessBuffer". This is a 0x100-byte struct.
+
This is "nn::hid::VibrationValue". This is a 0x10-byte struct, which contains 4 float values.
 
  −
= PalmaActivityEntry =
  −
This is "nn::hid::PalmaActivityEntry".
      
{| class="wikitable" border="1"
 
{| class="wikitable" border="1"
 
|-
 
|-
! Offset || Size || Description
+
! Offset
 +
! Size
 +
! Description
 
|-
 
|-
| 0x0 || 0x2 || RgbLedPatternIndex.
+
| 0x0
 +
| 0x4
 +
| AmplitudeLow
 
|-
 
|-
| 0x2 || 0x2 || Padding
+
| 0x4
 +
| 0x4
 +
| FrequencyLow
 
|-
 
|-
| 0x4 || 0x4 || [[#PalmaWaveSet|WaveSet]].
+
| 0x8
 +
| 0x4
 +
| AmplitudeHigh
 
|-
 
|-
| 0x8 || 0x2 || WaveIndex.
+
| 0xC
 +
| 0x4
 +
| FrequencyHigh
 
|}
 
|}
   −
= PalmaWaveSet =
+
= VibrationGcErmCommand =
This is "nn::hid::PalmaWaveSet".
+
This is "nn::hid::VibrationGcErmCommand".
    
{| class="wikitable" border="1"
 
{| class="wikitable" border="1"
 
!  Value
 
!  Value
 +
!  Name
 
!  Description
 
!  Description
 
|-
 
|-
| 0 || Small
+
| 0 || Stop || Stops the vibration with a decay phase.
 
|-
 
|-
| 1 || Medium
+
| 1 || Start || Starts the vibration.
 
|-
 
|-
| 2 || Large
+
| 2 || StopHard || Stops the vibration immediately, with no decay phase.
 
|}
 
|}
   −
= PalmaFeature =
+
= AccelerometerPlayMode =
This is "nn::hid::PalmaFeature".
+
This is "nn::hid::debug::AccelerometerPlayMode" (pre-10.0.0 this is "nn::hid::AccelerometerPlayMode").
    
{| class="wikitable" border="1"
 
{| class="wikitable" border="1"
 +
!  Value
 +
!  Description
 
|-
 
|-
! Bit
+
| 0 || Loose
! Description
  −
|-
  −
| 0
  −
| FrMode
  −
|-
  −
| 1
  −
| RumbleFeedback
  −
|-
  −
| 2
  −
| Step
  −
|-
  −
| 3
  −
| MuteSwitch
   
|-
 
|-
 +
| 1 || Tight
 
|}
 
|}
   −
= AbstractedPadState =
+
= GyroscopeZeroDriftMode =
 +
This is "nn::hid::GyroscopeZeroDriftMode".
 +
 
 
{| class="wikitable" border="1"
 
{| class="wikitable" border="1"
 +
!  Value
 +
!  Description
 
|-
 
|-
! Offset || Size || Description
+
| 0 || Loose
 
|-
 
|-
| 0x0 || 0x4 || Type, only 1 bit can be set. Converted to [[#HdlsDeviceInfo]]::type internally by [[#SetAutoPilotVirtualPadState]].
+
| 1 || Standard
 
|-
 
|-
| 0x4 || 0x1 || Flags. [[#SetAutoPilotVirtualPadState]] only uses bit0: when clear it will skip using the rest of the input and run [[#UnsetAutoPilotVirtualPadState]] internally.
+
| 2 || Tight
 +
|}
 +
 
 +
= PalmaConnectionHandle =
 +
This is "nn::hid::PalmaConnectionHandle". This is a 0x8-byte struct with 8-byte alignment.
 +
 
 +
= PalmaOperationInfo =
 +
This is "nn::hid::PalmaOperationInfo". This is a 0x148-byte struct.
 +
 
 +
{| class="wikitable" border="1"
 
|-
 
|-
| 0x5 || 0x3 || Padding
+
! Offset || Size || Description
 
|-
 
|-
| 0x8 || 0x4 || RGBA Single Body Color
+
| 0x0 || 0x4 || [[#PalmaOperationType]]
 
|-
 
|-
| 0xC || 0x4 || RGBA Single Buttons Color
+
| 0x4 || 0x4 || Result
 
|-
 
|-
| 0x10 || 0x1 || See [[#HiddbgHdlsDeviceInfo]]::[[#NpadInterfaceType]].
+
| 0x8 || 0x140 || Buffer for [[#GetPalmaOperationInfo]].
|-
  −
| 0x11 || 0x3 || Padding
  −
|-
  −
| 0x14 || 0x24 || [[#HdlsState]]. Unknown if the last 4-bytes are included in this struct, [[#SetAutoPilotVirtualPadState]]/[[#hiddbgGetAbstractedPadsState]] only uses the first 0x20-bytes.
  −
|-
  −
| 0x38 || 0x60 || Unused with [[#SetAutoPilotVirtualPadState]]/[[#GetAbstractedPadsState]].
   
|}
 
|}
   −
Normally the input state is merged with an existing controller selected by Type. However in some cases (BIT(2-5) with type2!=0x2 and BIT(31)) it's detected as a dedicated controller.
+
= PalmaOperationType =
 +
This is "nn::hid::PalmaOperationType".
   −
Type:
   
{| class="wikitable" border="1"
 
{| class="wikitable" border="1"
Bits
+
Value
!  [[#HdlsDeviceInfo]]::type bits
   
!  Description
 
!  Description
!  Notes
   
|-
 
|-
| 0 || 0 || ||
+
| 0 || PlayActivity
 
|-
 
|-
| 1 || 15 || || [[#DeviceType]] |= BIT(1)
+
| 1 || SetFrModeType
 
|-
 
|-
| 2 || 1 || ||
+
| 2 || ReadStep
 
|-
 
|-
| 3 || 2 || ||
+
| 3 || EnableStep
 
|-
 
|-
| 4 || 1 || ||
+
| 4 || ResetStep
 
|-
 
|-
| 5 || 2 || ||
+
| 5 || ReadApplicationSection
 
|-
 
|-
| 6 || 3 || ||
+
| 6 || WriteApplicationSection
 
|-
 
|-
| 7 || 11 || || [[#DeviceType]] |= BIT(11)
+
| 7 || ReadUniqueCode
 
|-
 
|-
| 8 || 12 || || [[#DeviceType]] |= BIT(12)
+
| 8 || SetUniqueCodeInvalid
 
|-
 
|-
| 9 || 13 || || [[#DeviceType]] |= BIT(13)
+
| 9 || WriteActivityEntry
 
|-
 
|-
| 10 || 14 || || [[#DeviceType]] |= BIT(14)
+
| 10 || WriteRgbLedPatternEntry
 
|-
 
|-
| 11 || 15 || || [[#DeviceType]] |= BIT(11)
+
| 11 || WriteWaveEntry
 
|-
 
|-
| 12 || 12 || || [[#DeviceType]] |= BIT(12)
+
| 12 || ReadDataBaseIdentificationVersion
 
|-
 
|-
| 13 || 13 || || [[#DeviceType]] |= BIT(13)
+
| 13 || WriteDataBaseIdentificationVersion
 
|-
 
|-
| 14 || 14 || || [[#DeviceType]] |= BIT(14)
+
| 14 || SuspendFeature
 
|-
 
|-
| 15 || 17 || ||
+
| 15 || [5.1.0+] ReadPlayLog
|-
  −
| 31 || 21 || || [[#DeviceType]] = BIT(31)
   
|-
 
|-
 +
| 16 || [5.1.0+] ResetPlayLog
 
|}
 
|}
   −
The above "[[#DeviceType]] |=" notes only apply when type2 is 0x2.
+
= PalmaFrModeType =
 
+
This is "nn::hid::PalmaFrModeType".
= DebugPadAutoPilotState =
  −
This is "nn::hid::debug::DebugPadAutoPilotState"
      
{| class="wikitable" border="1"
 
{| class="wikitable" border="1"
 +
!  Value
 +
!  Description
 
|-
 
|-
! Offset
+
| 0 || Off
! Size
  −
! Description
   
|-
 
|-
| 0x0
+
| 1 || B01
| 0x4
  −
| [[#DebugPadAttributeSet|Attributes]]
   
|-
 
|-
| 0x4
+
| 2 || B02
| 0x4
  −
| [[#DebugPadButtonSet|Buttons]]
   
|-
 
|-
| 0x8
+
| 3 || B03
| 0x8
  −
| [[#AnalogStickState|AnalogStickL]]
   
|-
 
|-
| 0x10
+
| 4 || Downloaded
| 0x8
  −
| [[#AnalogStickState|AnalogStickR]]
   
|}
 
|}
   −
= MouseAutoPilotState =
+
= PalmaApplicationSectionAccessBuffer =
This is "nn::hid::debug::MouseAutoPilotState".
+
This is "nn::hid::PalmaApplicationSectionAccessBuffer". This is a 0x100-byte struct.
 +
 
 +
= PalmaActivityEntry =
 +
This is "nn::hid::PalmaActivityEntry".
    
{| class="wikitable" border="1"
 
{| class="wikitable" border="1"
 
|-
 
|-
! Offset
+
! Offset || Size || Description
! Size
  −
! Description
   
|-
 
|-
| 0x0
+
| 0x0 || 0x2 || RgbLedPatternIndex.
| 0x4
  −
| X
   
|-
 
|-
| 0x4
+
| 0x2 || 0x2 || Padding
| 0x4
  −
| Y
   
|-
 
|-
| 0x8
+
| 0x4 || 0x4 || [[#PalmaWaveSet|WaveSet]].
| 0x4
  −
| DeltaX
   
|-
 
|-
| 0xC
+
| 0x8 || 0x2 || WaveIndex.
| 0x4
+
|}
| DeltaY
+
 
 +
= PalmaWaveSet =
 +
This is "nn::hid::PalmaWaveSet".
 +
 
 +
{| class="wikitable" border="1"
 +
!  Value
 +
!  Description
 
|-
 
|-
| 0x10
+
| 0 || Small
| 0x4
  −
| WheelDelta
   
|-
 
|-
| 0x14
+
| 1 || Medium
| 0x4
  −
| [[#MouseButtonSet|Buttons]]
   
|-
 
|-
| 0x18
+
| 2 || Large
| 0x4
  −
| [[#MouseAttributeSet|Attributes]]
   
|}
 
|}
   −
= KeyboardAutoPilotState =
+
= PalmaFeature =
This is "nn::hid::debug::KeyboardAutoPilotState".
+
This is "nn::hid::PalmaFeature".
    
{| class="wikitable" border="1"
 
{| class="wikitable" border="1"
 
|-
 
|-
! Offset
+
! Bit
! Size
   
! Description
 
! Description
 
|-
 
|-
| 0x0
+
| 0
| 0x8
+
| FrMode
| [[#KeyboardModifierSet|Modifiers]]
+
|-
 +
| 1
 +
| RumbleFeedback
 
|-
 
|-
| 0x8
+
| 2
| 0x20
+
| Step
| [[#KeyboardKeySet|Keys]]
  −
|}
  −
 
  −
= SleepButtonAutoPilotState =
  −
This is "nn::hid::debug::SleepButtonAutoPilotState". This is a 0x8-byte struct with 8-byte alignment.
  −
 
  −
{| class="wikitable" border="1"
   
|-
 
|-
! Offset
+
| 3
! Size
+
| MuteSwitch
! Description
   
|-
 
|-
| 0x0 || 0x8 || Buttons (only bit0 is used)
   
|}
 
|}
   −
= PowerInfo =
+
= AbstractedPadState =
This is "nn::hidtypes::PowerInfo".
  −
 
   
{| class="wikitable" border="1"
 
{| class="wikitable" border="1"
 
|-
 
|-
! Offset
+
! Offset || Size || Description
! Size
+
|-
! Description
+
| 0x0 || 0x4 || Type, only 1 bit can be set. Converted to [[#HdlsDeviceInfo]]::type internally by [[#SetAutoPilotVirtualPadState]].
 
|-
 
|-
| 0x0 || 0x4 || BatteryLevel
+
| 0x4 || 0x1 || Flags. [[#SetAutoPilotVirtualPadState]] only uses bit0: when clear it will skip using the rest of the input and run [[#UnsetAutoPilotVirtualPadState]] internally.
 
|-
 
|-
| 0x4 || 0x4 || [[#PowerAttribute]]
+
| 0x5 || 0x3 || Padding
|}
+
|-
 
+
| 0x8 || 0x4 || RGBA Single Body Color
= PowerAttribute =
+
|-
This is "nn::hidtypes::PowerAttribute". This is a 32-bit flag.
+
| 0xC || 0x4 || RGBA Single Buttons Color
 
+
|-
{| class="wikitable" border="1"
+
| 0x10 || 0x1 || See [[#HiddbgHdlsDeviceInfo]]::[[#NpadInterfaceType]].
!  Bits
+
|-
!  Description
+
| 0x11 || 0x3 || Padding
 
|-
 
|-
| 0
+
| 0x14 || 0x24 || [[#HdlsState]]. Unknown if the last 4-bytes are included in this struct, [[#SetAutoPilotVirtualPadState]]/[[#hiddbgGetAbstractedPadsState]] only uses the first 0x20-bytes.
| IsPowered
   
|-
 
|-
| 1
+
| 0x38 || 0x60 || Unused with [[#SetAutoPilotVirtualPadState]]/[[#GetAbstractedPadsState]].
| IsCharging
   
|}
 
|}
   −
= HdlsAttribute =
+
Normally the input state is merged with an existing controller selected by Type. However in some cases (BIT(2-5) with type2!=0x2 and BIT(31)) it's detected as a dedicated controller.
This is "nn::hidtypes::HdlsAttribute". This is a 32-bit flag.
      +
Type:
 
{| class="wikitable" border="1"
 
{| class="wikitable" border="1"
 
!  Bits
 
!  Bits
 +
!  [[#HdlsDeviceInfo]]::type bits
 
!  Description
 
!  Description
 +
!  Notes
 
|-
 
|-
| 0
+
| 0 || 0 || ||
| HasVirtualSixAxisSensorAcceleration
   
|-
 
|-
| 1
+
| 1 || 15 || || [[#DeviceType]] |= BIT(1)
| HasVirtualSixAxisSensorAngle
  −
|}
  −
 
  −
= HdlsHandle =
  −
This is "nn::hid::debug::HdlsHandle". This is a 0x8-byte struct with 8-byte alignment.
  −
 
  −
= HdlsSessionId =
  −
This is "nn::hid::debug::detail::HdlsSessionId". This is a 0x8-byte struct with 8-byte alignment.
  −
 
  −
= HdlsNpadAssignment =
  −
This is a 0x208-byte struct.
  −
 
  −
{| class="wikitable" border="1"
   
|-
 
|-
! Offset || Size || Description
+
| 2 || 1 || ||  
 
|-
 
|-
| 0x0 || 0x4 || s32 Total entries
+
| 3 || 2 || ||  
 
|-
 
|-
| 0x4 || 0x4 || Padding
+
| 4 || 1 || ||  
 
|-
 
|-
| 0x8 || 0x200(0x20*0x10) || Array of [[#HdlsNpadAssignmentEntry]].
+
| 5 || 2 || ||  
|}
  −
 
  −
= HdlsNpadAssignmentEntry =
  −
This is a 0x20-byte struct.
  −
 
  −
{| class="wikitable" border="1"
   
|-
 
|-
! Offset || Size || Description
+
| 6 || 3 || ||  
 
|-
 
|-
| 0x0 || 0x8 || [[#HdlsHandle]]
+
| 7 || 11 || || [[#DeviceType]] |= BIT(11)
 +
|-
 +
| 8 || 12 || || [[#DeviceType]] |= BIT(12)
 
|-
 
|-
| 0x8 || 0x4 || ?
+
| 9 || 13 || || [[#DeviceType]] |= BIT(13)
 
|-
 
|-
| 0xC || 0x4 || ?
+
| 10 || 14 || || [[#DeviceType]] |= BIT(14)
 
|-
 
|-
| 0x10 || 0x8 || ?
+
| 11 || 15 || || [[#DeviceType]] |= BIT(11)
 
|-
 
|-
| 0x18 || 0x1 || ?
+
| 12 || 12 || || [[#DeviceType]] |= BIT(12)
 
|-
 
|-
| 0x19 || 0x7 || Padding
+
| 13 || 13 || || [[#DeviceType]] |= BIT(13)
|}
  −
 
  −
= HdlsStateList =
  −
This is a 0x408-byte struct.
  −
 
  −
[9.0.0+] This is a 0x488-byte struct.
  −
 
  −
{| class="wikitable" border="1"
   
|-
 
|-
! Offset || Size || Description
+
| 14 || 14 || || [[#DeviceType]] |= BIT(14)
 
|-
 
|-
| 0x0 || 0x4 || s32 Total entries
+
| 15 || 17 || ||  
 
|-
 
|-
| 0x4 || 0x4 || Padding
+
| 31 || 21 || || [[#DeviceType]] = BIT(31)
 
|-
 
|-
| 0x8 || <[[#HdlsStateListEntry]] size>*0x10 || Array of [[#HdlsStateListEntry]].
   
|}
 
|}
   −
This contains a list of all controllers, including non-virtual controllers.
+
The above "[[#DeviceType]] |=" notes only apply when type2 is 0x2.
   −
= HdlsStateListEntry =
+
= DebugPadAutoPilotState =
This is a 0x40-byte struct.
+
This is "nn::hid::debug::DebugPadAutoPilotState"
 
  −
[9.0.0+] This is a 0x48-byte struct.
      
{| class="wikitable" border="1"
 
{| class="wikitable" border="1"
 
|-
 
|-
! Offset || Size || Description
+
! Offset
 +
! Size
 +
! Description
 
|-
 
|-
| 0x0 || 0x8 || [[#HdlsHandle]]
+
| 0x0
 +
| 0x4
 +
| [[#DebugPadAttributeSet|Attributes]]
 
|-
 
|-
| 0x8 || [[#HdlsDeviceInfo]] size || [[#HdlsDeviceInfo]]. With [[#ApplyHdlsStateList]] this is only used when creating new devices.
+
| 0x4
 +
| 0x4
 +
| [[#DebugPadButtonSet|Buttons]]
 
|-
 
|-
| 0x8 + [[#HdlsDeviceInfo]] size, with 8-byte alignment || 0x24 || [[#HdlsState]]
+
| 0x8
 +
| 0x8
 +
| [[#AnalogStickState|AnalogStickL]]
 
|-
 
|-
| <Immediately following the above> || 0x4 || Padding
+
| 0x10
 +
| 0x8
 +
| [[#AnalogStickState|AnalogStickR]]
 
|}
 
|}
   −
= HdlsDeviceInfo =
+
= MouseAutoPilotState =
This is "nn::hid::debug::HdlsDeviceInfo". This is a 0x10-byte struct.
+
This is "nn::hid::debug::MouseAutoPilotState".
    
{| class="wikitable" border="1"
 
{| class="wikitable" border="1"
 
|-
 
|-
! Offset || Size || Description
+
! Offset
 +
! Size
 +
! Description
 +
|-
 +
| 0x0
 +
| 0x4
 +
| X
 +
|-
 +
| 0x4
 +
| 0x4
 +
| Y
 
|-
 
|-
| 0x0 || 0x4 || [[#DeviceTypeInternal]]
+
| 0x8
 +
| 0x4
 +
| DeltaX
 
|-
 
|-
| 0x4 || 0x4 || RGBA Single Body Color
+
| 0xC
 +
| 0x4
 +
| DeltaY
 
|-
 
|-
| 0x8 || 0x4 || RGBA Single Buttons Color
+
| 0x10
 +
| 0x4
 +
| WheelDelta
 
|-
 
|-
| 0xC || 0x1 || [[#NpadInterfaceType]]. Additional type field used with the above type field, if the value doesn't match one of the following a default is used. Type Pro-Controller: value 0x3 indicates that the controller is connected via USB. Type bit21: value 0x3 = unknown. When value is 0x2, state is merged with an existing controller (when the type value is compatible with this). Otherwise, it's a dedicated controller.
+
| 0x14
 +
| 0x4
 +
| [[#MouseButtonSet|Buttons]]
 
|-
 
|-
| 0xD || 0x3 || Padding
+
| 0x18
 +
| 0x4
 +
| [[#MouseAttributeSet|Attributes]]
 
|}
 
|}
   −
[9.0.0+] This is a 0x14-byte struct.
+
= KeyboardAutoPilotState =
 +
This is "nn::hid::debug::KeyboardAutoPilotState".
    
{| class="wikitable" border="1"
 
{| class="wikitable" border="1"
 
|-
 
|-
! Offset || Size || Description
+
! Offset
 +
! Size
 +
! Description
 
|-
 
|-
| 0x0 || 0x1 || [[#DeviceTypeInternal]]
+
| 0x0
 +
| 0x8
 +
| [[#KeyboardModifierSet|Modifiers]]
 
|-
 
|-
| 0x1 || 0x1 || [[#NpadInterfaceType]]. Similar to the field from the old struct.
+
| 0x8
|-
+
| 0x20
| 0x2 || 0x2 || Padding
+
| [[#KeyboardKeySet|Keys]]
|-
  −
| 0x4 || 0x4 || RGBA Single Body Color
  −
|-
  −
| 0x8 || 0x4 || RGBA Single Buttons Color
  −
|-
  −
| 0xC || 0x4 || RGBA Left Grip Color
  −
|-
  −
| 0x10 || 0x4 || RGBA Right Grip Color
   
|}
 
|}
   −
= HdlsState =
+
= SleepButtonAutoPilotState =
This is "nn::hid::debug::HdlsState". This is a 0x24-byte struct.
+
This is "nn::hid::debug::SleepButtonAutoPilotState". This is a 0x8-byte struct with 8-byte alignment.
    
{| class="wikitable" border="1"
 
{| class="wikitable" border="1"
 
|-
 
|-
! Offset || Size || Description
+
! Offset
 +
! Size
 +
! Description
 
|-
 
|-
| 0x0 || 0x1 || IsPowered for the main PowerInfo.
+
| 0x0 || 0x8 || Buttons (only bit0 is used)
 +
|}
 +
 
 +
= PowerInfo =
 +
This is "nn::hidtypes::PowerInfo".
 +
 
 +
{| class="wikitable" border="1"
 
|-
 
|-
| 0x1 || 0x1 || ORRed with IsPowered to set the value of the first byte for the controller [[#NpadSystemProperties]].
+
! Offset
 +
! Size
 +
! Description
 
|-
 
|-
| 0x2 || 0x6 || Unknown
+
| 0x0 || 0x4 || BatteryLevel
 
|-
 
|-
| 0x8 || 0x4 || BatteryLevel for the main PowerInfo.
+
| 0x4 || 0x4 || [[#PowerAttribute]]
 +
|}
 +
 
 +
= PowerAttribute =
 +
This is "nn::hidtypes::PowerAttribute". This is a 32-bit flag.
 +
 
 +
{| class="wikitable" border="1"
 +
!  Bits
 +
!  Description
 
|-
 
|-
| 0xC || 0x4 || [[#NpadButton|Buttons]]. Bit18 = HOME and bit19 = Capture.
+
| 0
 +
| IsPowered
 
|-
 
|-
| 0x10 || 0x10(4*2*2) || Joystick data.
+
| 1
 +
| IsCharging
 +
|}
 +
 
 +
= HdlsAttribute =
 +
This is "nn::hidtypes::HdlsAttribute". This is a 32-bit flag.
 +
 
 +
{| class="wikitable" border="1"
 +
!  Bits
 +
!  Description
 
|-
 
|-
| 0x20 || 0x1 || Indicator. Unused for input. Set with output from [[#DumpHdlsStates]] (zero in some cases).
+
| 0
 +
| HasVirtualSixAxisSensorAcceleration
 
|-
 
|-
| 0x21 || 0x3 || Padding
+
| 1
 +
| HasVirtualSixAxisSensorAngle
 
|}
 
|}
   −
[9.0.0+] (0x28-bytes):
+
= HdlsHandle =
 +
This is "nn::hid::debug::HdlsHandle". This is a 0x8-byte struct with 8-byte alignment.
 +
 
 +
= HdlsSessionId =
 +
This is "nn::hid::debug::detail::HdlsSessionId". This is a 0x8-byte struct with 8-byte alignment.
 +
 
 +
= HdlsNpadAssignment =
 +
This is a 0x208-byte struct.
 +
 
 
{| class="wikitable" border="1"
 
{| class="wikitable" border="1"
 
|-
 
|-
 
! Offset || Size || Description
 
! Offset || Size || Description
 
|-
 
|-
| 0x0 || 0x8 || [[#PowerInfo]]
+
| 0x0 || 0x4 || s32 Total entries
 
|-
 
|-
| 0x8 || 0x8 || [[#NpadButton|Buttons]], masked with 0xfffffffff00fffff. See above table regarding HOME/Capture buttons.
+
| 0x4 || 0x4 || Padding
 
|-
 
|-
| 0x10 || 0x10(4*2*2) || Joystick data.
+
| 0x8 || 0x200(0x20*0x10) || Array of [[#HdlsNpadAssignmentEntry]].
|-
  −
| 0x20 || 0x1 || Indicator. Unused for input. Set with output from [[#DumpHdlsStates]] (zero in some cases).
  −
|-
  −
| 0x21 || 0x7 || Padding
   
|}
 
|}
   −
[12.0.0+] (0x40-bytes):
+
= HdlsNpadAssignmentEntry =
 +
This is a 0x20-byte struct.
 +
 
 
{| class="wikitable" border="1"
 
{| class="wikitable" border="1"
 
|-
 
|-
 
! Offset || Size || Description
 
! Offset || Size || Description
 
|-
 
|-
| 0x0 || 0x8 || [[#PowerInfo]]
+
| 0x0 || 0x8 || [[#HdlsHandle]]
 +
|-
 +
| 0x8 || 0x4 || ?
 +
|-
 +
| 0xC || 0x4 || ?
 
|-
 
|-
| 0x8 || 0x8 || [[#NpadButton|Buttons]], masked with 0xfffffffff00fffff. See above table regarding HOME/Capture buttons.
+
| 0x10 || 0x8 || ?
 
|-
 
|-
| 0x10 || 0x10(4*2*2) || Joystick data.
+
| 0x18 || 0x1 || ?
 
|-
 
|-
| 0x20 || 0xC || VirtualSixAxisSensorAcceleration
+
| 0x19 || 0x7 || Padding
 +
|}
 +
 
 +
= HdlsStateList =
 +
This is a 0x408-byte struct.
 +
 
 +
[9.0.0+] This is a 0x488-byte struct.
 +
 
 +
{| class="wikitable" border="1"
 
|-
 
|-
| 0x2C || 0xC || VirtualSixAxisSensorAngle
+
! Offset || Size || Description
 
|-
 
|-
| 0x38 || 0x4 || [[#HdlsAttribute]]
+
| 0x0 || 0x4 || s32 Total entries
 
|-
 
|-
| 0x3C || 0x1 || Indicator. Unused for input.
+
| 0x4 || 0x4 || Padding
 
|-
 
|-
| 0x3D || 0x3 || Padding
+
| 0x8 || <[[#HdlsStateListEntry]] size>*0x10 || Array of [[#HdlsStateListEntry]].
 
|}
 
|}
   −
= DebugRegisteredDevice =
+
This contains a list of all controllers, including non-virtual controllers.
This is "nn::hid::debug::RegisteredDevice". This is a 0x58-byte struct with 2-byte alignment.
     −
= RegisteredDevice =
+
= HdlsStateListEntry =
This is "nn::hid::system::RegisteredDevice". This is a 0x68-byte struct with 4-byte alignment.
+
This is a 0x40-byte struct.  
   −
= NotificationLedPattern =
+
[9.0.0+] This is a 0x48-byte struct.
This is "nn::hid::system::NotificationLedPattern". This is a 0x48-byte struct.
      
{| class="wikitable" border="1"
 
{| class="wikitable" border="1"
 
|-
 
|-
! Offset
+
! Offset || Size || Description
! Size
  −
! Description
   
|-
 
|-
| 0x0
+
| 0x0 || 0x8 || [[#HdlsHandle]]
| 0x1
  −
| TimeUnit
   
|-
 
|-
| 0x1
+
| 0x8 || [[#HdlsDeviceInfo]] size || [[#HdlsDeviceInfo]]. With [[#ApplyHdlsStateList]] this is only used when creating new devices.
| 0x1
  −
| FrameCount
   
|-
 
|-
| 0x2
+
| 0x8 + [[#HdlsDeviceInfo]] size, with 8-byte alignment || 0x24 || [[#HdlsState]]
| 0x1
  −
| CycleCount
   
|-
 
|-
| 0x3
+
| <Immediately following the above> || 0x4 || Padding
| 0x1
  −
| InitialBrightness
  −
|-
  −
| 0x4
  −
| 0x4 * 15
  −
| [[#Frame|Frames]]
  −
|-
  −
| 0x40
  −
| 0x1
  −
| FinalBrightness
  −
|-
  −
| 0x41
  −
| 0x1
  −
| TimeTowardsFinalBrightness
  −
|-
  −
| 0x42
  −
| 0x6
  −
| Reserved
   
|}
 
|}
   −
== Frame ==
+
= HdlsDeviceInfo =
 +
This is "nn::hid::debug::HdlsDeviceInfo". This is a 0x10-byte struct.
 +
 
 
{| class="wikitable" border="1"
 
{| class="wikitable" border="1"
 
|-
 
|-
! Offset
+
! Offset || Size || Description
! Size
+
|-
! Description
+
| 0x0 || 0x4 || [[#DeviceTypeInternal]]
 
|-
 
|-
| 0x0
+
| 0x4 || 0x4 || RGBA Single Body Color
| 0x1
  −
| Brightness
   
|-
 
|-
| 0x1
+
| 0x8 || 0x4 || RGBA Single Buttons Color
| 0x1
  −
| TimeTowards
   
|-
 
|-
| 0x2
+
| 0xC || 0x1 || [[#NpadInterfaceType]]. Additional type field used with the above type field, if the value doesn't match one of the following a default is used. Type Pro-Controller: value 0x3 indicates that the controller is connected via USB. Type bit21: value 0x3 = unknown. When value is 0x2, state is merged with an existing controller (when the type value is compatible with this). Otherwise, it's a dedicated controller.
| 0x1
  −
| TimeToHold
   
|-
 
|-
| 0x3
+
| 0xD || 0x3 || Padding
| 0x1
  −
| Reserved
   
|}
 
|}
   −
= SystemButtonConfigEmbedded =
+
[9.0.0+] This is a 0x14-byte struct.
This is "nn::hid::system::ButtonConfigEmbedded". This is a 0x2C8-byte struct.
  −
 
  −
= SystemButtonConfigFull =
  −
This is "nn::hid::system::ButtonConfigFull". This is a 0x2C8-byte struct.
  −
 
  −
= SystemButtonConfigLeft =
  −
This is "nn::hid::system::ButtonConfigLeft". This is a 0x1C8-byte struct.
  −
 
  −
= SystemButtonConfigRight =
  −
This is "nn::hid::system::ButtonConfigRight". This is a 0x1A0-byte struct.
  −
 
  −
= ButtonConfigEmbedded =
  −
This is "nn::hidconfig::ButtonConfigEmbedded". This is a 0x54-byte struct.
      
{| class="wikitable" border="1"
 
{| class="wikitable" border="1"
Line 8,487: Line 8,550:  
! Offset || Size || Description
 
! Offset || Size || Description
 
|-
 
|-
| 0x0 || 0x4 || [[#DigitalButtonAssignment|HardwareButtonLeft]]
+
| 0x0 || 0x1 || [[#DeviceTypeInternal]]
 
|-
 
|-
| 0x4 || 0x4 || [[#DigitalButtonAssignment|HardwareButtonUp]]
+
| 0x1 || 0x1 || [[#NpadInterfaceType]]. Similar to the field from the old struct.
 
|-
 
|-
| 0x8 || 0x4 || [[#DigitalButtonAssignment|HardwareButtonRight]]
+
| 0x2 || 0x2 || Padding
 
|-
 
|-
| 0xC || 0x4 || [[#DigitalButtonAssignment|HardwareButtonDown]]
+
| 0x4 || 0x4 || RGBA Single Body Color
 
|-
 
|-
| 0x10 || 0x4 || [[#DigitalButtonAssignment|HardwareButtonA]]
+
| 0x8 || 0x4 || RGBA Single Buttons Color
 
|-
 
|-
| 0x14 || 0x4 || [[#DigitalButtonAssignment|HardwareButtonB]]
+
| 0xC || 0x4 || RGBA Left Grip Color
 
|-
 
|-
| 0x18 || 0x4 || [[#DigitalButtonAssignment|HardwareButtonX]]
+
| 0x10 || 0x4 || RGBA Right Grip Color
 +
|}
 +
 
 +
= HdlsState =
 +
This is "nn::hid::debug::HdlsState". This is a 0x24-byte struct.
 +
 
 +
{| class="wikitable" border="1"
 
|-
 
|-
| 0x1C || 0x4 || [[#DigitalButtonAssignment|HardwareButtonY]]
+
! Offset || Size || Description
 
|-
 
|-
| 0x20 || 0x4 || [[#DigitalButtonAssignment|HardwareButtonStickL]]
+
| 0x0 || 0x1 || IsPowered for the main PowerInfo.
 
|-
 
|-
| 0x24 || 0x4 || [[#DigitalButtonAssignment|HardwareButtonStickR]]
+
| 0x1 || 0x1 || ORRed with IsPowered to set the value of the first byte for the controller [[#NpadSystemProperties]].
 
|-
 
|-
| 0x28 || 0x4 || [[#DigitalButtonAssignment|HardwareButtonL]]
+
| 0x2 || 0x6 || Unknown
 
|-
 
|-
| 0x2C || 0x4 || [[#DigitalButtonAssignment|HardwareButtonR]]
+
| 0x8 || 0x4 || BatteryLevel for the main PowerInfo.
 
|-
 
|-
| 0x30 || 0x4 || [[#DigitalButtonAssignment|HardwareButtonZL]]
+
| 0xC || 0x4 || [[#NpadButton|Buttons]]. Bit18 = HOME and bit19 = Capture.
 
|-
 
|-
| 0x34 || 0x4 || [[#DigitalButtonAssignment|HardwareButtonZR]]
+
| 0x10 || 0x10(4*2*2) || Joystick data.
 
|-
 
|-
| 0x38 || 0x4 || [[#DigitalButtonAssignment|HardwareButtonSelect]]
+
| 0x20 || 0x1 || Indicator. Unused for input. Set with output from [[#DumpHdlsStates]] (zero in some cases).
 
|-
 
|-
| 0x3C || 0x4 || [[#DigitalButtonAssignment|HardwareButtonStart]]
+
| 0x21 || 0x3 || Padding
|-
  −
| 0x40 || 0x4 || [[#DigitalButtonAssignment|HardwareButtonCapture]]
  −
|-
  −
| 0x44 || 0x8 || [[#AnalogStickAssignment|HardwareStickL]]
  −
|-
  −
| 0x4C || 0x8 || [[#AnalogStickAssignment|HardwareStickR]]
   
|}
 
|}
   −
== DigitalButtonAssignment ==
+
[9.0.0+] (0x28-bytes):
This is "nn::hidconfig::DigitalButtonAssignment".
  −
 
   
{| class="wikitable" border="1"
 
{| class="wikitable" border="1"
!  Value
  −
!  Description
   
|-
 
|-
| 0 || A
+
! Offset || Size || Description
 
|-
 
|-
| 1 || B
+
| 0x0 || 0x8 || [[#PowerInfo]]
 
|-
 
|-
| 2 || X
+
| 0x8 || 0x8 || [[#NpadButton|Buttons]], masked with 0xfffffffff00fffff. See above table regarding HOME/Capture buttons.
 
|-
 
|-
| 3 || Y
+
| 0x10 || 0x10(4*2*2) || Joystick data.
 
|-
 
|-
| 4 || StickL
+
| 0x20 || 0x1 || Indicator. Unused for input. Set with output from [[#DumpHdlsStates]] (zero in some cases).
 
|-
 
|-
| 5 || StickR
+
| 0x21 || 0x7 || Padding
 +
|}
 +
 
 +
[12.0.0+] (0x40-bytes):
 +
{| class="wikitable" border="1"
 
|-
 
|-
| 6 || L
+
! Offset || Size || Description
 
|-
 
|-
| 7 || R
+
| 0x0 || 0x8 || [[#PowerInfo]]
 
|-
 
|-
| 8 || ZL
+
| 0x8 || 0x8 || [[#NpadButton|Buttons]], masked with 0xfffffffff00fffff. See above table regarding HOME/Capture buttons.
 
|-
 
|-
| 9 || ZR
+
| 0x10 || 0x10(4*2*2) || Joystick data.
 
|-
 
|-
| 10 || Select
+
| 0x20 || 0xC || VirtualSixAxisSensorAcceleration
 
|-
 
|-
| 11 || Start
+
| 0x2C || 0xC || VirtualSixAxisSensorAngle
 
|-
 
|-
| 12 || Left
+
| 0x38 || 0x4 || [[#HdlsAttribute]]
 
|-
 
|-
| 13 || Up
+
| 0x3C || 0x1 || Indicator. Unused for input.
 
|-
 
|-
| 14 || Right
+
| 0x3D || 0x3 || Padding
|-
  −
| 15 || Down
  −
|-
  −
| 16 || LeftSL
  −
|-
  −
| 17 || LeftSR
  −
|-
  −
| 18 || RightSL
  −
|-
  −
| 19 || RightSR
  −
|-
  −
| 20 || HomeButton
  −
|-
  −
| 21 || CaptureButton
  −
|-
  −
| 22 || Invalid
   
|}
 
|}
   −
== AnalogStickAssignment ==
+
= DebugRegisteredDevice =
This is "nn::hidconfig::AnalogStickAssignment".
+
This is "nn::hid::debug::RegisteredDevice". This is a 0x58-byte struct with 2-byte alignment.
 +
 
 +
= RegisteredDevice =
 +
This is "nn::hid::system::RegisteredDevice". This is a 0x68-byte struct with 4-byte alignment.
 +
 
 +
= NotificationLedPattern =
 +
This is "nn::hid::system::NotificationLedPattern". This is a 0x48-byte struct.
    
{| class="wikitable" border="1"
 
{| class="wikitable" border="1"
 
|-
 
|-
! Offset || Size || Description
+
! Offset
 +
! Size
 +
! Description
 
|-
 
|-
| 0x0 || 0x4 || [[#AnalogStickRotation]]
+
| 0x0
 +
| 0x1
 +
| TimeUnit
 
|-
 
|-
| 0x4 || 0x1 || IsPairedStickAssigned
+
| 0x1
 +
| 0x1
 +
| FrameCount
 
|-
 
|-
| 0x5 || 0x3 || Reserved
+
| 0x2
|}
+
| 0x1
 
+
| CycleCount
== AnalogStickRotation ==
+
|-
This is "nn::hidconfig::AnalogStickRotation".
+
| 0x3
 
+
| 0x1
{| class="wikitable" border="1"
+
| InitialBrightness
!  Value
+
|-
!  Description
+
| 0x4
 +
| 0x4 * 15
 +
| [[#Frame|Frames]]
 
|-
 
|-
| 0 || None
+
| 0x40
 +
| 0x1
 +
| FinalBrightness
 
|-
 
|-
| 1 || Clockwise90
+
| 0x41
 +
| 0x1
 +
| TimeTowardsFinalBrightness
 
|-
 
|-
| 2 || Anticlockwise90
+
| 0x42
 +
| 0x6
 +
| Reserved
 
|}
 
|}
   −
= ButtonConfigFull =
+
== Frame ==
This is "nn::hidconfig::ButtonConfigFull". This is a 0x54-byte struct.
  −
 
  −
This is identical to [[#ButtonConfigEmbedded]].
  −
 
  −
= ButtonConfigLeft =
  −
This is "nn::hidconfig::ButtonConfigLeft". This is a 0x34-byte struct.
  −
 
   
{| class="wikitable" border="1"
 
{| class="wikitable" border="1"
 
|-
 
|-
! Offset || Size || Description
+
! Offset
 +
! Size
 +
! Description
 
|-
 
|-
| 0x0 || 0x4 || [[#DigitalButtonAssignment|HardwareButtonLeft]]
+
| 0x0
 +
| 0x1
 +
| Brightness
 
|-
 
|-
| 0x4 || 0x4 || [[#DigitalButtonAssignment|HardwareButtonUp]]
+
| 0x1
 +
| 0x1
 +
| TimeTowards
 
|-
 
|-
| 0x8 || 0x4 || [[#DigitalButtonAssignment|HardwareButtonRight]]
+
| 0x2
 +
| 0x1
 +
| TimeToHold
 
|-
 
|-
| 0xC || 0x4 || [[#DigitalButtonAssignment|HardwareButtonDown]]
+
| 0x3
 +
| 0x1
 +
| Reserved
 +
|}
 +
 
 +
= SystemButtonConfigEmbedded =
 +
This is "nn::hid::system::ButtonConfigEmbedded". This is a 0x2C8-byte struct.
 +
 
 +
= SystemButtonConfigFull =
 +
This is "nn::hid::system::ButtonConfigFull". This is a 0x2C8-byte struct.
 +
 
 +
= SystemButtonConfigLeft =
 +
This is "nn::hid::system::ButtonConfigLeft". This is a 0x1C8-byte struct.
 +
 
 +
= SystemButtonConfigRight =
 +
This is "nn::hid::system::ButtonConfigRight". This is a 0x1A0-byte struct.
 +
 
 +
= ButtonConfigEmbedded =
 +
This is "nn::hidconfig::ButtonConfigEmbedded". This is a 0x54-byte struct.
 +
 
 +
{| class="wikitable" border="1"
 
|-
 
|-
| 0x10 || 0x4 || [[#DigitalButtonAssignment|HardwareButtonStickL]]
+
! Offset || Size || Description
 
|-
 
|-
| 0x14 || 0x4 || [[#DigitalButtonAssignment|HardwareButtonL]]
+
| 0x0 || 0x4 || [[#DigitalButtonAssignment|HardwareButtonLeft]]
 
|-
 
|-
| 0x18 || 0x4 || [[#DigitalButtonAssignment|HardwareButtonZL]]
+
| 0x4 || 0x4 || [[#DigitalButtonAssignment|HardwareButtonUp]]
 
|-
 
|-
| 0x1C || 0x4 || [[#DigitalButtonAssignment|HardwareButtonSelect]]
+
| 0x8 || 0x4 || [[#DigitalButtonAssignment|HardwareButtonRight]]
 
|-
 
|-
| 0x20 || 0x4 || [[#DigitalButtonAssignment|HardwareButtonLeftSL]]
+
| 0xC || 0x4 || [[#DigitalButtonAssignment|HardwareButtonDown]]
 
|-
 
|-
| 0x24 || 0x4 || [[#DigitalButtonAssignment|HardwareButtonLeftSR]]
+
| 0x10 || 0x4 || [[#DigitalButtonAssignment|HardwareButtonA]]
 
|-
 
|-
| 0x28 || 0x4 || [[#DigitalButtonAssignment|HardwareButtonCapture]]
+
| 0x14 || 0x4 || [[#DigitalButtonAssignment|HardwareButtonB]]
 
|-
 
|-
| 0x2C || 0x8 || [[#AnalogStickAssignment|HardwareStickL]]
+
| 0x18 || 0x4 || [[#DigitalButtonAssignment|HardwareButtonX]]
|}
  −
 
  −
= ButtonConfigRight =
  −
This is "nn::hidconfig::ButtonConfigRight". This is a 0x30-byte struct.
  −
 
  −
{| class="wikitable" border="1"
   
|-
 
|-
! Offset || Size || Description
+
| 0x1C || 0x4 || [[#DigitalButtonAssignment|HardwareButtonY]]
 
|-
 
|-
| 0x0 || 0x4 || [[#DigitalButtonAssignment|HardwareButtonA]]
+
| 0x20 || 0x4 || [[#DigitalButtonAssignment|HardwareButtonStickL]]
 
|-
 
|-
| 0x4 || 0x4 || [[#DigitalButtonAssignment|HardwareButtonB]]
+
| 0x24 || 0x4 || [[#DigitalButtonAssignment|HardwareButtonStickR]]
 
|-
 
|-
| 0x8 || 0x4 || [[#DigitalButtonAssignment|HardwareButtonX]]
+
| 0x28 || 0x4 || [[#DigitalButtonAssignment|HardwareButtonL]]
 
|-
 
|-
| 0xC || 0x4 || [[#DigitalButtonAssignment|HardwareButtonY]]
+
| 0x2C || 0x4 || [[#DigitalButtonAssignment|HardwareButtonR]]
 
|-
 
|-
| 0x10 || 0x4 || [[#DigitalButtonAssignment|HardwareButtonStickR]]
+
| 0x30 || 0x4 || [[#DigitalButtonAssignment|HardwareButtonZL]]
 
|-
 
|-
| 0x14 || 0x4 || [[#DigitalButtonAssignment|HardwareButtonR]]
+
| 0x34 || 0x4 || [[#DigitalButtonAssignment|HardwareButtonZR]]
 
|-
 
|-
| 0x18 || 0x4 || [[#DigitalButtonAssignment|HardwareButtonZR]]
+
| 0x38 || 0x4 || [[#DigitalButtonAssignment|HardwareButtonSelect]]
 
|-
 
|-
| 0x1C || 0x4 || [[#DigitalButtonAssignment|HardwareButtonStart]]
+
| 0x3C || 0x4 || [[#DigitalButtonAssignment|HardwareButtonStart]]
 
|-
 
|-
| 0x20 || 0x4 || [[#DigitalButtonAssignment|HardwareButtonRightSL]]
+
| 0x40 || 0x4 || [[#DigitalButtonAssignment|HardwareButtonCapture]]
 
|-
 
|-
| 0x24 || 0x4 || [[#DigitalButtonAssignment|HardwareButtonRightSR]]
+
| 0x44 || 0x8 || [[#AnalogStickAssignment|HardwareStickL]]
 
|-
 
|-
| 0x28 || 0x8 || [[#AnalogStickAssignment|HardwareStickR]]
+
| 0x4C || 0x8 || [[#AnalogStickAssignment|HardwareStickR]]
 
|}
 
|}
   −
= StorageName =
+
== DigitalButtonAssignment ==
This is "nn::hidconfig::StorageName". This is a 0x81-byte struct.
+
This is "nn::hidconfig::DigitalButtonAssignment".
 
  −
This is an UTF-8 NUL-terminated name string.
  −
 
  −
= InterfaceType =
  −
This is "nn::hidtypes::InterfaceType".
      
{| class="wikitable" border="1"
 
{| class="wikitable" border="1"
Line 8,687: Line 8,764:  
!  Description
 
!  Description
 
|-
 
|-
| 1 || Bluetooth
+
| 0 || A
 
|-
 
|-
| 2 || Rail
+
| 1 || B
 
|-
 
|-
| 3 || USB
+
| 2 || X
 
|-
 
|-
| 4 || Embedded
+
| 3 || Y
|}
  −
 
  −
= DigitalButton =
  −
This is "nn::hidtypes::DigitalButton". This is a 64-bit flag.
  −
 
  −
{| class="wikitable" border="1"
   
|-
 
|-
! Bit
+
| 4 || StickL
! Description
   
|-
 
|-
| 0
+
| 5 || StickR
| A
   
|-
 
|-
| 1
+
| 6 || L
| B
   
|-
 
|-
| 2
+
| 7 || R
| X
   
|-
 
|-
| 3
+
| 8 || ZL
| Y
   
|-
 
|-
| 4
+
| 9 || ZR
| StickL
   
|-
 
|-
| 5
+
| 10 || Select
| StickR
   
|-
 
|-
| 6
+
| 11 || Start
| L
   
|-
 
|-
| 7
+
| 12 || Left
| R
   
|-
 
|-
| 8
+
| 13 || Up
| ZL
   
|-
 
|-
| 9
+
| 14 || Right
| ZR
   
|-
 
|-
| 10
+
| 15 || Down
| Start
   
|-
 
|-
| 11
+
| 16 || LeftSL
| Select
   
|-
 
|-
| 12
+
| 17 || LeftSR
| Left
   
|-
 
|-
| 13
+
| 18 || RightSL
| Up
   
|-
 
|-
| 14
+
| 19 || RightSR
| Right
   
|-
 
|-
| 15
+
| 20 || HomeButton
| Down
   
|-
 
|-
| 16
+
| 21 || CaptureButton
| SL
   
|-
 
|-
| 17
+
| 22 || Invalid
| SR
+
|}
 +
 
 +
== AnalogStickAssignment ==
 +
This is "nn::hidconfig::AnalogStickAssignment".
 +
 
 +
{| class="wikitable" border="1"
 
|-
 
|-
| 18
+
! Offset || Size || Description
| Home
   
|-
 
|-
| 19
+
| 0x0 || 0x4 || [[#AnalogStickRotation]]
| Shot
   
|-
 
|-
| 20
+
| 0x4 || 0x1 || IsPairedStickAssigned
| StickLLeft
   
|-
 
|-
| 21
+
| 0x5 || 0x3 || Reserved
| StickLUp
+
|}
 +
 
 +
== AnalogStickRotation ==
 +
This is "nn::hidconfig::AnalogStickRotation".
 +
 
 +
{| class="wikitable" border="1"
 +
!  Value
 +
!  Description
 
|-
 
|-
| 22
+
| 0 || None
| StickLRight
   
|-
 
|-
| 23
+
| 1 || Clockwise90
| StickLDown
   
|-
 
|-
| 24
+
| 2 || Anticlockwise90
| StickRLeft
+
|}
 +
 
 +
= ButtonConfigFull =
 +
This is "nn::hidconfig::ButtonConfigFull". This is a 0x54-byte struct.
 +
 
 +
This is identical to [[#ButtonConfigEmbedded]].
 +
 
 +
= ButtonConfigLeft =
 +
This is "nn::hidconfig::ButtonConfigLeft". This is a 0x34-byte struct.
 +
 
 +
{| class="wikitable" border="1"
 
|-
 
|-
| 25
+
! Offset || Size || Description
| StickRUp
   
|-
 
|-
| 26
+
| 0x0 || 0x4 || [[#DigitalButtonAssignment|HardwareButtonLeft]]
| StickRRight
   
|-
 
|-
| 27
+
| 0x4 || 0x4 || [[#DigitalButtonAssignment|HardwareButtonUp]]
| StickRDown
   
|-
 
|-
| 28
+
| 0x8 || 0x4 || [[#DigitalButtonAssignment|HardwareButtonRight]]
| Palma
   
|-
 
|-
| 29
+
| 0xC || 0x4 || [[#DigitalButtonAssignment|HardwareButtonDown]]
| HandheldLeftB
   
|-
 
|-
| 30
+
| 0x10 || 0x4 || [[#DigitalButtonAssignment|HardwareButtonStickL]]
| Plus
   
|-
 
|-
| 31
+
| 0x14 || 0x4 || [[#DigitalButtonAssignment|HardwareButtonL]]
| Minus
   
|-
 
|-
| 32
+
| 0x18 || 0x4 || [[#DigitalButtonAssignment|HardwareButtonZL]]
| Z
   
|-
 
|-
| 33
+
| 0x1C || 0x4 || [[#DigitalButtonAssignment|HardwareButtonSelect]]
| LeftSL
   
|-
 
|-
| 34
+
| 0x20 || 0x4 || [[#DigitalButtonAssignment|HardwareButtonLeftSL]]
| LeftSR
   
|-
 
|-
| 35
+
| 0x24 || 0x4 || [[#DigitalButtonAssignment|HardwareButtonLeftSR]]
| RightSL
   
|-
 
|-
| 36
+
| 0x28 || 0x4 || [[#DigitalButtonAssignment|HardwareButtonCapture]]
| RightSR
   
|-
 
|-
| 37
+
| 0x2C || 0x8 || [[#AnalogStickAssignment|HardwareStickL]]
| LeftC
  −
|-
  −
| 38
  −
| UpC
  −
|-
  −
| 39
  −
| RightC
  −
|-
  −
| 40
  −
| DownC
   
|}
 
|}
   −
= AssignmentStyle =
+
= ButtonConfigRight =
This is "nn::hidtypes::AssignmentStyle". This is a 32-bit flag.
+
This is "nn::hidconfig::ButtonConfigRight". This is a 0x30-byte struct.
    
{| class="wikitable" border="1"
 
{| class="wikitable" border="1"
 
|-
 
|-
! Bit
+
! Offset || Size || Description
! Description
   
|-
 
|-
| 0
+
| 0x0 || 0x4 || [[#DigitalButtonAssignment|HardwareButtonA]]
| IsExternalAssigned
   
|-
 
|-
| 1
+
| 0x4 || 0x4 || [[#DigitalButtonAssignment|HardwareButtonB]]
| IsExternalLeftAssigned
   
|-
 
|-
| 2
+
| 0x8 || 0x4 || [[#DigitalButtonAssignment|HardwareButtonX]]
| IsExternalRightAssigned
+
|-
 +
| 0xC || 0x4 || [[#DigitalButtonAssignment|HardwareButtonY]]
 +
|-
 +
| 0x10 || 0x4 || [[#DigitalButtonAssignment|HardwareButtonStickR]]
 +
|-
 +
| 0x14 || 0x4 || [[#DigitalButtonAssignment|HardwareButtonR]]
 +
|-
 +
| 0x18 || 0x4 || [[#DigitalButtonAssignment|HardwareButtonZR]]
 +
|-
 +
| 0x1C || 0x4 || [[#DigitalButtonAssignment|HardwareButtonStart]]
 +
|-
 +
| 0x20 || 0x4 || [[#DigitalButtonAssignment|HardwareButtonRightSL]]
 +
|-
 +
| 0x24 || 0x4 || [[#DigitalButtonAssignment|HardwareButtonRightSR]]
 +
|-
 +
| 0x28 || 0x8 || [[#AnalogStickAssignment|HardwareStickR]]
 +
|}
 +
 
 +
= StorageName =
 +
This is "nn::hidconfig::StorageName". This is a 0x81-byte struct.
 +
 
 +
This is an UTF-8 NUL-terminated name string.
 +
 
 +
= InterfaceType =
 +
This is "nn::hidtypes::InterfaceType".
 +
 
 +
{| class="wikitable" border="1"
 +
!  Value
 +
!  Description
 +
|-
 +
| 1 || Bluetooth
 
|-
 
|-
| 3
+
| 2 || Rail
| IsHandheldAssigned
   
|-
 
|-
| 4
+
| 3 || Usb
| IsHandheldLeftAssigned
   
|-
 
|-
| 5
+
| 4 || Embedded
| IsHandheldRightAssigned
   
|}
 
|}
   −
= FeatureType =
+
= DigitalButton =
This is "nn::hidtypes::FeatureType". This is a 64-bit flag.
+
This is "nn::hidtypes::DigitalButton". This is a 64-bit flag.
    
{| class="wikitable" border="1"
 
{| class="wikitable" border="1"
Line 8,864: Line 8,936:  
|-
 
|-
 
| 0
 
| 0
| HasLeftAnalogStick
+
| A
 
|-
 
|-
 
| 1
 
| 1
| HasRightAnalogStick
+
| B
 
|-
 
|-
 
| 2
 
| 2
| HasLeftSixAxisSensor
+
| X
 
|-
 
|-
 
| 3
 
| 3
| HasRightSixAxisSensor
+
| Y
 
|-
 
|-
 
| 4
 
| 4
| HasExternalSixAxisSensor
+
| StickL
 
|-
 
|-
 
| 5
 
| 5
| HasLeftLraVibrationDevice
+
| StickR
 
|-
 
|-
 
| 6
 
| 6
| HasRightLraVibrationDevice
+
| L
 
|-
 
|-
 
| 7
 
| 7
| HasGcVibrationDevice
+
| R
 
|-
 
|-
 
| 8
 
| 8
| HasErmVibrationDevice
+
| ZL
 
|-
 
|-
 
| 9
 
| 9
| HasLeftJoyRailBus
+
| ZR
 
|-
 
|-
 
| 10
 
| 10
| HasRightJoyRailBus
+
| Start
 
|-
 
|-
 
| 11
 
| 11
| HasInternalBus
+
| Select
 
|-
 
|-
 
| 12
 
| 12
| HasPalmaIc
+
| Left
 
|-
 
|-
 
| 13
 
| 13
| HasNfc
+
| Up
 
|-
 
|-
 
| 14
 
| 14
| HasIrSensor
+
| Right
 
|-
 
|-
 
| 15
 
| 15
| IsAnalogStickCalibrationSupported
+
| Down
 
|-
 
|-
 
| 16
 
| 16
| IsSixAxisSensorUserCalibrationSupported
+
| SL
 
|-
 
|-
 
| 17
 
| 17
| HasLeftRightBattery
+
| SR
 
|-
 
|-
 
| 18
 
| 18
| HasStandardBattery
+
| Home
 
|-
 
|-
 
| 19
 
| 19
| HasBattery
+
| Shot
 
|-
 
|-
 
| 20
 
| 20
| HasMainColor
+
| StickLLeft
 
|-
 
|-
 
| 21
 
| 21
| HasSubColor
+
| StickLUp
 
|-
 
|-
 
| 22
 
| 22
| HasIdentificationCode
+
| StickLRight
 
|-
 
|-
 
| 23
 
| 23
| HasBluetoothAddress
+
| StickLDown
 
|-
 
|-
 
| 24
 
| 24
| HasMcu
+
| StickRLeft
 
|-
 
|-
 
| 25
 
| 25
| HasNotificationLed
+
| StickRUp
 
|-
 
|-
 
| 26
 
| 26
| HasDirectionalButtons
+
| StickRRight
 
|-
 
|-
 
| 27
 
| 27
| HasIndicatorLed
+
| StickRDown
 
|-
 
|-
 
| 28
 
| 28
| IsEmbeddedController
+
| Palma
 
|-
 
|-
 
| 29
 
| 29
| IsFullController
+
| HandheldLeftB
 
|-
 
|-
 
| 30
 
| 30
| IsLeftController
+
| Plus
 
|-
 
|-
 
| 31
 
| 31
| IsRightController
+
| Minus
 
|-
 
|-
 
| 32
 
| 32
| IsUsbHidDevice
+
| Z
 
|-
 
|-
 
| 33
 
| 33
| IsKuinaDevice
+
| LeftSL
 
|-
 
|-
 
| 34
 
| 34
| IsDirectUsbToBtSwitchingDevice
+
| LeftSR
 
|-
 
|-
 
| 35
 
| 35
| NormalizeAnalogStickWithInnerCross
+
| RightSL
|}
  −
 
  −
= Color =
  −
This is "nn::hidtypes::Color".
  −
 
  −
{| class="wikitable" border="1"
   
|-
 
|-
! Offset || Size || Description
+
| 36
 +
| RightSR
 
|-
 
|-
| 0x0 || 0x4 || BodyColor
+
| 37
 +
| LeftC
 
|-
 
|-
| 0x4 || 0x4 || ButtonColor
+
| 38
 +
| UpC
 
|-
 
|-
| 0x8 || 0x4 || LeftGripColor
+
| 39
 +
| RightC
 
|-
 
|-
| 0xC || 0x4 || RightGripColor
+
| 40
 +
| DownC
 
|}
 
|}
   −
= DeviceDescriptorType =
+
= AssignmentStyle =
This is "nn::hidtypes::DeviceDescriptorType".
+
This is "nn::hidtypes::AssignmentStyle". This is a 32-bit flag.
    
{| class="wikitable" border="1"
 
{| class="wikitable" border="1"
 
|-
 
|-
! Offset || Size || Description
+
! Bit
 +
! Description
 
|-
 
|-
| 0x0 || 0x1 || [[#DeviceTypeInternal|DeviceType]]
+
| 0
 +
| IsExternalAssigned
 
|-
 
|-
| 0x1 || 0x7 || Reserved
+
| 1
 +
| IsExternalLeftAssigned
 
|-
 
|-
| 0x8 || 0x8 || [[#FeatureType|FeatureType]]
+
| 2
 +
| IsExternalRightAssigned
 
|-
 
|-
| 0x10 || 0x8 || [[#DigitalButton|DigitalButton]]
+
| 3
 +
| IsHandheldAssigned
 
|-
 
|-
| 0x18 || 0x4 || [[#AssignmentStyle|AssignmentStyle]]
+
| 4
 +
| IsHandheldLeftAssigned
 
|-
 
|-
| 0x1C || 0x10 || [[#Color|DeviceColor]]
+
| 5
|-
+
| IsHandheldRightAssigned
| 0x2C || 0x4 || Reserved
   
|}
 
|}
   −
= UnmaskFeatureDescriptorType =
+
= FeatureType =
This is "nn::hid::server::UnmaskFeatureDescriptorType".
+
This is "nn::hidtypes::FeatureType". This is a 64-bit flag.
    
{| class="wikitable" border="1"
 
{| class="wikitable" border="1"
 
|-
 
|-
! Offset || Size || Description
+
! Bit
 +
! Description
 
|-
 
|-
| 0x0 || 0x1 || [[#DeviceTypeInternal|DeviceType]]
+
| 0
 +
| HasLeftAnalogStick
 
|-
 
|-
| 0x1 || 0x1 || [[#InterfaceType|InterfaceType]]
+
| 1
 +
| HasRightAnalogStick
 
|-
 
|-
| 0x2 || 0x6 || Reserved
+
| 2
 +
| HasLeftJoySixAxisSensor
 
|-
 
|-
| 0x8 || 0x8 || [[#FeatureType|FeatureType]]
+
| 3
|}
+
| HasRightJoySixAxisSensor
 
  −
= FirmwareVersionInfo =
  −
This is "nn::hidtypes::FirmwareVersionInfo".
  −
 
  −
{| class="wikitable" border="1"
   
|-
 
|-
! Offset || Size || Description
+
| 4
 +
| HasFullKeySixAxisSensor
 
|-
 
|-
| 0x0 || 0x4 || [[#FirmwareVersionAttribute|FirmwareVersionAttribute]]
+
| 5
 +
| HasLeftLraVibrationDevice
 
|-
 
|-
| 0x4 || 0x2 ||
+
| 6
 +
| HasRightLraVibrationDevice
 
|-
 
|-
| 0x6 || 0x2 || MajorVersion
+
| 7
 +
| HasGcVibrationDevice
 
|-
 
|-
| 0x8 || 0x2 || MinorVersion
+
| 8
 +
| HasErmVibrationDevice
 
|-
 
|-
| 0xA || 0x2 ||
+
| 9
|}
+
| HasLeftJoyRailBus
 
  −
= FirmwareVersionAttribute =
  −
This is "nn::hidtypes::FirmwareVersionAttribute". This is a 32-bit flag.
  −
 
  −
{| class="wikitable" border="1"
   
|-
 
|-
! Bit
+
| 10
! Description
+
| HasRightJoyRailBus
 
|-
 
|-
| 0
+
| 11
| IsCustomerCodeCorruption
+
| HasInternalBus
 
|-
 
|-
| 1
+
| 12
| IsIapCorrupted
+
| IsPalma
|}
  −
 
  −
= IrCameraHandle =
  −
This is "nn::irsensor::IrCameraHandle".
  −
 
  −
{| class="wikitable" border="1"
   
|-
 
|-
! Offset || Size || Description
+
| 13
 +
| HasNfc
 
|-
 
|-
| 0x0 || 0x1 || PlayerNumber
+
| 14
 +
| HasIrSensor
 
|-
 
|-
| 0x1 || 0x1 || DeviceType
+
| 15
 +
| IsAnalogStickCalibrationSupported
 
|-
 
|-
| 0x2 || 0x2 || Reserved
+
| 16
|}
+
| IsSixAxisSensorUserCalibrationSupported
 
  −
= IrCameraStatus =
  −
This is "nn::irsensor::IrCameraStatus".
  −
 
  −
{| class="wikitable" border="1"
  −
!  Value
  −
!  Description
   
|-
 
|-
| 0 || Available
+
| 17
 +
| HasLeftJoyRightJoyBattery
 
|-
 
|-
| 1 || Unsupported
+
| 18
 +
| HasFullKeyBattery
 
|-
 
|-
| 2 || Unconnected
+
| 19
|}
+
| IsDisconnectControllerIfBatteryNone
 
  −
= IrCameraInternalStatus =
  −
This is "nn::irsensor::IrCameraInternalStatus".
  −
 
  −
{| class="wikitable" border="1"
  −
!  Value
  −
!  Description
   
|-
 
|-
| 0 || Stopped
+
| 20
 +
| HasControllerColor
 
|-
 
|-
| 1 || FirmwareUpdateNeeded
+
| 21
 +
| HasGripColor
 
|-
 
|-
| 2 ||  
+
| 22
 +
| HasIdentificationCode
 
|-
 
|-
| 3 ||  
+
| 23
 +
| HasBluetoothAddress
 
|-
 
|-
| 4 ||  
+
| 24
 +
| HasMcu
 
|-
 
|-
| 5 || FirmwareVersionRequested
+
| 25
 +
| HasNotificationLed
 
|-
 
|-
| 6 || FirmwareVersionIsInvalid
+
| 26
 +
| HasDirectionalButtons
 
|-
 
|-
| 7 || [4.0.0+] Ready
+
| 27
 +
| HasIndicatorLed
 
|-
 
|-
| 8 || [4.0.0+] Setting
+
| 28
|}
+
| IsButtonConfigEmbeddedSupported
 
  −
= IrSensorMode =
  −
This is "nn::irsensor::detail::StatusManager::IrSensorMode".
  −
 
  −
{| class="wikitable" border="1"
  −
!  Value
  −
!  Description
   
|-
 
|-
| 0 || None
+
| 29
 +
| IsButtonConfigFullSupported
 
|-
 
|-
| 1 || [[#MomentProcessorState|MomentProcessor]]
+
| 30
 +
| IsButtonConfigLeftSupported
 
|-
 
|-
| 2 || [[#ClusteringProcessorState|ClusteringProcessor]]
+
| 31
 +
| IsButtonConfigRightSupported
 
|-
 
|-
| 3 || [[#ImageTransferProcessorState|ImageTransferProcessor]]
+
| 32
 +
| IsUsbHidDevice
 
|-
 
|-
| 4 || [[#PointingProcessorMarkerState|PointingProcessorMarker]]
+
| 33
 +
| IsKuinaDevice
 
|-
 
|-
| 5 || [[#TeraPluginProcessorState|TeraPluginProcessor]]
+
| 34
 +
| IsDirectUsbToBtSwitchingDevice
 
|-
 
|-
| 6 || Unknown
+
| 35
 +
| IsNormalizeAnalogStickWithInnerCross
 
|}
 
|}
   −
= ImageProcessorStatus =
+
= Color =
This is "nn::irsensor::ImageProcessorStatus".
+
This is "nn::hidtypes::Color".
    
{| class="wikitable" border="1"
 
{| class="wikitable" border="1"
!  Value
  −
!  Description
   
|-
 
|-
| 0 || Stopped
+
! Offset || Size || Description
 +
|-
 +
| 0x0 || 0x4 || BodyColor
 
|-
 
|-
| 1 || Running
+
| 0x4 || 0x4 || ButtonColor
|}
+
|-
 +
| 0x8 || 0x4 || LeftGripColor
 +
|-
 +
| 0xC || 0x4 || RightGripColor
 +
|}
   −
= ImageTransferProcessorFormat =
+
= DeviceDescriptorType =
This is "nn::irsensor::ImageTransferProcessorFormat".
+
This is "nn::hidtypes::DeviceDescriptorType".
 
  −
This controls the IR Sensor image resolution.
      
{| class="wikitable" border="1"
 
{| class="wikitable" border="1"
!  Value
  −
!  Description
   
|-
 
|-
| 0 || 320x240
+
! Offset || Size || Description
 +
|-
 +
| 0x0 || 0x1 || [[#DeviceTypeInternal|DeviceType]]
 +
|-
 +
| 0x1 || 0x7 || Reserved
 +
|-
 +
| 0x8 || 0x8 || [[#FeatureType|FeatureType]]
 
|-
 
|-
| 1 || 160x120
+
| 0x10 || 0x8 || [[#DigitalButton|DigitalButton]]
 
|-
 
|-
| 2 || 80x60
+
| 0x18 || 0x4 || [[#AssignmentStyle|AssignmentStyle]]
 
|-
 
|-
| 3 || [4.0.0+] 40x30
+
| 0x1C || 0x10 || [[#Color|DeviceColor]]
 
|-
 
|-
| 4 || [4.0.0+] 20x15
+
| 0x2C || 0x4 || Reserved
 
|}
 
|}
   −
= MomentProcessorConfig =
+
= DeviceDescriptionList =
This is "nn::irsensor::MomentProcessorConfig".
+
This is "nn::hidtypes::detail::DeviceDescriptionList". This is a list of [[#DeviceDescriptorType|DeviceDescriptorType]] objects maintained by the hid-sysmodule.
    
{| class="wikitable" border="1"
 
{| class="wikitable" border="1"
 
|-
 
|-
! Offset || Size || Description
+
! [[#DeviceTypeInternal|DeviceType]] || [[#FeatureType|FeatureType]] || [[#DigitalButton|DigitalButton]] || [[#AssignmentStyle|AssignmentStyle]] || [[#Color|DeviceColor]]
 
|-
 
|-
| 0x0 || 0x8 || ExposureTime (default is 0x493E0)
+
| 1 || 0x18BDBE44A || 0x18F0406AF || 0x24 || 0xFF828282, 0xFF0F0F0F, 0x00000000, 0x00000000
 
|-
 
|-
| 0x8 || 0x4 || LightTarget (default is 0)
+
| 2 || 0x14CDB8225 || 0x6F8F950 || 0x12 || 0xFF828282, 0xFF0F0F0F, 0x00000000, 0x00000000
 
|-
 
|-
| 0xC || 0x4 || Gain (default is 0x8)
+
| 3 || 0x72BBDA073 || 0xFFCFFFF || 0x1 || 0xFF2D2D2D, 0xFFE6E6E6, 0xFF464646, 0xFF464646
 
|-
 
|-
| 0x10 || 0x1 || IsNegativeImageUsed (default is 0)
+
| 4 || 0x108000025 || 0x6F8F950 || 0x2 || 0xFF828282, 0xFF0F0F0F, 0x00000000, 0x00000000
 
|-
 
|-
| 0x11 || 0x7 || Reserved
+
| 5 || 0x10800004A || 0x18F0406AF || 0x4 || 0xFF828282, 0xFF0F0F0F, 0x00000000, 0x00000000
 
|-
 
|-
| 0x18 || 0x2 || WindowOfInterestX (default is 0)
+
| 6 || 0x108800013 || 0xFFCFFFF || 0x1 || 0xFF2D2D2D, 0xFFE6E6E6, 0xFF464646, 0xFF464646
 
|-
 
|-
| 0x1A || 0x2 || WindowOfInterestY (default is 0)
+
| 7 || 0x108CA0000 || 0x2008FCC3 || 0x11 || 0xFF322891, 0xFFFFFFFF, 0x00000000, 0x00000000
 
|-
 
|-
| 0x1C || 0x2 || WindowOfInterestWidth (default is 0x140)
+
| 8 || 0x108CA0800 || 0x4F0C3 || 0x21 || 0xFF322891, 0xFFFFFFFF, 0x00000000, 0x00000000
 
|-
 
|-
| 0x1E || 0x2 || WindowOfInterestHeight (default is 0xF0)
+
| 9 || 0x108CA0000 || 0x2008FCC3 || 0x11 || 0xFFD9D7D7, 0xFFFFFFFF, 0x00000000, 0x00000000
 
|-
 
|-
| 0x20 || 0x4 || Preprocess (default is 0x1)
+
| 10 || 0x108CA0000 || 0x4FCC3 || 0x21 || 0xFFD9D7D7, 0xFFFFFFFF, 0x00000000, 0x00000000
 
|-
 
|-
| 0x24 || 0x4 || PreprocessIntensityThreshold (default is 0x50)
+
| 11 || 0x700CC0000 || 0xFFCF || 0x0 || 0xFF2D2D2D, 0xFFE6E6E6, 0xFF464646, 0xFF464646
|}
  −
 
  −
= PackedMomentProcessorConfig =
  −
This is "nn::irsensor::PackedMomentProcessorConfig".
  −
 
  −
This is converted from [[#MomentProcessorConfig]].
  −
 
  −
{| class="wikitable" border="1"
   
|-
 
|-
! Offset || Size || Description
+
| 12 || 0x841011 || 0x10000010 || 0x1 || 0xFF2D2D2D, 0xFFE6E6E6, 0xFF464646, 0xFF464646
 
|-
 
|-
| 0x0 || 0x8 || ExposureTime (default is 0x493E0)
+
| 13 || 0x83 || 0xFF0F6CF || 0x1 || 0xFF2D2D2D, 0xFFE6E6E6, 0xFF464646, 0xFF464646
 
|-
 
|-
| 0x8 || 0x1 || LightTarget (default is 0)
+
| 14 || 0x1 || 0xF8F950 || 0x10 || 0xFF828282, 0xFF0F0F0F, 0x00000000, 0x00000000
 
|-
 
|-
| 0x9 || 0x1 || Gain (default is 0x8)
+
| 15 || 0x3 || 0xFFCFFFF || 0x1 || 0xFF2D2D2D, 0xFFE6E6E6, 0xFF464646, 0xFF464646
 
|-
 
|-
| 0xA || 0x1 || IsNegativeImageUsed (default is 0)
+
| 16 || 0x3 || 0xFFCFFFF || 0x1 || 0xFF2D2D2D, 0xFFE6E6E6, 0xFF464646, 0xFF464646
 
|-
 
|-
| 0xB || 0x5 || Reserved
+
| 17 || 0x1001A013 || 0xFFCFFFF || 0x8 || 0xFF2D2D2D, 0xFFE6E6E6, 0xFF464646, 0xFF464646
 
|-
 
|-
| 0x10 || 0x2 || WindowOfInterestX (default is 0)
+
| 18 || 0x2 || 0xF0406AF || 0x20 || 0xFF828282, 0xFF0F0F0F, 0x00000000, 0x00000000
 
|-
 
|-
| 0x12 || 0x2 || WindowOfInterestY (default is 0)
+
| 19 || 0x1088DA073 || 0xFFCF3FF || 0x1 || 0xFF2D2D2D, 0xFFE6E6E6, 0xFF464646, 0xFF464646
 
|-
 
|-
| 0x14 || 0x2 || WindowOfInterestWidth (default is 0x140)
+
| 20 || 0x108CA0025 || 0x6F8F150 || 0x12 || 0xFF828282, 0xFF0F0F0F, 0x00000000, 0x00000000
 
|-
 
|-
| 0x16 || 0x2 || WindowOfInterestHeight (default is 0xF0)
+
| 21 || 0x108CA604A || 0x18F0402AF || 0x24 || 0xFF828282, 0xFF0F0F0F, 0x00000000, 0x00000000
 
|-
 
|-
| 0x18 || 0x4 || [[#PackedMcuVersion|RequiredMcuVersion]]
+
| [12.0.0+] 22 || 0xF00CC8101 || 0x1E1FCF6C3 || 0x1 || 0xFF2D2D2D, 0xFFE6E6E6, 0xFF464646, 0xFF464646
 
|-
 
|-
| 0x1C || 0x1 || Preprocess (default is 0x1)
+
| [12.0.0+] 23 || 0x100000000 || 0x0 || 0x0 || 0x00000000, 0x00000000, 0x00000000, 0x00000000
 
|-
 
|-
| 0x1D || 0x1 || PreprocessIntensityThreshold (default is 0x50)
+
| [13.0.0+] 28 || 0x700CC0000 || 0xCF6CF || 0x1 || 0xFF2D2D2D, 0xFFE6E6E6, 0xFF464646, 0xFF464646
 
|-
 
|-
| 0x1E || 0x2 || Reserved
+
| [14.0.0+] 30 || 0x108800003 || 0xFFCFFFF || 0x1 || 0xFF2D2D2D, 0xFFE6E6E6, 0xFF464646, 0xFF464646
 
|}
 
|}
   −
= ClusteringProcessorConfig =
+
= UnmaskFeatureDescriptorType =
This is "nn::irsensor::ClusteringProcessorConfig".
+
This is "nn::hid::server::UnmaskFeatureDescriptorType".
    
{| class="wikitable" border="1"
 
{| class="wikitable" border="1"
Line 9,240: Line 9,306:  
! Offset || Size || Description
 
! Offset || Size || Description
 
|-
 
|-
| 0x0 || 0x8 || ExposureTime (default is 200000)
+
| 0x0 || 0x1 || [[#DeviceTypeInternal|DeviceType]]
 
|-
 
|-
| 0x8 || 0x4 || LightTarget (default is 0)
+
| 0x1 || 0x1 || [[#InterfaceType|InterfaceType]]
 
|-
 
|-
| 0xC || 0x4 || Gain (default is 0x2)
+
| 0x2 || 0x6 || Reserved
 
|-
 
|-
| 0x10 || 0x1 || IsNegativeImageUsed (default is 0)
+
| 0x8 || 0x8 || [[#FeatureType|FeatureType]]
 +
|}
 +
 
 +
= UnmaskFeatureDescriptorList =
 +
This is "nn::hid::server::UnmaskFeatureDescriptorList". This is a list of [[#UnmaskFeatureDescriptorType|UnmaskFeatureDescriptorType]] objects maintained by the hid-sysmodule.
 +
 
 +
{| class="wikitable" border="1"
 
|-
 
|-
| 0x11 || 0x7 || Reserved
+
! [[#DeviceTypeInternal|DeviceType]] || [[#InterfaceType|InterfaceType]] || [[#FeatureType|FeatureType]]
 
|-
 
|-
| 0x18 || 0x2 || WindowOfInterestX (default is 0)
+
| 3 || 3 || 0x2000
 
|-
 
|-
| 0x1A || 0x2 || WindowOfInterestY (default is 0)
+
| 2 || 2 || 0x200
 
|-
 
|-
| 0x1C || 0x2 || WindowOfInterestWidth (default is 320)
+
| 1 || 2 || 0x400
 
|-
 
|-
| 0x1E || 0x2 || WindowOfInterestHeight (default is 240)
+
| 19 || 3 || 0x2000
 
|-
 
|-
| 0x20 || 0x4 || ObjectPixelCountMin (default is 0x3)
+
| 2 || 3 || 0x200
|-
  −
| 0x24 || 0x4 || ObjectPixelCountMax (default is 0x12C00)
   
|-
 
|-
| 0x28 || 0x4 || ObjectIntensityMin (default is 150)
+
| 1 || 3 || 0x6400
|-
  −
| 0x2C || 0x1 || IsExternalLightFilterEnabled (default is 0x1)
   
|}
 
|}
   −
= PackedClusteringProcessorConfig =
+
= FirmwareVersionInfo =
This is "nn::irsensor::PackedClusteringProcessorConfig".
+
This is "nn::hidtypes::FirmwareVersionInfo".
 
  −
This is converted from [[#ClusteringProcessorConfig]].
      
{| class="wikitable" border="1"
 
{| class="wikitable" border="1"
Line 9,276: Line 9,342:  
! Offset || Size || Description
 
! Offset || Size || Description
 
|-
 
|-
| 0x0 || 0x8 || ExposureTime
+
| 0x0 || 0x4 || [[#FirmwareVersionAttribute|FirmwareVersionAttribute]]
 
|-
 
|-
| 0x8 || 0x1 || LightTarget
+
| 0x4 || 0x2 ||
 
|-
 
|-
| 0x9 || 0x1 || Gain
+
| 0x6 || 0x2 || MajorVersion
 
|-
 
|-
| 0xA || 0x1 || IsNegativeImageUsed
+
| 0x8 || 0x2 || MinorVersion
 
|-
 
|-
| 0xB || 0x5 || Reserved
+
| 0xA || 0x2 ||
 +
|}
 +
 
 +
= FirmwareVersionAttribute =
 +
This is "nn::hidtypes::FirmwareVersionAttribute". This is a 32-bit flag.
 +
 
 +
{| class="wikitable" border="1"
 
|-
 
|-
| 0x10 || 0x2 || WindowOfInterestX
+
! Bit
 +
! Description
 
|-
 
|-
| 0x12 || 0x2 || WindowOfInterestY
+
| 0
 +
| IsCustomerCodeCorruption
 
|-
 
|-
| 0x14 || 0x2 || WindowOfInterestWidth
+
| 1
|-
+
| IsIapCorrupted
| 0x16 || 0x2 || WindowOfInterestHeight
  −
|-
  −
| 0x18 || 0x4 || [[#PackedMcuVersion|RequiredMcuVersion]]
  −
|-
  −
| 0x1C || 0x4 || ObjectPixelCountMin
  −
|-
  −
| 0x20 || 0x4 || ObjectPixelCountMax
  −
|-
  −
| 0x24 || 0x1 || ObjectIntensityMin
  −
|-
  −
| 0x25 || 0x1 || IsExternalLightFilterEnabled
  −
|-
  −
| 0x26 || 0x2 || Reserved
   
|}
 
|}
   −
= ImageTransferProcessorConfig =
+
= IrCameraHandle =
This is "nn::irsensor::ImageTransferProcessorConfig".
+
This is "nn::irsensor::IrCameraHandle".
    
{| class="wikitable" border="1"
 
{| class="wikitable" border="1"
Line 9,314: Line 9,375:  
! Offset || Size || Description
 
! Offset || Size || Description
 
|-
 
|-
| 0x0 || 0x8 || ExposureTime
+
| 0x0 || 0x1 || PlayerNumber
 
|-
 
|-
| 0x8 || 0x4 || LightTarget
+
| 0x1 || 0x1 || DeviceType
 
|-
 
|-
| 0xC || 0x4 || Gain
+
| 0x2 || 0x2 || Reserved
 +
|}
 +
 
 +
= IrCameraStatus =
 +
This is "nn::irsensor::IrCameraStatus".
 +
 
 +
{| class="wikitable" border="1"
 +
!  Value
 +
!  Description
 
|-
 
|-
| 0x10 || 0x1 || IsNegativeImageUsed
+
| 0 || Available
 
|-
 
|-
| 0x11 || 0x7 || Reserved
+
| 1 || Unsupported
 
|-
 
|-
| 0x18 || 0x4 || [[#ImageTransferProcessorFormat|Format]]
+
| 2 || Unconnected
 
|}
 
|}
   −
= PackedImageTransferProcessorConfig =
+
= IrCameraInternalStatus =
This is "nn::irsensor::PackedImageTransferProcessorConfig".
+
This is "nn::irsensor::IrCameraInternalStatus".
 
  −
This is converted from [[#ImageTransferProcessorConfig]].
      
{| class="wikitable" border="1"
 
{| class="wikitable" border="1"
 +
!  Value
 +
!  Description
 
|-
 
|-
! Offset || Size || Description
+
| 0 || Stopped
 
|-
 
|-
| 0x0 || 0x8 || ExposureTime
+
| 1 || FirmwareUpdateNeeded
 
|-
 
|-
| 0x8 || 0x1 || LightTarget
+
| 2 ||  
 
|-
 
|-
| 0x9 || 0x1 || Gain
+
| 3 ||  
 
|-
 
|-
| 0xA || 0x1 || IsNegativeImageUsed
+
| 4 ||  
 
|-
 
|-
| 0xB || 0x5 || Reserved
+
| 5 || FirmwareVersionRequested
 
|-
 
|-
| 0x10 || 0x4 || [[#PackedMcuVersion|RequiredMcuVersion]]
+
| 6 || FirmwareVersionIsInvalid
 
|-
 
|-
| 0x14 || 0x1 || [[#ImageTransferProcessorFormat|Format]]
+
| 7 || [4.0.0+] Ready
 
|-
 
|-
| 0x15 || 0x3 || Reserved
+
| 8 || [4.0.0+] Setting
 
|}
 
|}
   −
= ImageTransferProcessorState =
+
= IrSensorMode =
This is "nn::irsensor::ImageTransferProcessorState".
+
This is "nn::irsensor::detail::StatusManager::IrSensorMode".
    
{| class="wikitable" border="1"
 
{| class="wikitable" border="1"
 +
!  Value
 +
!  Description
 +
|-
 +
| 0 || None
 +
|-
 +
| 1 || [[#MomentProcessorState|MomentProcessor]]
 +
|-
 +
| 2 || [[#ClusteringProcessorState|ClusteringProcessor]]
 
|-
 
|-
! Offset || Size || Description
+
| 3 || [[#ImageTransferProcessorState|ImageTransferProcessor]]
 
|-
 
|-
| 0x0 || 0x8 || SamplingNumber
+
| 4 || [[#PointingProcessorMarkerState|PointingProcessorMarker]]
 
|-
 
|-
| 0x8 || 0x4 || AmbientNoiseLevel
+
| 5 || [[#TeraPluginProcessorState|TeraPluginProcessor]]
 
|-
 
|-
| 0xC || 0x4 || Reserved
+
| 6 || Unknown
 
|}
 
|}
   −
= TeraPluginProcessorConfig =
+
= ImageProcessorStatus =
This is "nn::irsensor::TeraPluginProcessorConfig".
+
This is "nn::irsensor::ImageProcessorStatus".
    
{| class="wikitable" border="1"
 
{| class="wikitable" border="1"
 +
!  Value
 +
!  Description
 
|-
 
|-
! Offset || Size || Description
+
| 0 || Stopped
 
|-
 
|-
| 0x0 || 0x1 || Mode
+
| 1 || Running
|-
  −
| 0x1 || 0x1 ||
  −
|-
  −
| 0x2 || 0x1 ||
  −
|-
  −
| 0x3 || 0x1 ||  
   
|}
 
|}
   −
= PackedTeraPluginProcessorConfig =
+
= ImageTransferProcessorFormat =
This is "nn::irsensor::PackedTeraPluginProcessorConfig".
+
This is "nn::irsensor::ImageTransferProcessorFormat".
   −
This is converted from [[#TeraPluginProcessorConfig]]. The data starting at offset 0x5 is only initialized by the user-process with [6.0.0+].
+
This controls the IR Sensor image resolution.
 
  −
[[#TeraPluginProcessorConfig]] +0x0, +0x2, and +0x3 are copied to +0x4, 0x6, and +0x7 here. +0x5 here is set to 0x2 | ([[#TeraPluginProcessorConfig]]+0x1 << 7).
      
{| class="wikitable" border="1"
 
{| class="wikitable" border="1"
 +
!  Value
 +
!  Description
 
|-
 
|-
! Offset || Size || Description
+
| 0 || 320x240
 
|-
 
|-
| 0x0 || 0x4 || [[#PackedMcuVersion|RequiredMcuVersion]]
+
| 1 || 160x120
 
|-
 
|-
| 0x4 || 0x1 || Mode
+
| 2 || 80x60
 
|-
 
|-
| 0x5 || 0x1 ||  
+
| 3 || [4.0.0+] 40x30
 
|-
 
|-
| 0x6 || 0x1 ||
+
| 4 || [4.0.0+] 20x15
|-
  −
| 0x7 || 0x1 ||  
   
|}
 
|}
   −
= PointingProcessorConfig =
+
= MomentProcessorConfig =
This is "nn::irsensor::PointingProcessorConfig".
+
This is "nn::irsensor::MomentProcessorConfig".
    
{| class="wikitable" border="1"
 
{| class="wikitable" border="1"
Line 9,412: Line 9,483:  
! Offset || Size || Description
 
! Offset || Size || Description
 
|-
 
|-
| 0x0 || 0x2 || WindowOfInterestX (default is 0)
+
| 0x0 || 0x8 || ExposureTime (default is 0x493E0)
 +
|-
 +
| 0x8 || 0x4 || LightTarget (default is 0)
 
|-
 
|-
| 0x2 || 0x2 || WindowOfInterestY (default is 0)
+
| 0xC || 0x4 || Gain (default is 0x8)
 
|-
 
|-
| 0x4 || 0x2 || WindowOfInterestWidth (default is 320)
+
| 0x10 || 0x1 || IsNegativeImageUsed (default is 0)
 
|-
 
|-
| 0x6 || 0x2 || WindowOfInterestHeight (default is 240)
+
| 0x11 || 0x7 || Reserved
|}
  −
 
  −
= PackedPointingProcessorConfig =
  −
This is "nn::irsensor::PackedPointingProcessorConfig".
  −
 
  −
This is converted from [[#PointingProcessorConfig]].
  −
 
  −
{| class="wikitable" border="1"
   
|-
 
|-
! Offset || Size || Description
+
| 0x18 || 0x2 || WindowOfInterestX (default is 0)
 
|-
 
|-
| 0x0 || 0x2 || WindowOfInterestX (default is 0)
+
| 0x1A || 0x2 || WindowOfInterestY (default is 0)
 
|-
 
|-
| 0x2 || 0x2 || WindowOfInterestY (default is 0)
+
| 0x1C || 0x2 || WindowOfInterestWidth (default is 0x140)
 
|-
 
|-
| 0x4 || 0x2 || WindowOfInterestWidth (default is 320)
+
| 0x1E || 0x2 || WindowOfInterestHeight (default is 0xF0)
 
|-
 
|-
| 0x6 || 0x2 || WindowOfInterestHeight (default is 240)
+
| 0x20 || 0x4 || Preprocess (default is 0x1)
 
|-
 
|-
| 0x8 || 0x4 || [[#PackedMcuVersion|RequiredMcuVersion]]
+
| 0x24 || 0x4 || PreprocessIntensityThreshold (default is 0x50)
 
|}
 
|}
   −
= PackedMcuVersion =
+
= PackedMomentProcessorConfig =
This is "nn::irsensor::PackedMcuVersion".
+
This is "nn::irsensor::PackedMomentProcessorConfig".
 +
 
 +
This is converted from [[#MomentProcessorConfig]].
    
{| class="wikitable" border="1"
 
{| class="wikitable" border="1"
Line 9,448: Line 9,515:  
! Offset || Size || Description
 
! Offset || Size || Description
 
|-
 
|-
| 0x0 || 0x2 || MajorVersion
+
| 0x0 || 0x8 || ExposureTime (default is 0x493E0)
 +
|-
 +
| 0x8 || 0x1 || LightTarget (default is 0)
 +
|-
 +
| 0x9 || 0x1 || Gain (default is 0x8)
 
|-
 
|-
| 0x2 || 0x2 || MinorVersion
+
| 0xA || 0x1 || IsNegativeImageUsed (default is 0)
|}
  −
 
  −
== Versions ==
  −
{| class="wikitable" border="1"
   
|-
 
|-
! MajorVersion || MinorVersion || SystemVersion
+
| 0xB || 0x5 || Reserved
 
|-
 
|-
| 0x3 || 0xB || [1.0.0+]
+
| 0x10 || 0x2 || WindowOfInterestX (default is 0)
 
|-
 
|-
| 0x4 || 0x12 || [4.0.0+]
+
| 0x12 || 0x2 || WindowOfInterestY (default is 0)
 
|-
 
|-
| 0x5 || 0x18 || [5.0.0+]
+
| 0x14 || 0x2 || WindowOfInterestWidth (default is 0x140)
 
|-
 
|-
| 0x6 || 0x1A || [6.0.0+]
+
| 0x16 || 0x2 || WindowOfInterestHeight (default is 0xF0)
 
|-
 
|-
| 0x8 || 0x1B || [8.0.0+]
+
| 0x18 || 0x4 || [[#PackedMcuVersion|RequiredMcuVersion]]
|}
  −
 
  −
= PackedFunctionLevel =
  −
This is nn::irsensor::PackedFunctionLevel.
  −
 
  −
{| class="wikitable" border="1"
   
|-
 
|-
! Offset || Size || Description
+
| 0x1C || 0x1 || Preprocess (default is 0x1)
 
|-
 
|-
| 0x0 || 0x1 || [[#IrSensorFunctionLevel]]
+
| 0x1D || 0x1 || PreprocessIntensityThreshold (default is 0x50)
 
|-
 
|-
| 0x1 || 0x3 || Reserved
+
| 0x1E || 0x2 || Reserved
 
|}
 
|}
   −
== IrSensorFunctionLevel ==
+
= ClusteringProcessorConfig =
This is "nn::irsensor::IrSensorFunctionLevel".
+
This is "nn::irsensor::ClusteringProcessorConfig".
    
{| class="wikitable" border="1"
 
{| class="wikitable" border="1"
 
|-
 
|-
! Value || SystemVersion
+
! Offset || Size || Description
 
|-
 
|-
| 0 || [1.0.0+]
+
| 0x0 || 0x8 || ExposureTime (default is 200000)
 
|-
 
|-
| 1 || [4.0.0+]
+
| 0x8 || 0x4 || LightTarget (default is 0)
 
|-
 
|-
| 2 || [5.0.0+]
+
| 0xC || 0x4 || Gain (default is 0x2)
 
|-
 
|-
| 3 || [6.0.0+]
+
| 0x10 || 0x1 || IsNegativeImageUsed (default is 0)
 
|-
 
|-
| 4 || [8.0.0+]
+
| 0x11 || 0x7 || Reserved
|}
  −
 
  −
= ImageTransferProcessorExConfig =
  −
This is "nn::irsensor::ImageTransferProcessorExConfig".
  −
 
  −
{| class="wikitable" border="1"
   
|-
 
|-
! Offset || Size || Description
+
| 0x18 || 0x2 || WindowOfInterestX (default is 0)
 
|-
 
|-
| 0x0 || 0x8 || ExposureTime
+
| 0x1A || 0x2 || WindowOfInterestY (default is 0)
 
|-
 
|-
| 0x8 || 0x4 || LightTarget
+
| 0x1C || 0x2 || WindowOfInterestWidth (default is 320)
 
|-
 
|-
| 0xC || 0x4 || Gain
+
| 0x1E || 0x2 || WindowOfInterestHeight (default is 240)
 
|-
 
|-
| 0x10 || 0x1 || IsNegativeImageUsed
+
| 0x20 || 0x4 || ObjectPixelCountMin (default is 0x3)
 
|-
 
|-
| 0x11 || 0x7 || Reserved
+
| 0x24 || 0x4 || ObjectPixelCountMax (default is 0x12C00)
 
|-
 
|-
| 0x18 || 0x4 || [[#ImageTransferProcessorFormat|OrigFormat]]
+
| 0x28 || 0x4 || ObjectIntensityMin (default is 150)
 
|-
 
|-
| 0x1C || 0x4 || [[#ImageTransferProcessorFormat|TrimmingFormat]]
+
| 0x2C || 0x1 || IsExternalLightFilterEnabled (default is 0x1)
|-
  −
| 0x20 || 0x2 || TrimmingStartX
  −
|-
  −
| 0x22 || 0x2 || TrimmingStartY
  −
|-
  −
| 0x24 || 0x1 || IsExternalLightFilterEnabled
   
|}
 
|}
   −
= PackedImageTransferProcessorExConfig =
+
= PackedClusteringProcessorConfig =
This is "nn::irsensor::PackedImageTransferProcessorExConfig".
+
This is "nn::irsensor::PackedClusteringProcessorConfig".
   −
This is converted from [[#ImageTransferProcessorExConfig]].
+
This is converted from [[#ClusteringProcessorConfig]].
    
{| class="wikitable" border="1"
 
{| class="wikitable" border="1"
Line 9,546: Line 9,595:  
| 0xB || 0x5 || Reserved
 
| 0xB || 0x5 || Reserved
 
|-
 
|-
| 0x10 || 0x4 || [[#PackedMcuVersion|RequiredMcuVersion]]
+
| 0x10 || 0x2 || WindowOfInterestX
 +
|-
 +
| 0x12 || 0x2 || WindowOfInterestY
 +
|-
 +
| 0x14 || 0x2 || WindowOfInterestWidth
 +
|-
 +
| 0x16 || 0x2 || WindowOfInterestHeight
 
|-
 
|-
| 0x14 || 0x1 || [[#ImageTransferProcessorFormat|OrigFormat]]
+
| 0x18 || 0x4 || [[#PackedMcuVersion|RequiredMcuVersion]]
 
|-
 
|-
| 0x15 || 0x1 || [[#ImageTransferProcessorFormat|TrimmingFormat]]
+
| 0x1C || 0x4 || ObjectPixelCountMin
 
|-
 
|-
| 0x16 || 0x2 || TrimmingStartX
+
| 0x20 || 0x4 || ObjectPixelCountMax
 
|-
 
|-
| 0x18 || 0x2 || TrimmingStartY
+
| 0x24 || 0x1 || ObjectIntensityMin
 
|-
 
|-
| 0x1A || 0x1 || IsExternalLightFilterEnabled
+
| 0x25 || 0x1 || IsExternalLightFilterEnabled
 
|-
 
|-
| 0x1B || 0x5 || Reserved
+
| 0x26 || 0x2 || Reserved
 
|}
 
|}
   −
= IrLedProcessorConfig =
+
= ImageTransferProcessorConfig =
This is "nn::irsensor::IrLedProcessorConfig".
+
This is "nn::irsensor::ImageTransferProcessorConfig".
    
{| class="wikitable" border="1"
 
{| class="wikitable" border="1"
Line 9,568: Line 9,623:  
! Offset || Size || Description
 
! Offset || Size || Description
 
|-
 
|-
| 0x0 || 0x4 || LightTarget
+
| 0x0 || 0x8 || ExposureTime
 +
|-
 +
| 0x8 || 0x4 || LightTarget
 +
|-
 +
| 0xC || 0x4 || Gain
 +
|-
 +
| 0x10 || 0x1 || IsNegativeImageUsed
 +
|-
 +
| 0x11 || 0x7 || Reserved
 +
|-
 +
| 0x18 || 0x4 || [[#ImageTransferProcessorFormat|Format]]
 
|}
 
|}
   −
= PackedIrLedProcessorConfig =
+
= PackedImageTransferProcessorConfig =
This is "nn::irsensor::PackedIrLedProcessorConfig".
+
This is "nn::irsensor::PackedImageTransferProcessorConfig".
   −
This is converted from [[#IrLedProcessorConfig]].
+
This is converted from [[#ImageTransferProcessorConfig]].
    
{| class="wikitable" border="1"
 
{| class="wikitable" border="1"
Line 9,580: Line 9,645:  
! Offset || Size || Description
 
! Offset || Size || Description
 
|-
 
|-
| 0x0 || 0x4 || [[#PackedMcuVersion|RequiredMcuVersion]]
+
| 0x0 || 0x8 || ExposureTime
 +
|-
 +
| 0x8 || 0x1 || LightTarget
 +
|-
 +
| 0x9 || 0x1 || Gain
 +
|-
 +
| 0xA || 0x1 || IsNegativeImageUsed
 +
|-
 +
| 0xB || 0x5 || Reserved
 +
|-
 +
| 0x10 || 0x4 || [[#PackedMcuVersion|RequiredMcuVersion]]
 
|-
 
|-
| 0x4 || 0x1 || LightTarget
+
| 0x14 || 0x1 || [[#ImageTransferProcessorFormat|Format]]
 
|-
 
|-
| 0x5 || 0x3 || Padding
+
| 0x15 || 0x3 || Reserved
 
|}
 
|}
   −
= AdaptiveClusteringProcessorConfig =
+
= ImageTransferProcessorState =
This is "nn::irsensor::AdaptiveClusteringProcessorConfig".
+
This is "nn::irsensor::ImageTransferProcessorState".
   −
AdaptiveClusteringProcessor was added with [5.0.0+].
+
{| class="wikitable" border="1"
 +
|-
 +
! Offset || Size || Description
 +
|-
 +
| 0x0 || 0x8 || SamplingNumber
 +
|-
 +
| 0x8 || 0x4 || AmbientNoiseLevel
 +
|-
 +
| 0xC || 0x4 || Reserved
 +
|}
 +
 
 +
= TeraPluginProcessorConfig =
 +
This is "nn::irsensor::TeraPluginProcessorConfig".
 +
 
 +
{| class="wikitable" border="1"
 +
|-
 +
! Offset || Size || Description
 +
|-
 +
| 0x0 || 0x1 || Mode
 +
|-
 +
| 0x1 || 0x1 ||
 +
|-
 +
| 0x2 || 0x1 ||
 +
|-
 +
| 0x3 || 0x1 ||
 +
|}
 +
 
 +
= PackedTeraPluginProcessorConfig =
 +
This is "nn::irsensor::PackedTeraPluginProcessorConfig".
 +
 
 +
This is converted from [[#TeraPluginProcessorConfig]]. The data starting at offset 0x5 is only initialized by the user-process with [6.0.0+].
 +
 
 +
[[#TeraPluginProcessorConfig]] +0x0, +0x2, and +0x3 are copied to +0x4, 0x6, and +0x7 here. +0x5 here is set to 0x2 | ([[#TeraPluginProcessorConfig]]+0x1 << 7).
   −
This is converted to [[#TeraPluginProcessorConfig]] by the user-process. [[#TeraPluginProcessorConfig]]+0x3 is zero.
+
{| class="wikitable" border="1"
 +
|-
 +
! Offset || Size || Description
 +
|-
 +
| 0x0 || 0x4 || [[#PackedMcuVersion|RequiredMcuVersion]]
 +
|-
 +
| 0x4 || 0x1 || Mode
 +
|-
 +
| 0x5 || 0x1 ||
 +
|-
 +
| 0x6 || 0x1 ||
 +
|-
 +
| 0x7 || 0x1 ||
 +
|}
   −
The default config is all-zero.
+
= PointingProcessorConfig =
 +
This is "nn::irsensor::PointingProcessorConfig".
    
{| class="wikitable" border="1"
 
{| class="wikitable" border="1"
 
|-
 
|-
! Offset || Size || Description
+
! Offset || Size || Description
 +
|-
 +
| 0x0 || 0x2 || WindowOfInterestX (default is 0)
 +
|-
 +
| 0x2 || 0x2 || WindowOfInterestY (default is 0)
 +
|-
 +
| 0x4 || 0x2 || WindowOfInterestWidth (default is 320)
 +
|-
 +
| 0x6 || 0x2 || WindowOfInterestHeight (default is 240)
 +
|}
 +
 
 +
= PackedPointingProcessorConfig =
 +
This is "nn::irsensor::PackedPointingProcessorConfig".
 +
 
 +
This is converted from [[#PointingProcessorConfig]].
 +
 
 +
{| class="wikitable" border="1"
 +
|-
 +
! Offset || Size || Description
 +
|-
 +
| 0x0 || 0x2 || WindowOfInterestX (default is 0)
 +
|-
 +
| 0x2 || 0x2 || WindowOfInterestY (default is 0)
 +
|-
 +
| 0x4 || 0x2 || WindowOfInterestWidth (default is 320)
 +
|-
 +
| 0x6 || 0x2 || WindowOfInterestHeight (default is 240)
 +
|-
 +
| 0x8 || 0x4 || [[#PackedMcuVersion|RequiredMcuVersion]]
 +
|}
 +
 
 +
= PackedMcuVersion =
 +
This is "nn::irsensor::PackedMcuVersion".
 +
 
 +
{| class="wikitable" border="1"
 +
|-
 +
! Offset || Size || Description
 +
|-
 +
| 0x0 || 0x2 || MajorVersion
 +
|-
 +
| 0x2 || 0x2 || MinorVersion
 +
|}
 +
 
 +
== Versions ==
 +
{| class="wikitable" border="1"
 +
|-
 +
! MajorVersion || MinorVersion || SystemVersion
 +
|-
 +
| 0x3 || 0xB || [1.0.0+]
 +
|-
 +
| 0x4 || 0x12 || [4.0.0+]
 +
|-
 +
| 0x5 || 0x18 || [5.0.0+]
 +
|-
 +
| 0x6 || 0x1A || [6.0.0+]
 +
|-
 +
| 0x8 || 0x1B || [8.0.0+]
 +
|}
 +
 
 +
= PackedFunctionLevel =
 +
This is nn::irsensor::PackedFunctionLevel.
 +
 
 +
{| class="wikitable" border="1"
 +
|-
 +
! Offset || Size || Description
 +
|-
 +
| 0x0 || 0x1 || [[#IrSensorFunctionLevel]]
 +
|-
 +
| 0x1 || 0x3 || Reserved
 +
|}
 +
 
 +
== IrSensorFunctionLevel ==
 +
This is "nn::irsensor::IrSensorFunctionLevel".
 +
 
 +
{| class="wikitable" border="1"
 +
|-
 +
! Value || SystemVersion
 +
|-
 +
| 0 || [1.0.0+]
 +
|-
 +
| 1 || [4.0.0+]
 +
|-
 +
| 2 || [5.0.0+]
 +
|-
 +
| 3 || [6.0.0+]
 +
|-
 +
| 4 || [8.0.0+]
 +
|}
 +
 
 +
= ImageTransferProcessorExConfig =
 +
This is "nn::irsensor::ImageTransferProcessorExConfig".
 +
 
 +
{| class="wikitable" border="1"
 +
|-
 +
! Offset || Size || Description
 +
|-
 +
| 0x0 || 0x8 || ExposureTime
 +
|-
 +
| 0x8 || 0x4 || LightTarget
 +
|-
 +
| 0xC || 0x4 || Gain
 +
|-
 +
| 0x10 || 0x1 || IsNegativeImageUsed
 +
|-
 +
| 0x11 || 0x7 || Reserved
 +
|-
 +
| 0x18 || 0x4 || [[#ImageTransferProcessorFormat|OrigFormat]]
 +
|-
 +
| 0x1C || 0x4 || [[#ImageTransferProcessorFormat|TrimmingFormat]]
 +
|-
 +
| 0x20 || 0x2 || TrimmingStartX
 +
|-
 +
| 0x22 || 0x2 || TrimmingStartY
 +
|-
 +
| 0x24 || 0x1 || IsExternalLightFilterEnabled
 +
|}
 +
 
 +
= PackedImageTransferProcessorExConfig =
 +
This is "nn::irsensor::PackedImageTransferProcessorExConfig".
 +
 
 +
This is converted from [[#ImageTransferProcessorExConfig]].
 +
 
 +
{| class="wikitable" border="1"
 +
|-
 +
! Offset || Size || Description
 +
|-
 +
| 0x0 || 0x8 || ExposureTime
 +
|-
 +
| 0x8 || 0x1 || LightTarget
 +
|-
 +
| 0x9 || 0x1 || Gain
 +
|-
 +
| 0xA || 0x1 || IsNegativeImageUsed
 +
|-
 +
| 0xB || 0x5 || Reserved
 +
|-
 +
| 0x10 || 0x4 || [[#PackedMcuVersion|RequiredMcuVersion]]
 +
|-
 +
| 0x14 || 0x1 || [[#ImageTransferProcessorFormat|OrigFormat]]
 +
|-
 +
| 0x15 || 0x1 || [[#ImageTransferProcessorFormat|TrimmingFormat]]
 +
|-
 +
| 0x16 || 0x2 || TrimmingStartX
 +
|-
 +
| 0x18 || 0x2 || TrimmingStartY
 +
|-
 +
| 0x1A || 0x1 || IsExternalLightFilterEnabled
 +
|-
 +
| 0x1B || 0x5 || Reserved
 +
|}
 +
 
 +
= IrLedProcessorConfig =
 +
This is "nn::irsensor::IrLedProcessorConfig".
 +
 
 +
{| class="wikitable" border="1"
 +
|-
 +
! Offset || Size || Description
 +
|-
 +
| 0x0 || 0x4 || LightTarget
 +
|}
 +
 
 +
= PackedIrLedProcessorConfig =
 +
This is "nn::irsensor::PackedIrLedProcessorConfig".
 +
 
 +
This is converted from [[#IrLedProcessorConfig]].
 +
 
 +
{| class="wikitable" border="1"
 +
|-
 +
! Offset || Size || Description
 +
|-
 +
| 0x0 || 0x4 || [[#PackedMcuVersion|RequiredMcuVersion]]
 +
|-
 +
| 0x4 || 0x1 || LightTarget
 +
|-
 +
| 0x5 || 0x3 || Padding
 +
|}
 +
 
 +
= AdaptiveClusteringProcessorConfig =
 +
This is "nn::irsensor::AdaptiveClusteringProcessorConfig".
 +
 
 +
AdaptiveClusteringProcessor was added with [5.0.0+].
 +
 
 +
This is converted to [[#TeraPluginProcessorConfig]] by the user-process. [[#TeraPluginProcessorConfig]]+0x3 is zero.
 +
 
 +
The default config is all-zero.
 +
 
 +
{| class="wikitable" border="1"
 +
|-
 +
! Offset || Size || Description
 +
|-
 +
| 0x0 || 0x4 || [[#AdaptiveClusteringMode]]
 +
|-
 +
| 0x4 || 0x4 || [6.0.0+] [[#AdaptiveClusteringTargetDistance]]
 +
|}
 +
 
 +
== AdaptiveClusteringMode ==
 +
{| class="wikitable" border="1"
 +
!  Value
 +
!  Description
 +
|-
 +
| 0 || StaticFov
 +
|-
 +
| 1 || DynamicFov
 +
|}
 +
 
 +
Controls the mode for [[#TeraPluginProcessorConfig]] (DynamicFov -> 0x10; StaticFov -> 0x0F).
 +
 
 +
== AdaptiveClusteringTargetDistance ==
 +
{| class="wikitable" border="1"
 +
!  Value
 +
!  Description
 +
|-
 +
| 0 || Near
 +
|-
 +
| 1 || Middle
 +
|-
 +
| 2 || Far
 +
|}
 +
 
 +
Controls the second and third bytes for [[#TeraPluginProcessorConfig]] (Near-> 0x00, 0x00; Middle -> 0x01, 0x03; Far -> 0x01, 0x08).
 +
 
 +
= HandAnalysisConfig =
 +
This is "nn::irsensor::HandAnalysisConfig".
 +
 
 +
This is converted to [[#TeraPluginProcessorConfig]] by the user-process, which is all-zero except the mode.
 +
* pre-4.0.0: [[#TeraPluginProcessorConfig]] mode = [[#HandAnalysisMode]] - 1.
 +
* [4.0.0+]: Silhouette = 0x5, Image = 0x6, SilhouetteAndImage = 0x7, SilhouetteOnly = 0xA.
 +
 
 +
{| class="wikitable" border="1"
 +
|-
 +
! Offset || Size || Description
 +
|-
 +
| 0x0 || 0x4 || [[#HandAnalysisMode]]
 +
|}
 +
 
 +
== HandAnalysisMode ==
 +
{| class="wikitable" border="1"
 +
!  Value
 +
!  Description
 +
|-
 +
| 0 || None (invalid)
 +
|-
 +
| 1 || Silhouette
 +
|-
 +
| 2 || Image
 +
|-
 +
| 3 || SilhouetteAndImage
 +
|-
 +
| 4 || [4.0.0+] SilhouetteOnly
 +
|}
 +
 
 +
= BusHandle =
 +
This is "nn::hidbus::BusHandle".
 +
 
 +
{| class="wikitable" border="1"
 +
|-
 +
! Offset || Size || Description
 +
|-
 +
| 0x0 || 0x4 || AbstractedPadId
 +
|-
 +
| 0x4 || 0x1 || InternalIndex
 +
|-
 +
| 0x5 || 0x1 || PlayerNumber
 +
|-
 +
| 0x6 || 0x1 || BusTypeId
 +
|-
 +
| 0x7 || 0x1 || IsValid
 +
|}
 +
 
 +
= JoyPollingReceivedData =
 +
This is "nn::hidbus::JoyPollingReceivedData".
 +
 
 +
This is copied from the entries in [[#EnableJoyPollingReceiveMode|TransferMemory]] by GetJoyPollingReceivedData.
 +
 
 +
{| class="wikitable" border="1"
 +
|-
 +
! Offset || Size || Description
 +
|-
 +
| 0x0 || 0x30 || Data
 +
|-
 +
| 0x30 || 0x8 || OutSize
 +
|-
 +
| 0x38 || 0x8 || SamplingNumber
 +
|}
 +
 
 +
= BusType =
 +
This is "nn::hidbus::BusType".
 +
 
 +
{| class="wikitable" border="1"
 +
!  Value
 +
!  Description
 +
|-
 +
| 0 || LeftJoyRail
 +
|-
 +
| 1 || RightJoyRail
 +
|-
 +
| 2 || [6.0.0+] InternalBus (for Lark microphone)
 +
|}
 +
 
 +
= JoyPollingMode =
 +
This is "nn::hidbus::JoyPollingMode".
 +
 
 +
{| class="wikitable" border="1"
 +
!  Value
 +
!  Description
 +
|-
 +
| 0 || SixAxisSensorDisable
 +
|-
 +
| 1 || SixAxisSensorEnable
 +
|-
 +
| 2 || ButtonOnly
 +
|}
 +
 
 +
Other values causes [[#EnableJoyPollingReceiveMode]] to assert.
 +
 
 +
= StatusManagerType =
 +
This is "nn::hidbus::detail::StatusManagerType".
 +
 
 +
{| class="wikitable" border="1"
 +
!  Value
 +
!  Description
 +
|-
 +
| 0 || None
 +
|-
 +
| 1 || 16
 +
|-
 +
| 2 || 32
 +
|}
 +
 
 +
= ExternalDevices =
 +
The following devices are used via hidbus:
 +
* [[Ring-Con]]
 +
** [[#BusType|BusType]] is 0 (LeftJoyRail) or 1 (RightJoyRail).
 +
** [[#GetExternalDeviceId|DeviceId]] is 0x20 ("Ronde").
 +
* Famicom right controller (with microphone)
 +
** [[#BusType|BusType]] is 2 (InternalBus).
 +
** [[#GetExternalDeviceId|DeviceId]] is 0x21 ("LarkMic").
 +
** SendAndReceive is not used. EnableJoyPollingReceiveMode is used where the input buffer is an u32 with value 0, [[#JoyPollingMode]] = 2. GetJoyPollingReceivedData is used to get the output data.
 +
* "Starlink: Battle For Atlas" controller mount
 +
** [[#BusType|BusType]] is 1 (RightJoyRail).
 +
** [[#GetExternalDeviceId|DeviceId]] is 0x28 ("Flight").
 +
** EnableJoyPollingReceiveMode is used where the input buffer is an u16 with value 0x09, [[#JoyPollingMode]] = 0. SendAndReceive is called from 1 func. GetJoyPollingReceivedData is used to determine whether to call the same func which calls SendAndReceive, which is only done if <code>out_size==0x4 && data[0]==0x09 && (data[1] & 1 == 1)</code>.
 +
 
 +
= RomFS =
 +
The hid-sysmodule RomFS contains:
 +
  ftmFwUpdate
 +
    ├── NTD_4CD_1801.fts256
 +
    ├── NTD_4CD_2602.fts256
 +
    ├── NTD_4CD_3801.fts256
 +
    └── NTD_4CD_xxxx.fts256 [7.0.0+]
 +
 
 +
These are firmware files for the touchscreen controller.
 +
 
 +
[9.0.0+] The hid-sysmodule RomFS now contains:
 +
  ftmFwUpdate
 +
    ├── FTS_00120100.fts256
 +
    ├── FTS_32000001.fts256
 +
    ├── FTS_32000102.fts256
 +
    ├── FTS_32000302.fts256
 +
    └── FTS_32000402.fts256
 +
 
 +
[10.0.0+] The RomFs for hid-sysmodule was removed. The data which used to be in RomFs was moved into title [[Title_list|0100000000000822]].
 +
 
 +
= Firmware Update =
 +
HID-sysmodule mounts the contents of title [[Title_list|0100000000000822]] as "systemData" or the contents of title [[Title_list|010000000000B22B]] as "systemDataD". Both titles contain the same files, but [[Title_list|0100000000000822]] is used on retail units while [[Title_list|010000000000B22B]] is used for development.
 +
 
 +
These titles contain the following files:
 +
* '''ExpectVersionInfo.csv'''
 +
** List in the format "[device],[type],[version]" where "device" can be "JoyLeft", "JoyRight", "FullKey", "Palma" or "Handheld", "type" can be "BT", "MCU", "USB" or "SioH" and "version" is the hexadecimal representation of the firmware file's version.
 +
* '''FirmwareInfo.csv'''
 +
** List in the format "[device],[type],[version],[file]" where "device", "type" and "version" should match the values from "ExpectVersionInfo" and "file" is the name of the firmware file.
 +
* '''ukyosakyo_ep2_ota.bin'''
 +
** Left/Right Joy-Con BT firmware.
 +
* '''raizo_ep2_ota.bin'''
 +
** Pro Controller BT firmware.
 +
* '''tera_ota.bin'''
 +
** Right Joy-Con MCU firmware.
 +
* '''tera_ota_iap.bin'''
 +
** Right Joy-Con MCU (IAP profile) firmware.
 +
* '''tera_fullkey_ota.bin'''
 +
** Pro Controller MCU firmware.
 +
* '''tera_fullkey_ota_iap.bin'''
 +
** Pro Controller MCU (IAP profile) firmware.
 +
* [6.0.0+] '''ProController.dfu'''
 +
** Pro Controller USB firmware.
 +
* [6.1.0+] '''PalmaFw.bin'''
 +
** Poké Ball Plus BT firmware.
 +
* [8.1.1+] '''ExpectVersionInfo-platform.hoag.csv'''
 +
** Same as "ExpectVersionInfo.csv" but for the Switch Lite platform.
 +
* [8.1.1+] '''FirmwareInfo-platform.hoag.csv'''
 +
** Same as "FirmwareInfo.csv" but for the Switch Lite platform.
 +
* [8.1.1+] '''sioh.bin'''
 +
** Switch Lite Joy-Con firmware.
 +
* [8.1.1+] '''sioh_iap.bin'''
 +
** Switch Lite Joy-Con (IAP profile) firmware.
 +
* [10.0.0+] '''FTS_00120100.fts256'''
 +
** Touch Screen controller firmware in FTS256 format.
 +
* [10.0.0+] '''FTS_32000001.fts256'''
 +
** Touch Screen controller firmware in FTS256 format for panel vendor "Nissha".
 +
* [10.0.0+] '''FTS_32000102.fts256'''
 +
** Touch Screen controller firmware in FTS256 format for panel vendor "GIS".
 +
* [10.0.0+] '''FTS_32000302.fts256'''
 +
** Touch Screen controller firmware in FTS256 format for panel vendor "Nissha_Hoag".
 +
* [10.0.0+] '''FTS_32000402.fts256'''
 +
** Touch Screen controller firmware in FTS256 format for panel vendor "GIS_Hoag".
 +
* [10.0.0+] '''TouchScreenConfiguration.csv'''
 +
** List in the format "[gpio],[gpio],[gpio],[config],[config]" where "gpio" can be "0" or "1" and "config" is an integer number.
 +
* [10.0.0+] '''TouchScreenFirmwareInfo.csv'''
 +
** List in the format "[driver],[gpio],[gpio],[gpio],[version],[file]" where "driver" can be "FTM" or "FST2", "gpio" can be "0" or "1", "version" is the hexadecimal representation of the firmware file's version and "file" is the name of the firmware file.
 +
* [13.0.0+] '''FTS_33000510.fts256'''
 +
** Touch Screen controller firmware in FTS256 format for panel vendor "Samsung_Aula".
 +
* [13.0.0] '''FTS_98000004.ftb'''
 +
** Touch Screen controller firmware in FTB format.
 +
* [13.1.0-13.2.1] '''FTS_50000001.ftb'''
 +
** Touch Screen controller firmware in FTB format for panel vendor "Nissha".
 +
* [14.0.0+] '''FTS_50000002.ftb'''
 +
** Touch Screen controller firmware in FTB format for panel vendor "Nissha".
 +
 
 +
== Versions ==
 +
=== Ukyosakyo ===
 +
{| class="wikitable" border="1"
 +
|-
 +
! SystemVersion
 +
! FirmwareVersion
 +
|-
 +
| [1.0.0+]
 +
| 0348
 +
|-
 +
| [5.0.0+]
 +
| 0389
 +
|-
 +
| [6.0.0+]
 +
| 038B
 +
|-
 +
| [7.0.0+]
 +
| 03A6
 +
|-
 +
| [8.0.0+]
 +
| 03B5
 +
|-
 +
| [9.0.0+]
 +
| 0400
 +
|-
 +
| [10.0.0+]
 +
| 0406
 
|-
 
|-
| 0x0 || 0x4 || [[#AdaptiveClusteringMode]]
+
| [11.0.0+]
 +
| 0407
 
|-
 
|-
| 0x4 || 0x4 || [6.0.0+] [[#AdaptiveClusteringTargetDistance]]
+
| [12.1.0+]
|}
+
| 0410
 
  −
== AdaptiveClusteringMode ==
  −
{| class="wikitable" border="1"
  −
!  Value
  −
!  Description
   
|-
 
|-
| 0 || StaticFov
+
| [13.0.0+]
 +
| 0417
 
|-
 
|-
| 1 || DynamicFov
+
| [14.0.0+]
 +
| 0419
 
|}
 
|}
   −
Controls the mode for [[#TeraPluginProcessorConfig]] (DynamicFov -> 0x10; StaticFov -> 0x0F).
+
=== Raizo ===
 
  −
== AdaptiveClusteringTargetDistance ==
   
{| class="wikitable" border="1"
 
{| class="wikitable" border="1"
!  Value
  −
!  Description
   
|-
 
|-
| 0 || Near
+
! SystemVersion
 +
! FirmwareVersion
 
|-
 
|-
| 1 || Middle
+
| [1.0.0+]
 +
| 0348
 
|-
 
|-
| 2 || Far
+
| [15.0.0+]
 +
| 0421
 
|}
 
|}
   −
Controls the second and third bytes for [[#TeraPluginProcessorConfig]] (Near-> 0x00, 0x00; Middle -> 0x01, 0x03; Far -> 0x01, 0x08).
+
=== Tera ===
 
  −
= HandAnalysisConfig =
  −
This is "nn::irsensor::HandAnalysisConfig".
  −
 
  −
This is converted to [[#TeraPluginProcessorConfig]] by the user-process, which is all-zero except the mode.
  −
* pre-4.0.0: [[#TeraPluginProcessorConfig]] mode = [[#HandAnalysisMode]] - 1.
  −
* [4.0.0+]: Silhouette = 0x5, Image = 0x6, SilhouetteAndImage = 0x7, SilhouetteOnly = 0xA.
  −
 
   
{| class="wikitable" border="1"
 
{| class="wikitable" border="1"
 
|-
 
|-
! Offset || Size || Description
+
! SystemVersion
|-
+
! FirmwareVersion
| 0x0 || 0x4 || [[#HandAnalysisMode]]
  −
|}
  −
 
  −
== HandAnalysisMode ==
  −
{| class="wikitable" border="1"
  −
!  Value
  −
! Description
   
|-
 
|-
| 0 || None (invalid)
+
| [1.0.0+]
 +
| 030B
 
|-
 
|-
| 1 || Silhouette
+
| [4.0.0+]
 +
| 0412
 
|-
 
|-
| 2 || Image
+
| [5.0.0+]
 +
| 0518
 
|-
 
|-
| 3 || SilhouetteAndImage
+
| [6.0.0+]
 +
| 061A
 
|-
 
|-
| 4 || [4.0.0+] SilhouetteOnly
+
| [8.0.0+]
 +
| 081B
 
|}
 
|}
   −
= BusHandle =
+
=== TeraFullKey ===
This is "nn::hidbus::BusHandle".
  −
 
   
{| class="wikitable" border="1"
 
{| class="wikitable" border="1"
 
|-
 
|-
! Offset || Size || Description
+
! SystemVersion
 +
! FirmwareVersion
 
|-
 
|-
| 0x0 || 0x4 || AbstractedPadId
+
| [1.0.0+]
|-
+
| 0305
| 0x4 || 0x1 || InternalIndex
  −
|-
  −
| 0x5 || 0x1 || PlayerNumber
  −
|-
  −
| 0x6 || 0x1 || BusTypeId
  −
|-
  −
| 0x7 || 0x1 || IsValid
   
|}
 
|}
   −
= JoyPollingReceivedData =
+
=== ProController ===
This is "nn::hidbus::JoyPollingReceivedData".
  −
 
  −
This is copied from the entries in [[#EnableJoyPollingReceiveMode|TransferMemory]] by GetJoyPollingReceivedData.
  −
 
   
{| class="wikitable" border="1"
 
{| class="wikitable" border="1"
 
|-
 
|-
! Offset || Size || Description
+
! SystemVersion
|-
+
! FirmwareVersion
| 0x0 || 0x30 || Data
   
|-
 
|-
| 0x30 || 0x8 || OutSize
+
| -
 +
| 010A0200
 
|-
 
|-
| 0x38 || 0x8 || SamplingNumber
+
| [6.0.0+]
 +
| 01100210
 
|}
 
|}
   −
= BusType =
+
=== Palma ===
This is "nn::hidbus::BusType".
  −
 
   
{| class="wikitable" border="1"
 
{| class="wikitable" border="1"
!  Value
  −
!  Description
   
|-
 
|-
| 0 || LeftJoyRail
+
! SystemVersion
 +
! FirmwareVersion
 
|-
 
|-
| 1 || RightJoyRail
+
| -
 +
| 1100
 
|-
 
|-
| 2 || [6.0.0+] InternalBus (for Lark microphone)
+
| [6.1.0+]
 +
| 1200
 
|}
 
|}
   −
= JoyPollingMode =
+
=== SioH ===
This is "nn::hidbus::JoyPollingMode".
  −
 
   
{| class="wikitable" border="1"
 
{| class="wikitable" border="1"
!  Value
  −
!  Description
   
|-
 
|-
| 0 || SixAxisSensorDisable
+
! SystemVersion
 +
! FirmwareVersion
 
|-
 
|-
| 1 || SixAxisSensorEnable
+
| -
 +
| 000D
 
|-
 
|-
| 2 || ButtonOnly
+
| [8.1.1+]
|}
+
| 0200
 
  −
Other values causes [[#EnableJoyPollingReceiveMode]] to assert.
  −
 
  −
= StatusManagerType =
  −
This is "nn::hidbus::detail::StatusManagerType".
  −
 
  −
{| class="wikitable" border="1"
  −
!  Value
  −
!  Description
  −
|-
  −
| 0 || None
   
|-
 
|-
| 1 || 16
+
| [10.0.0+]
 +
| 0301
 
|-
 
|-
| 2 || 32
+
| [11.0.0+]
 +
| 0304
 
|}
 
|}
  −
= ExternalDevices =
  −
The following devices are used via hidbus:
  −
* [[Ring-Con]]
  −
* Famicom right controller (with microphone)
  −
** [[#BusType]] is 2, ExternalDeviceId is 0x21. SendAndReceive is not used. EnableJoyPollingReceiveMode is used where the input buffer is an u32 with value 0, [[#JoyPollingMode]] = 2. GetJoyPollingReceivedData is used to get the output data.
  −
* Used by Starlink: Battle For Atlas.
  −
** [[#BusType]] is 1, ExternalDeviceId is 0x28. EnableJoyPollingReceiveMode is used where the input buffer is an u16 with value 0x09, [[#JoyPollingMode]] = 0. SendAndReceive is called from 1 func. GetJoyPollingReceivedData is used to determine whether to call the same func which calls SendAndReceive, which is only done if <code>out_size==0x4 && data[0]==0x09 && (data[1] & 1 == 1)</code>.
  −
  −
= RomFS =
  −
The hid-sysmodule RomFS contains:
  −
  ftmFwUpdate
  −
    ├── NTD_4CD_1801.fts256
  −
    ├── NTD_4CD_2602.fts256
  −
    ├── NTD_4CD_3801.fts256
  −
    └── NTD_4CD_xxxx.fts256 [7.0.0+]
  −
  −
These are firmware files for the touchscreen controller.
  −
  −
[9.0.0+] The hid-sysmodule RomFS now contains:
  −
  ftmFwUpdate
  −
    ├── FTS_00120100.fts256
  −
    ├── FTS_32000001.fts256
  −
    ├── FTS_32000102.fts256
  −
    ├── FTS_32000302.fts256
  −
    └── FTS_32000402.fts256
  −
  −
[10.0.0+] The RomFs for hid-sysmodule was removed. The data which used to be in RomFs was moved into title [[Title_list|0100000000000822]].
  −
  −
= Firmware update =
  −
HID-sysmodule mounts the contents of title [[Title_list|0100000000000822]] as "systemData" or the contents of title [[Title_list|010000000000B22B]] as "systemDataD". Both titles contain the same files, but [[Title_list|0100000000000822]] is used on retail units while [[Title_list|010000000000B22B]] is used for development.
  −
  −
These titles contain the following files:
  −
* '''ExpectVersionInfo.csv''' - List in the format "[device],[type],[version]" where "device" can be "JoyLeft", "JoyRight", "FullKey", "Palma" or "Handheld", "type" can be "BT", "MCU", "USB" or "SioH" and "version" is the hexadecimal representation of the firmware file's version.
  −
* '''FirmwareInfo.csv''' - List in the format "[device],[type],[version],[file]" where "device", "type" and "version" should match the values from "ExpectVersionInfo" and "file" is the name of the firmware file.
  −
* '''ukyosakyo_ep2_ota.bin''' - Left/Right Joy-Con BT firmware.
  −
* '''raizo_ep2_ota.bin''' - Pro Controller BT firmware.
  −
* '''tera_ota.bin''' - Right Joy-Con MCU firmware.
  −
* '''tera_ota_iap.bin''' - Right Joy-Con MCU (IAP profile) firmware.
  −
* '''tera_fullkey_ota.bin''' - Pro Controller MCU firmware.
  −
* '''tera_fullkey_ota_iap.bin''' - Pro Controller MCU (IAP profile) firmware.
  −
* [6.0.0+] '''ProController.dfu''' - Pro Controller USB firmware.
  −
* [6.1.0+] '''PalmaFw.bin''' - Poké Ball Plus BT firmware.
  −
* [9.0.0+] '''ExpectVersionInfo-platform.hoag.csv''' - Same as "ExpectVersionInfo.csv" but for the Switch Lite platform.
  −
* [9.0.0+] '''FirmwareInfo-platform.hoag.csv''' - Same as "FirmwareInfo.csv" but for the Switch Lite platform.
  −
* [9.0.0+] '''sioh.bin''' - Switch Lite Joy-Con firmware.
  −
* [9.0.0+] '''sioh_iap.bin''' - Switch Lite Joy-Con (IAP profile) firmware.
  −
* [10.0.0+] '''FTS_00120100.fts256''' - Touch Screen controller firmware in FTS256 format.
  −
* [10.0.0+] '''FTS_32000001.fts256''' - Touch Screen controller firmware in FTS256 format for panel vendor "Nissha".
  −
* [10.0.0+] '''FTS_32000102.fts256''' - Touch Screen controller firmware in FTS256 format for panel vendor "GIS".
  −
* [10.0.0+] '''FTS_32000302.fts256''' - Touch Screen controller firmware in FTS256 format for panel vendor "Nissha_Hoag".
  −
* [10.0.0+] '''FTS_32000402.fts256''' - Touch Screen controller firmware in FTS256 format for panel vendor "GIS_Hoag".
  −
* [10.0.0+] '''TouchScreenConfiguration.csv''' - List in the format "[gpio],[gpio],[gpio],[config],[config]" where "gpio" can be "0" or "1" and "config" is an integer number.
  −
* [10.0.0+] '''TouchScreenFirmwareInfo.csv''' - List in the format "[driver],[gpio],[gpio],[gpio],[version],[file]" where "driver" can be "FTM" or "FST2", "gpio" can be "0" or "1", "version" is the hexadecimal representation of the firmware file's version and "file" is the name of the firmware file.
  −
* [13.0.0+] '''FTS_33000510.fts256''' - Touch Screen controller firmware in FTS256 format for panel vendor "Samsung".
  −
* [13.0.0] '''FTS_98000004.ftb''' - Touch Screen controller firmware in FTB format.
  −
* [13.1.0-13.2.1] '''FTS_50000001.ftb''' - Touch Screen controller firmware in FTB format for panel vendor "Nissha".
  −
* [14.0.0+] '''FTS_50000002.ftb''' - Touch Screen controller firmware in FTB format for panel vendor "Nissha".
      
[[Category:Services]]
 
[[Category:Services]]