Changes

Jump to navigation Jump to search
no edit summary
Line 13: Line 13:  
|-
 
|-
 
| 21 || [[#ActivateMouse]]
 
| 21 || [[#ActivateMouse]]
 +
|-
 +
| 26 || [16.0.0+] ActivateDebugMouse
 
|-
 
|-
 
| 31 || [[#ActivateKeyboard]]
 
| 31 || [[#ActivateKeyboard]]
Line 79: Line 81:  
|-
 
|-
 
| 83 || [6.0.0+] [[#IsFirmwareUpdateAvailableForSixAxisSensor]]
 
| 83 || [6.0.0+] [[#IsFirmwareUpdateAvailableForSixAxisSensor]]
 +
|-
 +
| 84 || [13.0.0+] [[#EnableSixAxisSensorUnalteredPassthrough]]
 +
|-
 +
| 85 || [13.0.0+] [[#IsSixAxisSensorUnalteredPassthroughEnabled]]
 +
|-
 +
| 86 || [13.0.0+] [[#StoreSixAxisSensorCalibrationParameter]]
 +
|-
 +
| 87 || [13.0.0+] [[#LoadSixAxisSensorCalibrationParameter]]
 +
|-
 +
| 88 || [13.0.0+] [[#GetSixAxisSensorIcInformation]]
 +
|-
 +
| 89 || [13.0.0+] [[#ResetIsSixAxisSensorDeviceNewlyAssigned]]
 
|-
 
|-
 
| 91 || [[#ActivateGesture]]
 
| 91 || [[#ActivateGesture]]
 +
|-
 +
| 92 || [18.0.0+]
 
|-
 
|-
 
| 100 || [[#SetSupportedNpadStyleSet]]
 
| 100 || [[#SetSupportedNpadStyleSet]]
Line 159: 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 181: 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 267: 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 429: 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 487: Line 555:     
== 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 659: Line 727:  
| 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 726: Line 812:     
== GetPalmaOperationInfo ==
 
== GetPalmaOperationInfo ==
Takes a [[#PalmaConnectionHandle]], a type-0x6 output buffer, returns an output u64.
+
Takes a [[#PalmaConnectionHandle]], a type-0x6 output buffer, returns an output u64 [[#PalmaOperationType]].
    
sdknso passes [[#PalmaOperationInfo]]+0x8 size 0x140 for the output buffer. [5.1.0+] After using the cmd successfully, [[#GetPalmaOperationResult]] is used.
 
sdknso passes [[#PalmaOperationInfo]]+0x8 size 0x140 for the output buffer. [5.1.0+] After using the cmd successfully, [[#GetPalmaOperationResult]] is used.
Line 735: Line 821:  
Takes an input [[#PalmaConnectionHandle]], an u64 (exposed by sdknso as an u16), no output.
 
Takes an input [[#PalmaConnectionHandle]], an u64 (exposed by sdknso as an u16), no output.
   −
See [[#hidGetPalmaOperationInfo]].
+
See [[#GetPalmaOperationInfo]].
    
== SetPalmaFrModeType ==
 
== SetPalmaFrModeType ==
 
Takes an input [[#PalmaConnectionHandle]], an u64 [[#PalmaFrModeType]], no output.
 
Takes an input [[#PalmaConnectionHandle]], an u64 [[#PalmaFrModeType]], no output.
   −
See [[#hidGetPalmaOperationInfo]].
+
See [[#GetPalmaOperationInfo]].
    
== ReadPalmaStep ==
 
== ReadPalmaStep ==
 
Takes an input [[#PalmaConnectionHandle]], no output.
 
Takes an input [[#PalmaConnectionHandle]], no output.
   −
See [[#hidGetPalmaOperationInfo]].
+
See [[#GetPalmaOperationInfo]].
    
[[#EnablePalmaStep]] should be used before this.
 
[[#EnablePalmaStep]] should be used before this.
Line 752: Line 838:  
Takes an input bool, a [[#PalmaConnectionHandle]], no output.
 
Takes an input bool, a [[#PalmaConnectionHandle]], no output.
   −
See [[#hidGetPalmaOperationInfo]].
+
See [[#GetPalmaOperationInfo]].
    
== ResetPalmaStep ==
 
== ResetPalmaStep ==
 
Takes an input [[#PalmaConnectionHandle]], no output.
 
Takes an input [[#PalmaConnectionHandle]], no output.
   −
See [[#hidGetPalmaOperationInfo]].
+
See [[#GetPalmaOperationInfo]].
    
== ReadPalmaApplicationSection ==
 
== ReadPalmaApplicationSection ==
Line 764: Line 850:  
sdknso exposes the first u64 as a s32. sdknso will Abort if the input value for the second u64 is >0x100.
 
sdknso exposes the first u64 as a s32. sdknso will Abort if the input value for the second u64 is >0x100.
   −
See [[#hidGetPalmaOperationInfo]].
+
See [[#GetPalmaOperationInfo]].
    
== WritePalmaApplicationSection ==
 
== WritePalmaApplicationSection ==
Line 771: Line 857:  
sdknso exposes the first u64 as a s32. Data is copied from the input [[#PalmaApplicationSectionAccessBuffer]] with the specified size.
 
sdknso exposes the first u64 as a s32. Data is copied from the input [[#PalmaApplicationSectionAccessBuffer]] with the specified size.
   −
See [[#hidGetPalmaOperationInfo]].
+
See [[#GetPalmaOperationInfo]].
    
== ReadPalmaUniqueCode ==
 
== ReadPalmaUniqueCode ==
 
Takes an input [[#PalmaConnectionHandle]], no output.
 
Takes an input [[#PalmaConnectionHandle]], no output.
   −
See [[#hidGetPalmaOperationInfo]].
+
See [[#GetPalmaOperationInfo]].
    
== SetPalmaUniqueCodeInvalid ==
 
== SetPalmaUniqueCodeInvalid ==
 
Takes an input [[#PalmaConnectionHandle]], no output.
 
Takes an input [[#PalmaConnectionHandle]], no output.
   −
See [[#hidGetPalmaOperationInfo]].
+
See [[#GetPalmaOperationInfo]].
    
== WritePalmaActivityEntry ==
 
== WritePalmaActivityEntry ==
Line 788: Line 874:  
sdknso exposes the first u64 as an u16, while the rest are exposed as [[#PalmaActivityEntry]].
 
sdknso exposes the first u64 as an u16, while the rest are exposed as [[#PalmaActivityEntry]].
   −
See [[#hidGetPalmaOperationInfo]].
+
See [[#GetPalmaOperationInfo]].
    
== WritePalmaRgbLedPatternEntry ==
 
== WritePalmaRgbLedPatternEntry ==
Line 795: Line 881:  
sdknso exposes the u64 as an u16.
 
sdknso exposes the u64 as an u16.
   −
See [[#hidGetPalmaOperationInfo]].
+
See [[#GetPalmaOperationInfo]].
    
== WritePalmaWaveEntry ==
 
== WritePalmaWaveEntry ==
Line 804: Line 890:  
Note that the sysmodule will not properly close the TransferMemory handle if the [[#PalmaConnectionHandle]] is invalid.
 
Note that the sysmodule will not properly close the TransferMemory handle if the [[#PalmaConnectionHandle]] is invalid.
   −
See [[#hidGetPalmaOperationInfo]].
+
See [[#GetPalmaOperationInfo]].
    
== SetPalmaDataBaseIdentificationVersion ==
 
== SetPalmaDataBaseIdentificationVersion ==
 
Takes an input s32, a [[#PalmaConnectionHandle]], no output.
 
Takes an input s32, a [[#PalmaConnectionHandle]], no output.
   −
See [[#hidGetPalmaOperationInfo]].
+
See [[#GetPalmaOperationInfo]].
    
== GetPalmaDataBaseIdentificationVersion ==
 
== GetPalmaDataBaseIdentificationVersion ==
 
Takes an input [[#PalmaConnectionHandle]], no output.
 
Takes an input [[#PalmaConnectionHandle]], no output.
   −
See [[#hidGetPalmaOperationInfo]].
+
See [[#GetPalmaOperationInfo]].
    
== SuspendPalmaFeature ==
 
== SuspendPalmaFeature ==
 
Takes an input "nn::util::BitFlagSet<32, [[#PalmaFeature]]>", a [[#PalmaConnectionHandle]], no output.
 
Takes an input "nn::util::BitFlagSet<32, [[#PalmaFeature]]>", a [[#PalmaConnectionHandle]], no output.
   −
See [[#hidGetPalmaOperationInfo]].
+
See [[#GetPalmaOperationInfo]].
    
== GetPalmaOperationResult ==
 
== GetPalmaOperationResult ==
Line 829: Line 915:  
Takes an input u16, a [[#PalmaConnectionHandle]], no output.
 
Takes an input u16, a [[#PalmaConnectionHandle]], no output.
   −
See [[#hidGetPalmaOperationInfo]].
+
See [[#GetPalmaOperationInfo]].
    
== ResetPalmaPlayLog ==
 
== ResetPalmaPlayLog ==
 
Takes an input u16, a [[#PalmaConnectionHandle]], no output.
 
Takes an input u16, a [[#PalmaConnectionHandle]], no output.
   −
See [[#hidGetPalmaOperationInfo]].
+
See [[#GetPalmaOperationInfo]].
    
== SetIsPalmaAllConnectable ==
 
== SetIsPalmaAllConnectable ==
 
Takes a PID, a bool, an [[AM_services|AppletResourceUserId]], no output.
 
Takes a PID, a bool, an [[AM_services|AppletResourceUserId]], no output.
 +
 +
The sysmodule also calls the code which eventually runs from this, from various other funcs internally (bool value varies).
 +
 +
This updates various state. If needed, this uses either [[BTM_services|StartBleScanForGeneral]] or [[BTM_services|StopBleScanForGeneral]].
    
== SetIsPalmaPairedConnectable ==
 
== SetIsPalmaPairedConnectable ==
 
Takes a PID, a bool, an [[AM_services|AppletResourceUserId]], no output.
 
Takes a PID, a bool, an [[AM_services|AppletResourceUserId]], no output.
 +
 +
The actual cmd impl ignores the PID/AppletResourceUserId.
 +
 +
This code is also called by another func internally by the sysmodule, where flag = {whether bit6 in a field is set} (presumably [[#NpadStyleSet]]). This is eventually called from various funcs, including [[#SetSupportedNpadStyleSet]].
 +
 +
This updates various state. If needed, this uses either [[BTM_services|StartBleScanForPairedDevice]] or [[BTM_services|StopBleScanForPairedDevice]].
    
== PairPalma ==
 
== PairPalma ==
 
Takes an input [[#PalmaConnectionHandle]], no output.
 
Takes an input [[#PalmaConnectionHandle]], no output.
 +
 +
This eventually uses [[BTM_services#BlePairDevice|BlePairDevice]] if needed, and updates state.
    
== SetPalmaBoostMode ==
 
== SetPalmaBoostMode ==
Line 886: Line 984:     
== IAppletResource ==
 
== IAppletResource ==
 +
This is "nn::hid::IAppletResource".
 +
 
{| class="wikitable" border="1"
 
{| class="wikitable" border="1"
 
|-
 
|-
Line 931: Line 1,031:  
|-
 
|-
 
| 14 || [11.0.0+] ProcessTouchScreenAutoTune
 
| 14 || [11.0.0+] ProcessTouchScreenAutoTune
 +
|-
 +
| 15 || [13.0.0+] ForceStopTouchScreenManagement
 +
|-
 +
| 16 || [13.0.0+] ForceRestartTouchScreenManagement
 +
|-
 +
| 17 || [13.0.0+] IsTouchScreenManaged
 +
|-
 +
| 18 || [18.0.0+]
 
|-
 
|-
 
| 20 || [[#DeactivateMouse]]
 
| 20 || [[#DeactivateMouse]]
Line 937: Line 1,045:  
|-
 
|-
 
| 22 || [[#UnsetMouseAutoPilotState]]
 
| 22 || [[#UnsetMouseAutoPilotState]]
 +
|-
 +
| 25 || [16.0.0+] SetDebugMouseAutoPilotState
 +
|-
 +
| 26 || [16.0.0+] UnsetDebugMouseAutoPilotState
 
|-
 
|-
 
| 30 || [[#DeactivateKeyboard]]
 
| 30 || [[#DeactivateKeyboard]]
Line 966: Line 1,078:  
| 112 || UnsetHomeButtonAutoPilotState
 
| 112 || UnsetHomeButtonAutoPilotState
 
|-
 
|-
| 120 || DeactivateSleepButton
+
| 120 || [[#DeactivateSleepButton]]
 
|-
 
|-
| 121 || SetSleepButtonAutoPilotState
+
| 121 || [[#SetSleepButtonAutoPilotState]]
 
|-
 
|-
| 122 || UnsetSleepButtonAutoPilotState
+
| 122 || [[#UnsetSleepButtonAutoPilotState]]
 
|-
 
|-
 
| 123 || [1.0.0-9.2.0] DeactivateInputDetector
 
| 123 || [1.0.0-9.2.0] DeactivateInputDetector
Line 987: Line 1,099:  
|-
 
|-
 
| 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,039: Line 1,153:  
|-
 
|-
 
| 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,098: Line 1,214:  
| 249 || [11.0.0+] ConnectUniquePad
 
| 249 || [11.0.0+] ConnectUniquePad
 
|-
 
|-
| 301 || [5.0.0-8.1.0] [[#GetAbstractedPadHandles]]
+
| 250 || [12.0.0+] IsVirtual
 +
|-
 +
| 251 || [12.0.0+] GetAnalogStickModuleParam
 +
|-
 +
| 301 || [5.0.0-8.1.0] [[#GetAbstractedPadHandles]]
 
|-
 
|-
 
| 302 || [5.0.0-8.1.0] [[#GetAbstractedPadState]]
 
| 302 || [5.0.0-8.1.0] [[#GetAbstractedPadState]]
Line 1,129: Line 1,249:  
|-
 
|-
 
| 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,151: Line 1,275:  
|-
 
|-
 
| 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
 +
|-
 +
| 651 || [12.0.0+] StartButtonPlayData
 +
|-
 +
| 652 || [12.0.0+] StopButtonPlayData
 
|-
 
|-
 
| 2000 || [10.0.0+] DeactivateDigitizer
 
| 2000 || [10.0.0+] DeactivateDigitizer
Line 1,157: Line 1,319:  
|-
 
|-
 
| 2002 || [10.0.0+] UnsetDigitizerAutoPilotState
 
| 2002 || [10.0.0+] UnsetDigitizerAutoPilotState
 +
|-
 +
| 3000 || [16.0.0+] ReloadFirmwareDebugSettings
 
|}
 
|}
   Line 1,204: Line 1,368:     
This just returns 0.
 
This just returns 0.
 +
 +
== DeactivateSleepButton ==
 +
No input/output.
 +
 +
== SetSleepButtonAutoPilotState ==
 +
Takes an input [[#SleepButtonAutoPilotState]], no output.
 +
 +
== UnsetSleepButtonAutoPilotState ==
 +
No input/output.
    
== StartFirmwareUpdate ==
 
== StartFirmwareUpdate ==
Line 1,211: Line 1,384:     
== GetFirmwareVersion ==
 
== GetFirmwareVersion ==
Takes a total of 8-bytes of input, and returns a total of 4-bytes of output.
+
Takes an input [[#NpadIdType]] and an input [[#DeviceType]]. Returns an output [[#FirmwareVersion]].
 
  −
[3.0.0+] Now returns an additional 0xC-bytes of output.
      
== GetDestinationFirmwareVersion ==
 
== GetDestinationFirmwareVersion ==
Takes a total of 8-bytes of input, and returns a total of 4-bytes of output.
+
Takes an input [[#NpadIdType]] and an input [[#DeviceType]]. Returns an output [[#FirmwareVersion]].
 
  −
[3.0.0+] Now returns an additional 0xC-bytes of output.
      
== DiscardFirmwareInfoCacheForRevert ==
 
== DiscardFirmwareInfoCacheForRevert ==
Takes a total of 8-bytes of input, and returns a total of 5-bytes of output.
+
Takes an input [[#NpadIdType]] and an input [[#DeviceType]]. Returns a total of 5-bytes of output.
    
[3.0.0+] No input/output.
 
[3.0.0+] No input/output.
Line 1,243: Line 1,412:     
[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,310: Line 1,481:  
== AttachHdlsWorkBuffer ==
 
== AttachHdlsWorkBuffer ==
 
Takes an input TransferMemory handle and an u64 for the TransferMemory size, no output.
 
Takes an input TransferMemory handle and an u64 for the TransferMemory size, no output.
 +
 +
[13.0.0+] Now additionally returns an output [[#HdlsSessionId]].
    
Official user-processes use TransferMemory size=0x1000 and permissions=RW.
 
Official user-processes use TransferMemory size=0x1000 and permissions=RW.
Line 1,319: Line 1,492:  
== ReleaseHdlsWorkBuffer ==
 
== ReleaseHdlsWorkBuffer ==
 
No input/output.
 
No input/output.
 +
 +
[13.0.0+] Takes an input [[#HdlsSessionId]], no output.
    
== DumpHdlsNpadAssignmentState ==
 
== DumpHdlsNpadAssignmentState ==
 
No input/output.
 
No input/output.
 +
 +
[13.0.0+] Takes an input [[#HdlsSessionId]], no output.
    
After using this cmd, the output [[#HdlsNpadAssignment]] is located at tmem+0.
 
After using this cmd, the output [[#HdlsNpadAssignment]] is located at tmem+0.
Line 1,327: Line 1,504:  
== DumpHdlsStates ==
 
== DumpHdlsStates ==
 
No input/output.
 
No input/output.
 +
 +
[13.0.0+] Takes an input [[#HdlsSessionId]], no output.
    
After using this cmd, the output [[#HdlsStateList]] struct is located at tmem+0.
 
After using this cmd, the output [[#HdlsStateList]] struct is located at tmem+0.
Line 1,332: Line 1,511:  
== ApplyHdlsNpadAssignmentState ==
 
== ApplyHdlsNpadAssignmentState ==
 
Takes an input u8 bool, no output.
 
Takes an input u8 bool, no output.
 +
 +
[13.0.0+] Takes an input bool and a [[#HdlsSessionId]], no output.
    
Prior to using this cmd, the input [[#HdlsNpadAssignment]] is written to tmem+0 by the user-process.
 
Prior to using this cmd, the input [[#HdlsNpadAssignment]] is written to tmem+0 by the user-process.
Line 1,337: Line 1,518:  
== ApplyHdlsStateList ==
 
== ApplyHdlsStateList ==
 
No input/output.
 
No input/output.
 +
 +
[13.0.0+] Takes an input [[#HdlsSessionId]], no output.
    
Prior to using this cmd, the input [[#HdlsStateList]] is written to tmem+0 by the user-process.
 
Prior to using this cmd, the input [[#HdlsStateList]] is written to tmem+0 by the user-process.
Line 1,366: Line 1,549:  
|-
 
|-
 
| 31 || [[#SendKeyboardLockKeyEvent_2|SendKeyboardLockKeyEvent]]
 
| 31 || [[#SendKeyboardLockKeyEvent_2|SendKeyboardLockKeyEvent]]
 +
|-
 +
| 32 || [15.0.0+] SetSystemKeyboardState
 +
|-
 +
| 33 || [15.0.0+] UnsetSystemKeyboardState
 
|-
 
|-
 
| 101 || [[#AcquireHomeButtonEventHandle]]
 
| 101 || [[#AcquireHomeButtonEventHandle]]
Line 1,448: Line 1,635:  
|-
 
|-
 
| 326 || [10.0.0+] GetUniquePadAppletDetailedUiType
 
| 326 || [10.0.0+] GetUniquePadAppletDetailedUiType
 +
|-
 +
| 327 || [14.0.0+] GetAbstractedPadIdDataFromNpad
 +
|-
 +
| 328 || [14.0.0+] AttachAbstractedPadToNpad
 +
|-
 +
| 329 || [14.0.0+] DetachAbstractedPadAll
 +
|-
 +
| 330 || [14.0.0+] CheckAbstractedPadConnection
 
|-
 
|-
 
| 500 || SetAppletResourceUserId
 
| 500 || SetAppletResourceUserId
Line 1,460: Line 1,655:  
|-
 
|-
 
| 505 || EnableAppletToGetSixAxisSensor
 
| 505 || EnableAppletToGetSixAxisSensor
 +
|-
 +
| 506 || [14.0.0+] EnableAppletToGetPadInput
 +
|-
 +
| 507 || [14.0.0+] EnableAppletToGetTouchScreen
 
|-
 
|-
 
| 510 || [[#SetVibrationMasterVolume]]
 
| 510 || [[#SetVibrationMasterVolume]]
Line 1,468: Line 1,667:  
|-
 
|-
 
| 513 || [3.0.0+] EndPermitVibrationSession
 
| 513 || [3.0.0+] EndPermitVibrationSession
 +
|-
 +
| 514 || [12.0.0+] SendVibrationNotificationPattern
 
|-
 
|-
 
| 520 || EnableHandheldHids
 
| 520 || EnableHandheldHids
Line 1,534: Line 1,735:  
|-
 
|-
 
| 812 || [8.0.0+] GetConsoleUniqueSixAxisSensorHandle
 
| 812 || [8.0.0+] GetConsoleUniqueSixAxisSensorHandle
 +
|-
 +
| 813 || [18.0.0+]
 
|-
 
|-
 
| 821 || StartAnalogStickManualCalibration
 
| 821 || StartAnalogStickManualCalibration
Line 1,607: Line 1,810:  
| 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,616: Line 1,819:  
|-
 
|-
 
| 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
 
|-
 
|-
| 1151 || [9.0.0+] GetTouchScreenFirmwareVersion
+
| 1151 || [9.0.0+] [[#GetTouchScreenFirmwareVersion]]
 
|-
 
|-
 
| 1152 || [9.0.0+] SetTouchScreenDefaultConfiguration
 
| 1152 || [9.0.0+] SetTouchScreenDefaultConfiguration
Line 1,633: Line 1,838:  
| 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,683: Line 1,888:  
| 1258 || [10.0.0+] [[#IsButtonConfigStorageRightEmpty]]
 
| 1258 || [10.0.0+] [[#IsButtonConfigStorageRightEmpty]]
 
|-
 
|-
| 1259 || [11.0.0+] [[#GetButtonConfigStorageEmbeddedDeprecated]] ([10.0.0-10.2.0] [[#GetButtonConfigStorageEmbeddedDeprecated|GetButtonConfigStorageEmbedded]])
+
| 1259 || [11.0.0-12.1.0] [[#GetButtonConfigStorageEmbeddedDeprecated]] ([10.0.0-10.2.0] [[#GetButtonConfigStorageEmbeddedDeprecated|GetButtonConfigStorageEmbedded]])
 
|-
 
|-
| 1260 || [11.0.0+] [[#GetButtonConfigStorageFullDeprecated]] ([10.0.0-10.2.0] [[#GetButtonConfigStorageFullDeprecated|GetButtonConfigStorageFull]])
+
| 1260 || [11.0.0-12.1.0] [[#GetButtonConfigStorageFullDeprecated]] ([10.0.0-10.2.0] [[#GetButtonConfigStorageFullDeprecated|GetButtonConfigStorageFull]])
 
|-
 
|-
| 1261 || [11.0.0+] [[#GetButtonConfigStorageLeftDeprecated]] ([10.0.0-10.2.0] [[#GetButtonConfigStorageLeftDeprecated|GetButtonConfigStorageLeft]])
+
| 1261 || [11.0.0-12.1.0] [[#GetButtonConfigStorageLeftDeprecated]] ([10.0.0-10.2.0] [[#GetButtonConfigStorageLeftDeprecated|GetButtonConfigStorageLeft]])
 
|-
 
|-
| 1262 || [11.0.0+] [[#GetButtonConfigStorageRightDeprecated]] ([10.0.0-10.2.0] [[#GetButtonConfigStorageRightDeprecated|GetButtonConfigStorageRight]])
+
| 1262 || [11.0.0-12.1.0] [[#GetButtonConfigStorageRightDeprecated]] ([10.0.0-10.2.0] [[#GetButtonConfigStorageRightDeprecated|GetButtonConfigStorageRight]])
 
|-
 
|-
| 1263 || [11.0.0+] [[#SetButtonConfigStorageEmbeddedDeprecated]] ([10.0.0-10.2.0] [[#SetButtonConfigStorageEmbeddedDeprecated|SetButtonConfigStorageEmbedded]])
+
| 1263 || [11.0.0-12.1.0] [[#SetButtonConfigStorageEmbeddedDeprecated]] ([10.0.0-10.2.0] [[#SetButtonConfigStorageEmbeddedDeprecated|SetButtonConfigStorageEmbedded]])
 
|-
 
|-
| 1264 || [11.0.0+] [[#SetButtonConfigStorageFullDeprecated]] ([10.0.0-10.2.0] [[#SetButtonConfigStorageFullDeprecated|SetButtonConfigStorageFull]])
+
| 1264 || [11.0.0-12.1.0] [[#SetButtonConfigStorageFullDeprecated]] ([10.0.0-10.2.0] [[#SetButtonConfigStorageFullDeprecated|SetButtonConfigStorageFull]])
 
|-
 
|-
| 1265 || [11.0.0+] [[#SetButtonConfigStorageLeftDeprecated]] ([10.0.0-10.2.0] [[#SetButtonConfigStorageLeftDeprecated|SetButtonConfigStorageLeft]])
+
| 1265 || [11.0.0-12.1.0] [[#SetButtonConfigStorageLeftDeprecated]] ([10.0.0-10.2.0] [[#SetButtonConfigStorageLeftDeprecated|SetButtonConfigStorageLeft]])
 
|-
 
|-
| 1266 || [11.0.0+] [[#SetButtonConfigStorageRightDeprecated]] ([10.0.0-10.2.0] [[#SetButtonConfigStorageRightDeprecated|SetButtonConfigStorageRight]])
+
| 1266 || [11.0.0-12.1.0] [[#SetButtonConfigStorageRightDeprecated]] ([10.0.0-10.2.0] [[#SetButtonConfigStorageRightDeprecated|SetButtonConfigStorageRight]])
 
|-
 
|-
 
| 1267 || [10.0.0+] [[#DeleteButtonConfigStorageEmbedded]]
 
| 1267 || [10.0.0+] [[#DeleteButtonConfigStorageEmbedded]]
Line 1,749: Line 1,954:  
| 1291 || [11.0.0+] [[#SetButtonConfigStorageRight]]
 
| 1291 || [11.0.0+] [[#SetButtonConfigStorageRight]]
 
|-
 
|-
| 12010 || [11.0.0+] [[#SetButtonConfigLeft]]
+
| 1308 || [18.0.0+]
 +
|-
 +
| 1309 || [18.0.0+]
 +
|-
 +
| 1320 || [17.0.0+] WakeTouchScreenUp
 +
|-
 +
| 1321 || [17.0.0+] PutTouchScreenToSleep
 +
|-
 +
| 12010 || [11.0.0-17.0.1] [[#SetButtonConfigLeft]]
 
|}
 
|}
   Line 1,820: Line 2,033:  
The specified controller must have a HOME button.
 
The specified controller must have a HOME button.
   −
This sends subcommand 0x38 to the specified controller, for setting the pattern for the HOME button notification LED. The input structure is converted to the format used by this [https://github.com/dekuNukem/Nintendo_Switch_Reverse_Engineering/blob/master/bluetooth_hid_subcommands_notes.md#subcommand-0x38-set-home-light subcommand].
+
This sends [https://github.com/dekuNukem/Nintendo_Switch_Reverse_Engineering/blob/master/bluetooth_hid_subcommands_notes.md#subcommand-0x38-set-home-light subcommand 0x38] to the specified controller, for setting the pattern for the HOME button notification LED. The input structure is converted to the format as follows: <code>((u8*)cmd_argdata)[pos] = u8_in[pos2] | u8_in[pos3]<<4;</code> Hence, 4bits from pairs of 2-bytes of the input struct are combined to write to the subcommand. Only the low 4bits of each used byte in the struct is used. This is written to stack initially, then copied to the actual cmd_argdata (the data immediately following the subcommandID byte). There's a total of 0x1D-bytes of cmd_argdata initialized from this.
 
+
 
[9.0.0+] This runs code similar to [[#SetNotificationLedPatternWithTimeout]], except it passes the following param values to an internal func: flag=1 and TimeSpan=0 (with [[#SetNotificationLedPatternWithTimeout]] these are flag=0 and TimeSpan={input value}).
+
The layout of cmd_argdata is as follows:
 +
{| class="wikitable" border="1"
 +
|-
 +
! Offset || Size || Description
 +
|-
 +
| 0x0 || 0x1 || <nowiki>((TimeUnit & 0xF) | ((FrameCount & 0xF) << 4))</nowiki>
 +
|-
 +
| 0x1 || 0x1 || <nowiki>((CycleCount & 0xF) | ((InitialBrightness & 0xF) << 4))</nowiki>
 +
|-
 +
| 0x2 || 0x1 || <nowiki>((Frame2Brightness & 0xF) | ((Frame1Brightness & 0xF) << 4))</nowiki>
 +
|-
 +
| 0x3 || 0x1 || <nowiki>((Frame1TimeToHold & 0xF) | ((Frame1TimeTowards & 0xF) << 4))</nowiki>
 +
|-
 +
| 0x4 || 0x1 || <nowiki>((Frame2TimeToHold & 0xF) | ((Frame2TimeTowards & 0xF) << 4))</nowiki>
 +
|-
 +
| 0x5 || 0x1 || <nowiki>((Frame4Brightness & 0xF) | ((Frame3Brightness & 0xF) << 4))</nowiki>
 +
|-
 +
| 0x6 || 0x1 || <nowiki>((Frame3TimeToHold & 0xF) | ((Frame3TimeTowards & 0xF) << 4))</nowiki>
 +
|-
 +
| 0x7 || 0x1 || <nowiki>((Frame4TimeToHold & 0xF) | ((Frame4TimeTowards & 0xF) << 4))</nowiki>
 +
|-
 +
| 0x8 || 0x1 || <nowiki>((Frame6Brightness & 0xF) | ((Frame5Brightness & 0xF) << 4))</nowiki>
 +
|-
 +
| 0x9 || 0x1 || <nowiki>((Frame5TimeToHold & 0xF) | ((Frame5TimeTowards & 0xF) << 4))</nowiki>
 +
|-
 +
| 0xA || 0x1 || <nowiki>((Frame6TimeToHold & 0xF) | ((Frame6TimeTowards & 0xF) << 4))</nowiki>
 +
|-
 +
| 0xB || 0x1 || <nowiki>((Frame8Brightness & 0xF) | ((Frame7Brightness & 0xF) << 4))</nowiki>
 +
|-
 +
| 0xC || 0x1 || <nowiki>((Frame7TimeToHold & 0xF) | ((Frame7TimeTowards & 0xF) << 4))</nowiki>
 +
|-
 +
| 0xD || 0x1 || <nowiki>((Frame8TimeToHold & 0xF) | ((Frame8TimeTowards & 0xF) << 4))</nowiki>
 +
|-
 +
| 0xE || 0x1 || <nowiki>((Frame10Brightness & 0xF) | ((Frame9Brightness & 0xF) << 4))</nowiki>
 +
|-
 +
| 0xF || 0x1 || <nowiki>((Frame9TimeToHold & 0xF) | ((Frame9TimeTowards & 0xF) << 4))</nowiki>
 +
|-
 +
| 0x10 || 0x1 || <nowiki>((Frame10TimeToHold & 0xF) | ((Frame10TimeTowards & 0xF) << 4))</nowiki>
 +
|-
 +
| 0x11 || 0x1 || <nowiki>((Frame12Brightness & 0xF) | ((Frame11Brightness & 0xF) << 4))</nowiki>
 +
|-
 +
| 0x12 || 0x1 || <nowiki>((Frame11TimeToHold & 0xF) | ((Frame11TimeTowards & 0xF) << 4))</nowiki>
 +
|-
 +
| 0x13 || 0x1 || <nowiki>((Frame12TimeToHold & 0xF) | ((Frame12TimeTowards & 0xF) << 4))</nowiki>
 +
|-
 +
| 0x14 || 0x1 || <nowiki>((Frame14Brightness & 0xF) | ((Frame13Brightness & 0xF) << 4))</nowiki>
 +
|-
 +
| 0x15 || 0x1 || <nowiki>((Frame13TimeToHold & 0xF) | ((Frame13TimeTowards & 0xF) << 4))</nowiki>
 +
|-
 +
| 0x16 || 0x1 || <nowiki>((Frame14TimeToHold & 0xF) | ((Frame14TimeTowards & 0xF) << 4))</nowiki>
 +
|-
 +
| 0x17 || 0x1 || <nowiki>((Reserved & 0xF) | ((Frame15Brightness & 0xF) << 4))</nowiki>
 +
|-
 +
| 0x18 || 0x1 || <nowiki>((Frame15TimeToHold & 0xF) | ((Frame15TimeTowards & 0xF) << 4))</nowiki>
 +
|-
 +
| 0x19 || 0x1 || <nowiki>((Reserved & 0xF) | ((Reserved & 0xF) << 4))</nowiki>
 +
|-
 +
| 0x1A || 0x1 || <nowiki>((TimeTowardsFinalBrightness & 0xF) | ((FinalBrightness & 0xF) << 4))</nowiki>
 +
|-
 +
| 0x1B || 0x1 || <nowiki>(Timeout & 0xFF)</nowiki>
 +
|-
 +
| 0x1C || 0x1 || <nowiki>((Timeout >> 8) & 0xFF)</nowiki>
 +
|}
 +
 
 +
[9.0.0+] This runs code similar to [[#SetNotificationLedPatternWithTimeout]], except it passes the following param values to an internal func: flag=1 and TimeSpan=0 (with [[#SetNotificationLedPatternWithTimeout]] these are flag=0 and TimeSpan={input value}).
    
== SetNotificationLedPatternWithTimeout ==
 
== SetNotificationLedPatternWithTimeout ==
Line 1,840: Line 2,117:  
== GetHidbusSystemServiceObject ==
 
== GetHidbusSystemServiceObject ==
 
No input, returns an [[#IHidbusSystemServer]].
 
No input, returns an [[#IHidbusSystemServer]].
 +
 +
== GetTouchScreenFirmwareVersion ==
 +
No input. Returns a [[#FirmwareVersion]].
 +
 +
This requests the current firmware version from the touch screen IC.
 +
 +
It first ensures the touch screen IC's chip id is one of the following:
 +
0x7036 - Ftm4cd60d (STMicroelectronics FingerTipS FT9CJ/FT9CF)
 +
0x4036 - Fst2ba61ya1
 +
 +
Then constructs the final firmware version as follows:
 +
uint32_t FtsVersion = GetFtsReleasedVer();    // Matches the xxxx value found in the FTS_xxxx.fts256 and FTS_xxxx.ftb firmware files.
 +
 +
uint8_t FtsVersionByte0 = (FtsVersion & 0xFF);
 +
uint8_t FtsVersionByte1 = (FtsVersion & 0xFF00);
 +
uint8_t FtsVersionByte2 = (FtsVersion & 0xFF0000);
 +
uint8_t FtsVersionByte3 = (FtsVersion & 0xFF000000);
 +
 +
uint8_t FirmwareVersionByte0 = FtsVersionByte3;
 +
uint8_t FirmwareVersionByte1 = FtsVersionByte2;
 +
uint8_t FirmwareVersionByte2 = FtsVersionByte1;
 +
uint8_t FirmwareVersionByte3 = FtsVersionByte0;
 +
 +
if (FtsVersionByte3 <= 0x31) {
 +
    FirmwareVersionByte3 = 0;
 +
    FirmwareVersionByte1 = 0;
 +
    FirmwareVersionByte0 = 0x31;
 +
 +
    if (FtsVersionByte2 == 0x5) {
 +
        FirmwareVersionByte2 = 2;
 +
    } else if (FtsVersionByte2 == 0x12) {
 +
        FirmwareVersionByte2 = 0;
 +
    } else if (FtsVersionByte2 == 0x1A) {
 +
        FirmwareVersionByte2 = 1;
 +
    } else {
 +
        // Throw error.
 +
    }
 +
}
 +
 +
uint8_t FirmwareVersion[0x10] = {0};
 +
*(uint32_t *)FirmwareVersion = (FirmwareVersionByte3 << 24) | (FirmwareVersionByte2 << 16) | (FirmwareVersionByte1 << 8) | FirmwareVersionByte0;
 +
*((uint32_t *)FirmwareVersion + 1) = 0x5354;  // "TS"
 +
 +
return FirmwareVersion;
    
== IsFirmwareAvailableForNotification ==
 
== IsFirmwareAvailableForNotification ==
Line 2,751: Line 3,072:  
! Cmd || Name
 
! Cmd || Name
 
|-
 
|-
| 0 || GetDataFormat
+
| 0 || [[#GetDataFormat]]
 
|-
 
|-
| 1 || SetDataFormat
+
| 1 || [[#SetDataFormat]]
 
|-
 
|-
| 2 || GetMcuState
+
| 2 || [[#GetMcuState]]
 
|-
 
|-
| 3 || SetMcuState
+
| 3 || [[#SetMcuState]]
 
|-
 
|-
| 4 || GetMcuVersionForNfc
+
| 4 || [[#GetMcuVersionForNfc]]
 
|-
 
|-
| 5 || CheckNfcDevicePower
+
| 5 || [[#CheckNfcDevicePower]]
 
|-
 
|-
| 6 || [5.0.0+] SetMcuStateImmediate
+
| 6 || [5.0.0+] [[#SetMcuStateImmediate]]
 
|-
 
|-
| 10 || SetNfcEvent
+
| 10 || [[#SetNfcEvent]]
 
|-
 
|-
| 11 || GetNfcInfo
+
| 11 || [[#GetNfcInfo]]
 
|-
 
|-
 
| 12 || StartNfcDiscovery
 
| 12 || StartNfcDiscovery
Line 2,798: Line 3,119:  
[5.0.0+] SetDataFormat, SetMcuState, and ClearMifareKey: now takes a total of 0xC-bytes of input instead of 0x10.
 
[5.0.0+] SetDataFormat, SetMcuState, and ClearMifareKey: now takes a total of 0xC-bytes of input instead of 0x10.
   −
[6.0.0+]: The buffer type used by GetNfcInfo is now 0x32 instead of 0x1A.
+
== GetDataFormat ==
 +
Takes an input 8-byte handle, returns an output u8.
 +
 
 +
== SetDataFormat ==
 +
Takes an input u8 and a 8-byte handle (4-byte alignment), no output.
 +
 
 +
== GetMcuState ==
 +
Takes an input 8-byte handle, returns an output u8.
 +
 
 +
== SetMcuState ==
 +
Takes an input u8 and a 8-byte handle (4-byte alignment), no output.
 +
 
 +
== GetMcuVersionForNfc ==
 +
Takes an input 8-byte handle, returns an output 0x20-byte struct.
 +
 
 +
== CheckNfcDevicePower ==
 +
Takes an input 8-byte handle, no output.
 +
 
 +
== SetMcuStateImmediate ==
 +
Takes an input u8 and a 8-byte handle (4-byte alignment), no output.
 +
 
 +
== SetNfcEvent ==
 +
Takes an input 8-byte handle, returns 2 output Event handles.
 +
 
 +
== GetNfcInfo ==
 +
Takes an input 8-byte handle and a type-0x1A output buffer.
 +
 
 +
[6.0.0+]: The buffer type is now 0x32 instead of 0x1A.
 +
 
 +
This buffer contains a 0x804-byte struct, for the NFC data sent in response to the various other cmds.
    
= hidbus =
 
= hidbus =
Line 2,843: Line 3,193:     
== GetBusHandle ==
 
== GetBusHandle ==
Takes an input u32 [[#NpadIdType]], an u64 [[#BusType]], an u64 [[AM_services|AppletResourceUserId]], returns an output u8 bool and a [[#BusHandle]].
+
Takes an input u32 [[#NpadIdType]], an u64 [[#BusType]] and an u64 [[AM_services|AppletResourceUserId]]. Returns an output bool '''HasHandle''' and a [[#BusHandle]].
   −
The bool indicates whether the [[#BusHandle]] is valid.
+
'''HasHandle''' indicates whether the [[#BusHandle]] is valid.
    
Official sw will assert when [[#BusHandle]] InternalIndex is >=0x11 (>=0x13 with [6.0.0+]). This same check is also done for all funcs using [[#BusHandle]] as input.
 
Official sw will assert when [[#BusHandle]] InternalIndex is >=0x11 (>=0x13 with [6.0.0+]). This same check is also done for all funcs using [[#BusHandle]] as input.
Line 2,852: Line 3,202:     
== IsExternalDeviceConnected ==
 
== IsExternalDeviceConnected ==
Takes an input [[#BusHandle]], returns an output u8 bool.
+
Takes an input [[#BusHandle]]. Returns an output bool '''IsAttached'''.
    
This is not used by sdknso.
 
This is not used by sdknso.
    
== Initialize ==
 
== Initialize ==
Takes an input [[#BusHandle]], an u64 [[AM_services|AppletResourceUserId]], no output.
+
Takes an input [[#BusHandle]] and an u64 [[AM_services|AppletResourceUserId]]. No output.
    
Prior to using this cmd, sdknso handles [[#GetSharedMemoryHandle|sharedmem]] mapping if not done previously.
 
Prior to using this cmd, sdknso handles [[#GetSharedMemoryHandle|sharedmem]] mapping if not done previously.
    
== Finalize ==
 
== Finalize ==
Takes an input [[#BusHandle]], an u64 [[AM_services|AppletResourceUserId]], no output.
+
Takes an input [[#BusHandle]] and an u64 [[AM_services|AppletResourceUserId]]. No output.
    
== EnableExternalDevice ==
 
== EnableExternalDevice ==
Takes an input u8 bool, a [[#BusHandle]], an u64, an u64 [[AM_services|AppletResourceUserId]], no output.
+
Takes an input bool '''IsEnabled''', a [[#BusHandle]], an u64 '''Version''' and an u64 [[AM_services|AppletResourceUserId]]. No output.
   −
sdknso passes value 0x38900050018 (0x3A600050018 with 7.x+) for the u64.
+
sdknso passes value 0x38900050018 (0x3A600050018 with 7.x+) for '''Version'''.
   −
The bool flag indicates whether to enable the device (true = enable, false = disable).  When false, this will use [[#DisableJoyPollingReceiveMode]] if needed.
+
'''IsEnabled''' indicates whether to enable the device (true = enable, false = disable).  When false, this will use [[#DisableJoyPollingReceiveMode]] if needed.
    
== GetExternalDeviceId ==
 
== GetExternalDeviceId ==
Takes an input [[#BusHandle]], returns an output u32 ExternalDeviceId.
+
Takes an input [[#BusHandle]]. Returns an output u32 '''DeviceId'''.
    
== SendCommandAsync ==
 
== SendCommandAsync ==
Takes a type-0x21 input buffer and a [[#BusHandle]], no output.
+
Takes a type-0x21 input buffer and a [[#BusHandle]]. No output.
    
== GetSendCommandAsynceResult ==
 
== GetSendCommandAsynceResult ==
Takes a type-0x22 output buffer and a [[#BusHandle]], returns an output u32.
+
Takes a type-0x22 output buffer and a [[#BusHandle]]. Returns an output u32 '''OutSize'''.
   −
Official sw copies the u32 to an output u64, for the actual output size.
+
Official sw copies '''OutSize''' to an output u64, for the actual output size.
    
== SetEventForSendCommandAsycResult ==
 
== SetEventForSendCommandAsycResult ==
Takes an input [[#BusHandle]], returns an output Event handle with EventClearMode=0.
+
Takes an input [[#BusHandle]]. Returns an output Event handle '''AttachmentDataReceiveEventHandle''' with EventClearMode=0.
    
Official sw with SendAndReceive clears this event (6.x+ sdknso), uses [[#SendCommandAsync]], waits on + clears this event, then uses [[#GetSendCommandAsynceResult]].
 
Official sw with SendAndReceive clears this event (6.x+ sdknso), uses [[#SendCommandAsync]], waits on + clears this event, then uses [[#GetSendCommandAsynceResult]].
    
== GetSharedMemoryHandle ==
 
== GetSharedMemoryHandle ==
No input, returns an output SharedMemory handle.
+
No input. Returns an output SharedMemory handle.
    
The SharedMemory is mapped with size 0x1000 and permissions=R--.
 
The SharedMemory is mapped with size 0x1000 and permissions=R--.
Line 2,920: Line 3,270:     
== EnableJoyPollingReceiveMode ==
 
== EnableJoyPollingReceiveMode ==
Takes a type-0x21 input buffer, a TransferMemory handle, an u32 tmem_size, an u32 [[#JoyPollingMode]], a [[#BusHandle]], no output.
+
Takes a type-0x21 input buffer, a TransferMemory handle, an u32 '''TransferMemorySize''', an u32 [[#JoyPollingMode]] and a [[#BusHandle]]. No output.
    
The TransferMemory is created with an user-specified output buffer, with permissions=R--.
 
The TransferMemory is created with an user-specified output buffer, with permissions=R--.
Line 2,989: Line 3,339:     
== DisableJoyPollingReceiveMode ==
 
== DisableJoyPollingReceiveMode ==
Takes an input [[#BusHandle]], no output.
+
Takes an input [[#BusHandle]]. No output.
    
== SetStatusManagerType ==
 
== SetStatusManagerType ==
Takes an input u32, no output.
+
Takes an input u32 [[#StatusManagerType]]. No output.
    
This is used by sdknso immediately after mapping [[#GetSharedMemoryHandle|sharedmem]] (before [[#Initialize]]) with hard-coded value 0x2.
 
This is used by sdknso immediately after mapping [[#GetSharedMemoryHandle|sharedmem]] (before [[#Initialize]]) with hard-coded value 0x2.
Line 3,058: Line 3,408:  
| 0x1C
 
| 0x1C
 
| [5.0.0+] [[#ConsoleSixAxisSensorSharedMemoryFormat|ConsoleSixAxisSensor]]
 
| [5.0.0+] [[#ConsoleSixAxisSensorSharedMemoryFormat|ConsoleSixAxisSensor]]
 +
|-
 +
| 0x3DC00
 +
| 0x400
 +
| [16.0.0+] [[#MouseSharedMemoryFormat|DebugMouse]]
 
|}
 
|}
   Line 4,364: Line 4,718:  
|-
 
|-
 
| 0x0
 
| 0x0
| 0x43F0 ([1.0.0-8.1.0] 0x4410)
+
| 0x43F8 ([9.0.0-12.1.0] 0x43F0, [1.0.0-8.1.0] 0x4410)
 
| [[#NpadInternalState]]
 
| [[#NpadInternalState]]
 
|}
 
|}
Line 4,511: Line 4,865:  
| 0x43EC ([1.0.0-8.1.0] 0x440C)
 
| 0x43EC ([1.0.0-8.1.0] 0x440C)
 
| 0x4
 
| 0x4
|  
+
| [[#NpadLagerType|LagerType]]
 +
|-
 +
| 0x43F0
 +
| 0x1 * 6
 +
| [13.0.0+] Array of [[#SixAxisSensorProperties]]
 
|}
 
|}
   Line 6,086: Line 6,444:  
This is "nn::hid::KeyboardKeySet". This is a BitFlagSet object for [[#KeyboardKey]].
 
This is "nn::hid::KeyboardKeySet". This is a BitFlagSet object for [[#KeyboardKey]].
   −
= KeyboardLockKeyEventSet =
+
= KeyboardKey =
This is "nn::hid::system::KeyboardLockKeyEventSet". This is a BitFlagSet object for [[#KeyboardLockKeyEvent]].
+
This is "nn::hid::KeyboardKey". This is a 256-bit flag.
 
  −
= KeyboardLockKeyEvent =
  −
This is "nn::hid::system::KeyboardLockKeyEvent". This is a 32-bit flag.
      
{| class="wikitable" border="1"
 
{| class="wikitable" border="1"
Line 6,097: Line 6,452:  
! Description
 
! Description
 
|-
 
|-
| 0
+
| 4
| NumLockOn
+
| A
|-
  −
| 1
  −
| NumLockOff
  −
|-
  −
| 2
  −
| NumLockToggle
  −
|-
  −
| 3
  −
| CapsLockOn
  −
|-
  −
| 4
  −
| CapsLockOff
   
|-
 
|-
 
| 5
 
| 5
| CapsLockToggle
+
| B
 
|-
 
|-
 
| 6
 
| 6
| ScrollLockOn
+
| C
 
|-
 
|-
 
| 7
 
| 7
| ScrollLockOff
+
| D
 
|-
 
|-
 
| 8
 
| 8
| ScrollLockToggle
+
| E
|}
  −
 
  −
= BasicXpadButtonSet =
  −
This is "nn::hid::BasicXpadButtonSet". This is a BitFlagSet object for [[#BasicXpadButton]].
  −
 
  −
= HomeButtonSet =
  −
This is "nn::hid::system::HomeButtonSet". This is a BitFlagSet object for [[#HomeButton]].
  −
 
  −
= SleepButtonSet =
  −
This is "nn::hid::system::SleepButtonSet". This is a BitFlagSet object for [[#SleepButton]].
  −
 
  −
= CaptureButtonSet =
  −
This is "nn::hid::system::CaptureButtonSet". This is a BitFlagSet object for [[#CaptureButton]].
  −
 
  −
= NpadButtonSet =
  −
This is "nn::hid::NpadButtonSet". This is a BitFlagSet object for [[#NpadButton]].
  −
 
  −
= NpadButton =
  −
This is "nn::hid::NpadButton". This is a 64-bit flag.
  −
 
  −
{| class="wikitable" border="1"
   
|-
 
|-
! Bit
+
| 9
! Description
+
| F
 
|-
 
|-
| 0
+
| 10
| A
+
| G
 
|-
 
|-
| 1
+
| 11
| B
+
| H
 
|-
 
|-
| 2
+
| 12
| X
+
| I
 
|-
 
|-
| 3
+
| 13
| Y
+
| J
 
|-
 
|-
| 4
+
| 14
| StickL
+
| K
 
|-
 
|-
| 5
+
| 15
| StickR
  −
|-
  −
| 6
   
| L
 
| L
|-
  −
| 7
  −
| R
  −
|-
  −
| 8
  −
| ZL
  −
|-
  −
| 9
  −
| ZR
  −
|-
  −
| 10
  −
| Plus
  −
|-
  −
| 11
  −
| Minus
  −
|-
  −
| 12
  −
| Left
  −
|-
  −
| 13
  −
| Up
  −
|-
  −
| 14
  −
| Right
  −
|-
  −
| 15
  −
| Down
   
|-
 
|-
 
| 16
 
| 16
| StickLLeft
+
| M
 
|-
 
|-
 
| 17
 
| 17
| StickLUp
+
| N
 
|-
 
|-
 
| 18
 
| 18
| StickLRight
+
| O
 
|-
 
|-
 
| 19
 
| 19
| StickLDown
+
| P
 
|-
 
|-
 
| 20
 
| 20
| StickRLeft
+
| Q
 
|-
 
|-
 
| 21
 
| 21
| StickRUp
+
| R
 
|-
 
|-
 
| 22
 
| 22
| StickRRight
+
| S
 
|-
 
|-
 
| 23
 
| 23
| StickRDown
+
| T
 
|-
 
|-
 
| 24
 
| 24
| LeftSL
+
| U
 
|-
 
|-
 
| 25
 
| 25
| LeftSR
+
| V
 
|-
 
|-
 
| 26
 
| 26
| RightSL
+
| W
 
|-
 
|-
 
| 27
 
| 27
| RightSR
+
| X
 
|-
 
|-
 
| 28
 
| 28
| Palma
+
| Y
 
|-
 
|-
 
| 29
 
| 29
|  
+
| Z
 
|-
 
|-
 
| 30
 
| 30
| HandheldLeftB (Left B button on NES controllers in Handheld mode)
+
| D1
|}
+
|-
 
+
| 31
= AnalogStickCalibrationFlagsSet =
+
| D2
This is "nn::hid::detail::AnalogStickCalibrationFlagsSet". This is a BitFlagSet object for [[#AnalogStickCalibrationFlags]].
+
|-
 
+
| 32
= SixAxisSensorUserCalibrationFlagsSet =
+
| D3
This is "nn::hid::detail::SixAxisSensorUserCalibrationFlagsSet". This is a BitFlagSet object for [[#SixAxisSensorUserCalibrationFlags]].
+
|-
 
+
| 33
= NpadStyleSet =
+
| D4
This is "nn::hid::NpadStyleSet". This is a BitFlagSet object for [[#NpadStyleTag]].
+
|-
 
+
| 34
= NpadStyleTag =
+
| D5
This is "nn::hid::NpadStyleTag".
+
|-
 
+
| 35
{| class="wikitable" border="1"
+
| D6
!  Bits
  −
!  Description
  −
!  Notes
   
|-
 
|-
| 0
+
| 36
| NpadStyleFullKey
+
| D7
| Pro Controller
   
|-
 
|-
| 1
+
| 37
| NpadStyleHandheld
+
| D8
| Joy-Con controller in handheld mode
   
|-
 
|-
| 2
+
| 38
| NpadStyleJoyDual
+
| D9
| Joy-Con controller in dual mode
   
|-
 
|-
| 3
+
| 39
| NpadStyleJoyLeft
+
| D0
| Joy-Con left controller in single mode
   
|-
 
|-
| 4
+
| 40
| NpadStyleJoyRight
+
| Return
| Joy-Con right controller in single mode
   
|-
 
|-
| 5
+
| 41
| NpadStyleGc
+
| Escape
| GameCube controller
   
|-
 
|-
| 6
+
| 42
| NpadStylePalma
+
| Backspace
| Poké Ball Plus controller
   
|-
 
|-
| 7
+
| 43
| NpadStyleLark
+
| Tab
| NES/Famicom controller
   
|-
 
|-
| 8
+
| 44
| NpadStyleHandheldLark
+
| Space
| NES/Famicom controller in handheld mode
   
|-
 
|-
| 9
+
| 45
| NpadStyleLucia
+
| Minus
| SNES controller
   
|-
 
|-
| 10-28
+
| 46
| Reserved
+
| Plus
|
   
|-
 
|-
| 29
+
| 47
| NpadStyleSystemExt
+
| OpenBracket
| Generic external controller
   
|-
 
|-
| 30
+
| 48
| NpadStyleSystem
+
| CloseBracket
| Generic controller
   
|-
 
|-
| 31
+
| 49
| Reserved
+
| Pipe
|
  −
|}
  −
 
  −
= NpadDeviceTypeSet =
  −
This is "nn::hid::system::NpadDeviceType". This is a BitFlagSet object for [[#NpadDeviceType]].
  −
 
  −
= NpadSystemPropertiesSet =
  −
This is "nn::hid::detail::NpadSystemPropertiesSet". This is a BitFlagSet object for [[#NpadSystemProperties]].
  −
 
  −
= NpadSystemProperties =
  −
This is "nn::hid::NpadSystemProperties". This is a 64-bit flag.
  −
 
  −
{| class="wikitable" border="1"
   
|-
 
|-
! Bit
+
| 50
! Description
+
| Tilde
 
|-
 
|-
| 0
+
| 51
| IsChargingJoyDual
+
| Semicolon
 
|-
 
|-
| 1
+
| 52
| IsChargingJoyLeft
+
| Quote
 
|-
 
|-
| 2
+
| 53
| IsChargingJoyRight
+
| Backquote
 
|-
 
|-
| 3
+
| 54
| IsPoweredJoyDual
+
| Comma
 
|-
 
|-
| 4
+
| 55
| IsPoweredJoyLeft
+
| Period
 
|-
 
|-
| 5
+
| 56
| IsPoweredJoyRight
+
| Slash
 
|-
 
|-
| 9
+
| 57
| IsUnsuportedButtonPressedOnNpadSystem
+
| CapsLock
 +
|-
 +
| 58
 +
| F1
 +
|-
 +
| 59
 +
| F2
 
|-
 
|-
| 10
+
| 60
| IsUnsuportedButtonPressedOnNpadSystemExt
+
| F3
 
|-
 
|-
| 11
+
| 61
| IsAbxyButtonOriented
+
| F4
 
|-
 
|-
| 12
+
| 62
| IsSlSrButtonOriented
+
| F5
 
|-
 
|-
| 13
+
| 63
| [4.0.0+] IsPlusAvailable
+
| F6
 
|-
 
|-
| 14
+
| 64
| [4.0.0+] IsMinusAvailable
+
| F7
 
|-
 
|-
| 15
+
| 65
| [8.0.0+] IsDirectionalButtonsAvailable
+
| F8
|}
  −
 
  −
= NpadSystemButtonPropertiesSet =
  −
This is "nn::hid::detail::NpadSystemButtonPropertiesSet". This is a BitFlagSet object for [[#NpadSystemButtonProperties]].
  −
 
  −
= NpadSystemButtonProperties =
  −
This is "nn::hid::NpadSystemButtonProperties". This is a 32-bit flag.
  −
 
  −
{| class="wikitable" border="1"
   
|-
 
|-
! Bit
+
| 66
! Description
+
| F9
 
|-
 
|-
| 0
+
| 67
| IsUnintendedHomeButtonInputProtectionEnabled
+
| F10
|}
  −
 
  −
= AppletFooterUiAttributesSet =
  −
This is "nn::hid::system::AppletFooterUiAttributesSet". This is a BitFlagSet object for [[#AppletFooterUiAttribute]].
  −
 
  −
= UniquePadType =
  −
This is "nn::hid::system::UniquePadType".
  −
 
  −
{| class="wikitable" border="1"
  −
!  Value
  −
!  Description
   
|-
 
|-
| 0 || Embedded
+
| 68
 +
| F11
 
|-
 
|-
| 1 || FullKeyController
+
| 69
 +
| F12
 
|-
 
|-
| 2 || RightController
+
| 70
 +
| PrintScreen
 
|-
 
|-
| 3 || LeftController
+
| 71
 +
| ScrollLock
 
|-
 
|-
| 4 || DebugPadController
+
| 72
|}
+
| Pause
 
  −
= UniquePadInterface =
  −
This is "nn::hid::system::UniquePadInterface".
  −
 
  −
{| class="wikitable" border="1"
  −
!  Value
  −
!  Description
   
|-
 
|-
| 0 || Embedded
+
| 73
 +
| Insert
 
|-
 
|-
| 1 || Rail
+
| 74
 +
| Home
 
|-
 
|-
| 2 || Bluetooth
+
| 75
 +
| PageUp
 
|-
 
|-
| 3 || Usb
+
| 76
|}
+
| Delete
 
+
|-
= UniquePadSerialNumber =
+
| 77
This is "nn::hid::system::UniquePadSerialNumber". This is a 0x10 byte value.
+
| End
 
+
|-
= UniquePadId =
+
| 78
This is "nn::hid::system::UniquePadId". This is a 8 byte value.
+
| PageDown
 
+
|-
= AnalogStickManualCalibrationStage =
+
| 79
This is "nn::hid::system::AnalogStickManualCalibrationStage".
+
| RightArrow
 
  −
{| class="wikitable" border="1"
  −
!  Value
  −
!  Description
   
|-
 
|-
| 0 || ReleaseFromRight
+
| 80
 +
| LeftArrow
 
|-
 
|-
| 1 || ReleaseFromBottom
+
| 81
 +
| DownArrow
 
|-
 
|-
| 2 || ReleaseFromLeft
+
| 82
 +
| UpArrow
 
|-
 
|-
| 3 || ReleaseFromTop
+
| 83
 +
| NumLock
 
|-
 
|-
| 4 || Rotate
+
| 84
 +
| NumPadDivide
 
|-
 
|-
| 5 || Update
+
| 85
 +
| NumPadMultiply
 
|-
 
|-
| 6 || Completed
+
| 86
 +
| NumPadSubtract
 
|-
 
|-
| 7 || Clear
+
| 87
 +
| NumPadAdd
 
|-
 
|-
| 8 || ClearCompleted
+
| 88
|}
+
| NumPadEnter
 
  −
= SixAxisSensorUserCalibrationStage =
  −
This is "nn::hid::system::SixAxisSensorUserCalibrationStage".
  −
 
  −
{| class="wikitable" border="1"
  −
!  Value
  −
!  Description
   
|-
 
|-
| 0 || Measuring
+
| 89
 +
| NumPad1
 
|-
 
|-
| 1 || Update
+
| 90
 +
| NumPad2
 
|-
 
|-
| 2 || Completed
+
| 91
|}
+
| NumPad3
 
  −
= NpadJoyHoldType =
  −
This is "nn::hid::NpadJoyHoldType".
  −
 
  −
{| class="wikitable" border="1"
  −
!  Value
  −
!  Description
   
|-
 
|-
| 0 || Vertical
+
| 92
 +
| NumPad4
 
|-
 
|-
| 1 || Horizontal
+
| 93
|}
+
| NumPad5
 
  −
= NpadJoyDeviceType =
  −
This is "nn::hid::NpadJoyDeviceType".
  −
 
  −
{| class="wikitable" border="1"
  −
!  Value
  −
!  Description
   
|-
 
|-
| 0 || Left
+
| 94
 +
| NumPad6
 
|-
 
|-
| 1 || Right
+
| 95
|}
+
| NumPad7
 
  −
= NpadHandheldActivationMode =
  −
This is "nn::hid::NpadHandheldActivationMode".
  −
 
  −
This controls how many joycons must be attached for handheld mode to be triggered (Dual = 2, Single = 1, None = 0).
  −
 
  −
{| class="wikitable" border="1"
  −
!  Value
  −
!  Description
   
|-
 
|-
| 0 || Dual
+
| 96
 +
| NumPad8
 
|-
 
|-
| 1 || Single
+
| 97
 +
| NumPad9
 
|-
 
|-
| 2 || None
+
| 98
|}
+
| NumPad0
 
  −
= NpadJoyAssignmentMode =
  −
This is "nn::hid::NpadJoyAssignmentMode".
  −
 
  −
{| class="wikitable" border="1"
  −
!  Value
  −
!  Description
   
|-
 
|-
| 0 || Dual
+
| 99
 +
| NumPadDot
 
|-
 
|-
| 1 || Single
+
| 100
|}
+
| Backslash
 
  −
= NpadCommunicationMode =
  −
This is "nn::hid::NpadCommunicationMode".
  −
 
  −
{| class="wikitable" border="1"
  −
!  Value
  −
!  Description
   
|-
 
|-
| 0 || 5ms
+
| 101
 +
| Application
 
|-
 
|-
| 1 || 10ms
+
| 102
 +
| Power
 
|-
 
|-
| 2 || 15ms
+
| 103
 +
| NumPadEquals
 
|-
 
|-
| 3 || Default
+
| 104
|}
+
| F13
 
  −
= AppletDetailedUiType =
  −
This is "nn::hid::system::AppletDetailedUiType".
  −
 
  −
{| class="wikitable" border="1"
  −
!  Value
  −
!  Description
   
|-
 
|-
| 0x00000000 || None
+
| 105
 +
| F14
 
|-
 
|-
| 0x01000000 || HandheldNone
+
| 106
 +
| F15
 
|-
 
|-
| 0x02000000 || HandheldJoyConLeftOnly
+
| 107
 +
| F16
 
|-
 
|-
| 0x02000001 || HandheldLarkHvc1Only
+
| 108
 +
| F17
 
|-
 
|-
| 0x02000002 || HandheldLarkNesLeftOnly
+
| 109
 +
| F18
 
|-
 
|-
| 0x03000000 || HandheldJoyConRightOnly
+
| 110
 +
| F19
 
|-
 
|-
| 0x03000001 || HandheldLarkHvc2Only
+
| 111
 +
| F20
 
|-
 
|-
| 0x03000002 || HandheldLarkNesRightOnly
+
| 112
 +
| F21
 
|-
 
|-
| 0x04000000 || HandheldJoyConLeftJoyConRight
+
| 113
 +
| F22
 
|-
 
|-
| 0x04000001 || HandheldJoyConLeftLarkHvc2
+
| 114
 +
| F23
 
|-
 
|-
| 0x04000002 || HandheldJoyConLeftLarkNesRight
+
| 115
 +
| F24
 
|-
 
|-
| 0x04000003 || HandheldLarkHvc1JoyConRight
+
| 133
 +
| NumPadComma
 
|-
 
|-
| 0x04000004 || HandheldLarkHvc1LarkHvc2
+
| 135
 +
| Ro
 
|-
 
|-
| 0x04000005 || HandheldLarkHvc1LarkNesRight
+
| 136
 +
| KatakanaHiragana
 
|-
 
|-
| 0x04000006 || HandheldLarkNesLeftJoyConRight
+
| 137
 +
| Yen
 
|-
 
|-
| 0x04000007 || HandheldLarkNesLeftLarkHvc2
+
| 138
 +
| Henkan
 
|-
 
|-
| 0x04000008 || HandheldLarkNesLeftLarkNesRight
+
| 139
 +
| Muhenkan
 
|-
 
|-
| 0x05000000 || JoyDual
+
| 140
 +
| NumPadCommaPc98
 
|-
 
|-
| 0x06000000 || JoyDualLeftOnly
+
| 144
 +
| HangulEnglish
 
|-
 
|-
| 0x07000000 || JoyDualRightOnly
+
| 145
 +
| Hanja
 
|-
 
|-
| 0x08000000 || JoyLeftHorizontal
+
| 146
 +
| Katakana
 
|-
 
|-
| 0x09000000 || JoyLeftVertical
+
| 147
 +
| Hiragana
 
|-
 
|-
| 0x0A000000 || JoyRightHorizontal
+
| 148
 +
| ZenkakuHankaku
 
|-
 
|-
| 0x0B000000 || JoyRightVertical
+
| 224
 +
| LeftControl
 
|-
 
|-
| 0x0C000000 || SwitchProController
+
| 225
 +
| LeftShift
 
|-
 
|-
| 0x0D000000 || CompatibleProController
+
| 226
|-
+
| LeftAlt
| 0x0E000000 || CompatibleJoyCon
  −
|-
  −
| 0x0F000000 || LarkHvc1
  −
|-
  −
| 0x10000000 || LarkHvc2
   
|-
 
|-
| 0x11000000 || LarkNesLeft
+
| 227
 +
| LeftGui
 
|-
 
|-
| 0x12000000 || LarkNesRight
+
| 228
 +
| RightControl
 
|-
 
|-
| 0x13000000 || LuciaU
+
| 229
 +
| RightShift
 
|-
 
|-
| 0x13000001 || LuciaJ
+
| 230
 +
| RightAlt
 
|-
 
|-
| 0x13000002 || LuciaE
+
| 231
|-
+
| RightGui
| 0x14000000 || Verification
  −
|-
  −
| 0xFFFFFFFF || Unknown
   
|}
 
|}
   −
= AppletFooterUiType =
+
= KeyboardLockKeyEventSet =
This is "nn::hid::system::AppletFooterUiType".
+
This is "nn::hid::system::KeyboardLockKeyEventSet". This is a BitFlagSet object for [[#KeyboardLockKeyEvent]].
 +
 
 +
= KeyboardLockKeyEvent =
 +
This is "nn::hid::system::KeyboardLockKeyEvent". This is a 32-bit flag.
    
{| class="wikitable" border="1"
 
{| class="wikitable" border="1"
!  Value
  −
!  Description
   
|-
 
|-
| 0 || None
+
! Bit
 +
! Description
 
|-
 
|-
| 1 || HandheldNone
+
| 0
 +
| NumLockOn
 
|-
 
|-
| 2 || HandheldJoyConLeftOnly
+
| 1
 +
| NumLockOff
 
|-
 
|-
| 3 || HandheldJoyConRightOnly
+
| 2
 +
| NumLockToggle
 
|-
 
|-
| 4 || HandheldJoyConLeftJoyConRight
+
| 3
 +
| CapsLockOn
 
|-
 
|-
| 5 || JoyDual
+
| 4
 +
| CapsLockOff
 
|-
 
|-
| 6 || JoyDualLeftOnly
+
| 5
 +
| CapsLockToggle
 
|-
 
|-
| 7 || JoyDualRightOnly
+
| 6
 +
| ScrollLockOn
 
|-
 
|-
| 8 || JoyLeftHorizontal
+
| 7
 +
| ScrollLockOff
 
|-
 
|-
| 9 || JoyLeftVertical
+
| 8
 +
| ScrollLockToggle
 +
|}
 +
 
 +
= BasicXpadButtonSet =
 +
This is "nn::hid::BasicXpadButtonSet". This is a BitFlagSet object for [[#BasicXpadButton]].
 +
 
 +
= HomeButtonSet =
 +
This is "nn::hid::system::HomeButtonSet". This is a BitFlagSet object for [[#HomeButton]].
 +
 
 +
= SleepButtonSet =
 +
This is "nn::hid::system::SleepButtonSet". This is a BitFlagSet object for [[#SleepButton]].
 +
 
 +
= CaptureButtonSet =
 +
This is "nn::hid::system::CaptureButtonSet". This is a BitFlagSet object for [[#CaptureButton]].
 +
 
 +
= NpadButtonSet =
 +
This is "nn::hid::NpadButtonSet". This is a BitFlagSet object for [[#NpadButton]].
 +
 
 +
= NpadButton =
 +
This is "nn::hid::NpadButton". This is a 64-bit flag.
 +
 
 +
{| class="wikitable" border="1"
 
|-
 
|-
| 10 || JoyRightHorizontal
+
! Bit
 +
! Description
 
|-
 
|-
| 11 || JoyRightVertical
+
| 0
 +
| A
 
|-
 
|-
| 12 || SwitchProController
+
| 1
 +
| B
 
|-
 
|-
| 13 || CompatibleProController
+
| 2
 +
| X
 
|-
 
|-
| 14 || CompatibleJoyCon
+
| 3
 +
| Y
 
|-
 
|-
| 15 || LarkHvc1
+
| 4
 +
| StickL
 
|-
 
|-
| 16 || LarkHvc2
+
| 5
 +
| StickR
 
|-
 
|-
| 17 || LarkNesLeft
+
| 6
 +
| L
 
|-
 
|-
| 18 || LarkNesRight
+
| 7
 +
| R
 
|-
 
|-
| 19 || Lucia
+
| 8
 +
| ZL
 
|-
 
|-
| 20 || Verification
+
| 9
|}
+
| ZR
 
  −
= NpadIdType =
  −
This is "nn::hid::NpadIdType". This is the controller index used in [[#SharedMemoryFormat|sharedmem]].
  −
 
  −
{| class="wikitable" border="1"
  −
!  Value
  −
!  Description
   
|-
 
|-
| 0x0 || No1
+
| 10
 +
| Plus
 
|-
 
|-
| 0x1 || No2
+
| 11
 +
| Minus
 
|-
 
|-
| 0x2 || No3
+
| 12
 +
| Left
 
|-
 
|-
| 0x3 || No4
+
| 13
 +
| Up
 
|-
 
|-
| 0x4 || No5
+
| 14
 +
| Right
 
|-
 
|-
| 0x5 || No6
+
| 15
 +
| Down
 
|-
 
|-
| 0x6 || No7
+
| 16
 +
| StickLLeft
 
|-
 
|-
| 0x7 || No8
+
| 17
 +
| StickLUp
 
|-
 
|-
| 0x10 || Other
+
| 18
 +
| StickLRight
 
|-
 
|-
| 0x20 || Handheld
+
| 19
|}
+
| StickLDown
 
  −
= NpadInterfaceType =
  −
This is "nn::hid::NpadInterfaceType".
  −
 
  −
{| class="wikitable" border="1"
  −
!  Value
  −
!  Description
   
|-
 
|-
| 1 || Bluetooth
+
| 20
 +
| StickRLeft
 
|-
 
|-
| 2 || Rail
+
| 21
 +
| StickRUp
 
|-
 
|-
| 3 || USB
+
| 22
 +
| StickRRight
 
|-
 
|-
| 4 || Unknown
+
| 23
|}
+
| StickRDown
 
+
|-
= NpadLarkType =
+
| 24
This is "nn::hid::NpadLarkType".
+
| LeftSL
 
+
|-
{| class="wikitable" border="1"
+
| 25
!  Value
+
| LeftSR
!  Description
   
|-
 
|-
| 0 || Invalid
+
| 26
 +
| RightSL
 
|-
 
|-
| 1 || H1
+
| 27
 +
| RightSR
 
|-
 
|-
| 2 || H2
+
| 28
 +
| Palma
 
|-
 
|-
| 3 || NL
+
| 29
 +
| Verification
 
|-
 
|-
| 4 || NR
+
| 30
|}
+
| HandheldLeftB (Left B button on NES controllers in Handheld mode)
 
  −
= NpadLuciaType =
  −
This is "nn::hid::NpadLuciaType".
  −
 
  −
{| class="wikitable" border="1"
  −
!  Value
  −
!  Description
   
|-
 
|-
| 0 || Invalid
+
| 31
 +
| [12.0.0+] LeftC (Left C button in N64 controller)
 
|-
 
|-
| 1 || J
+
| 32
 +
| [12.0.0+] UpC (Up C button in N64 controller)
 
|-
 
|-
| 2 || E
+
| 33
 +
| [12.0.0+] RightC (Right C button in N64 controller)
 
|-
 
|-
| 3 || U
+
| 34
 +
| [12.0.0+] DownC (Down C button in N64 controller)
 
|}
 
|}
   −
= GestureDirection =
+
= AnalogStickCalibrationFlagsSet =
This is "nn::hid::GestureDirection".
+
This is "nn::hid::detail::AnalogStickCalibrationFlagsSet". This is a BitFlagSet object for [[#AnalogStickCalibrationFlags]].
 +
 
 +
= SixAxisSensorUserCalibrationFlagsSet =
 +
This is "nn::hid::detail::SixAxisSensorUserCalibrationFlagsSet". This is a BitFlagSet object for [[#SixAxisSensorUserCalibrationFlags]].
 +
 
 +
= NpadStyleSet =
 +
This is "nn::hid::NpadStyleSet". This is a BitFlagSet object for [[#NpadStyleTag]].
 +
 
 +
= NpadStyleTag =
 +
This is "nn::hid::NpadStyleTag".
    
{| class="wikitable" border="1"
 
{| class="wikitable" border="1"
Value
+
Bits
 
!  Description
 
!  Description
 
|-
 
|-
| 0 || None
+
| 0
 +
| NpadStyleFullKey (Pro Controller)
 
|-
 
|-
| 1 || Left
+
| 1
 +
| NpadStyleHandheld (Joy-Con controller in handheld mode)
 +
|-
 +
| 2
 +
| NpadStyleJoyDual (Joy-Con controller in dual mode)
 
|-
 
|-
| 2 || Up
+
| 3
 +
| NpadStyleJoyLeft (Joy-Con left controller in single mode)
 
|-
 
|-
| 3 || Right
+
| 4
 +
| NpadStyleJoyRight (Joy-Con right controller in single mode)
 
|-
 
|-
| 4 || Down
+
| 5
|}
+
| NpadStyleGc (GameCube controller)
 
  −
= GestureType =
  −
This is "nn::hid::GestureType".
  −
 
  −
{| class="wikitable" border="1"
  −
!  Value
  −
!  Description
   
|-
 
|-
| 0 || Idle
+
| 6
 +
| NpadStylePalma (Poké Ball Plus controller)
 
|-
 
|-
| 1 || Complete
+
| 7
 +
| NpadStyleLark (NES/Famicom controller)
 
|-
 
|-
| 2 || Cancel
+
| 8
 +
| NpadStyleHandheldLark (NES/Famicom controller in handheld mode)
 
|-
 
|-
| 3 || Touch
+
| 9
 +
| NpadStyleLucia (SNES controller)
 
|-
 
|-
| 4 || Press
+
| 10
 +
| [12.0.0+] NpadStyleLagon (N64 controller)
 
|-
 
|-
| 5 || Tap
+
| 11
 +
| [13.0.0+] NpadStyleLager (Sega Genesis controller)
 
|-
 
|-
| 6 || Pan
+
| 12-28
 +
| Reserved
 
|-
 
|-
| 7 || Swipe
+
| 29
 +
| NpadStyleSystemExt (generic external controller)
 
|-
 
|-
| 8 || Pinch
+
| 30
 +
| NpadStyleSystem (generic controller)
 
|-
 
|-
| 9 || Rotate
+
| 31
 +
| Reserved
 
|}
 
|}
   −
= DeviceHandle =
+
= NpadDeviceTypeSet =
This is "nn::xcd::DeviceHandle". This is a 8 byte value.
+
This is "nn::hid::system::NpadDeviceTypeSet". This is a BitFlagSet object for [[#DeviceType|NpadDeviceType]].
 +
 
 +
= NpadSystemPropertiesSet =
 +
This is "nn::hid::detail::NpadSystemPropertiesSet". This is a BitFlagSet object for [[#NpadSystemProperties]].
   −
= DeviceType =
+
= NpadSystemProperties =
This is "nn::hid::system::DeviceType".
+
This is "nn::hid::detail::NpadSystemProperties". This is a 64-bit flag.
    
{| class="wikitable" border="1"
 
{| class="wikitable" border="1"
! Bits
+
|-
! Description
+
! Bit
 +
! Description
 
|-
 
|-
 
| 0
 
| 0
| FullKey
+
| IsChargingJoyDual
 
|-
 
|-
 
| 1
 
| 1
| DebugPad
+
| IsChargingJoyLeft
 
|-
 
|-
 
| 2
 
| 2
| HandheldLeft
+
| IsChargingJoyRight
 
|-
 
|-
 
| 3
 
| 3
| HandheldRight
+
| IsPoweredJoyDual
 
|-
 
|-
 
| 4
 
| 4
| JoyLeft
+
| IsPoweredJoyLeft
 
|-
 
|-
 
| 5
 
| 5
| JoyRight
+
| IsPoweredJoyRight
|-
  −
| 6
  −
| Palma
  −
|-
  −
| 7
  −
| LarkHvcLeft
  −
|-
  −
| 8
  −
| LarkHvcRight
   
|-
 
|-
 
| 9
 
| 9
| LarkNesLeft
+
| IsUnsuportedButtonPressedOnNpadSystem
 
|-
 
|-
 
| 10
 
| 10
| LarkNesRight
+
| IsUnsuportedButtonPressedOnNpadSystemExt
 
|-
 
|-
 
| 11
 
| 11
| HandheldLarkHvcLeft
+
| IsAbxyButtonOriented
 
|-
 
|-
 
| 12
 
| 12
| HandheldLarkHvcRight
+
| IsSlSrButtonOriented
 
|-
 
|-
 
| 13
 
| 13
| HandheldLarkNesLeft
+
| [4.0.0+] IsPlusAvailable
 
|-
 
|-
 
| 14
 
| 14
| HandheldLarkNesRight
+
| [4.0.0+] IsMinusAvailable
 
|-
 
|-
 
| 15
 
| 15
| Lucia
+
| [8.0.0+] IsDirectionalButtonsAvailable
 +
|}
 +
 
 +
= NpadSystemButtonPropertiesSet =
 +
This is "nn::hid::detail::NpadSystemButtonPropertiesSet". This is a BitFlagSet object for [[#NpadSystemButtonProperties]].
 +
 
 +
= NpadSystemButtonProperties =
 +
This is "nn::hid::NpadSystemButtonProperties". This is a 32-bit flag.
 +
 
 +
{| class="wikitable" border="1"
 
|-
 
|-
| 16-30
+
! Bit
| Reserved
+
! Description
 
|-
 
|-
| 31
+
| 0
| System
+
| IsUnintendedHomeButtonInputProtectionEnabled
 
|}
 
|}
   −
= DeviceTypeInternal =
+
= AppletFooterUiAttributesSet =
This is "nn::hid::detail::DeviceTypeInternal".
+
This is "nn::hid::system::AppletFooterUiAttributesSet". This is a BitFlagSet object for [[#AppletFooterUiAttribute]].
 +
 
 +
= UniquePadType =
 +
This is "nn::hid::system::UniquePadType".
    
{| class="wikitable" border="1"
 
{| class="wikitable" border="1"
Bits
+
Value
 
!  Description
 
!  Description
 
|-
 
|-
| 0-7
+
| 0 || Embedded
| BIT(N*4+0) = Pro Controller, BIT(N*4+1) = Joy-Con Left, BIT(N*4+2) = Joy-Con Right, BIT(N*4+3) = invalid. Where N is 0-1.
   
|-
 
|-
| 8-10
+
| 1 || FullKeyController
| Pro Controller
   
|-
 
|-
| 11
+
| 2 || RightController
| Famicom left controller
   
|-
 
|-
| 12
+
| 3 || LeftController
| Famicom right controller (with microphone)
   
|-
 
|-
| 13
+
| 4 || DebugPadController
| NES left controller
+
|}
 +
 
 +
= UniquePadInterface =
 +
This is "nn::hid::system::UniquePadInterface".
 +
 
 +
{| class="wikitable" border="1"
 +
!  Value
 +
!  Description
 
|-
 
|-
| 14
+
| 0 || Embedded
| NES right controller
   
|-
 
|-
| 15-16
+
| 1 || Rail
| Invalid
   
|-
 
|-
| 17
+
| 2 || Bluetooth
| Generic external controller
   
|-
 
|-
| 18-20
+
| 3 || Usb
| Invalid
  −
|-
  −
| 21-23
  −
| Generic controller
   
|}
 
|}
   −
[9.0.0+] This is "nn::hidtypes::DeviceType".
+
= UniquePadSerialNumber =
 +
This is "nn::hid::system::UniquePadSerialNumber". This is a 0x10 byte value.
 +
 
 +
= UniquePadId =
 +
This is "nn::hid::system::UniquePadId". This is a 8 byte value.
 +
 
 +
= AnalogStickManualCalibrationStage =
 +
This is "nn::hid::system::AnalogStickManualCalibrationStage".
    
{| class="wikitable" border="1"
 
{| class="wikitable" border="1"
 
!  Value
 
!  Value
!  [[#DeviceType|DeviceType]]
  −
!  [[#UniquePadType|UniquePadType]]
   
!  Description
 
!  Description
 
|-
 
|-
| 1 || JoyRight, HandheldRight || JoyRight || Joy-Con right controller
+
| 0 || ReleaseFromRight
 
|-
 
|-
| 2 || JoyLeft, HandheldLeft || JoyLeft || Joy-Con left controller
+
| 1 || ReleaseFromBottom
 
|-
 
|-
| 3 || FullKey || FullKey || Pro Controller
+
| 2 || ReleaseFromLeft
 
|-
 
|-
| 4 || JoyLeft || JoyLeft || Reserved
+
| 3 || ReleaseFromTop
 
|-
 
|-
| 5 || JoyRight || JoyRight || Reserved
+
| 4 || Rotate
 
|-
 
|-
| 6 || FullKey || FullKey || Reserved
+
| 5 || Update
 
|-
 
|-
| 7 || LarkHvcLeft, HandheldLarkHvcLeft || JoyLeft || Famicom left controller
+
| 6 || Completed
 
|-
 
|-
| 8 || LarkHvcRight, HandheldLarkHvcRight || JoyRight || Famicom right controller (with microphone)
+
| 7 || Clear
 
|-
 
|-
| 9 || LarkNesLeft, HandheldLarkNesLeft || JoyLeft || NES left controller
+
| 8 || ClearCompleted
|-
+
|}
| 10 || LarkNesRight, HandheldLarkNesRight || JoyRight || NES right controller
+
 
|-
+
= SixAxisSensorUserCalibrationStage =
| 11 || Lucia || FullKey || SNES controller
+
This is "nn::hid::system::SixAxisSensorUserCalibrationStage".
|-
+
 
| 12 || Palma || Other || Poké Ball Plus controller
+
{| class="wikitable" border="1"
|-
+
!  Value
| 13 || FullKey || FullKey || Gc controller
+
!  Description
 
|-
 
|-
| 14 || HandheldLeft || JoyLeft || Reserved
+
| 0 || Measuring
 
|-
 
|-
| 15 || FullKey || FullKey || Reserved
+
| 1 || Update
 
|-
 
|-
| 16 || FullKey || FullKey || Reserved
+
| 2 || Completed
 +
|}
 +
 
 +
= NpadJoyHoldType =
 +
This is "nn::hid::NpadJoyHoldType".
 +
 
 +
{| class="wikitable" border="1"
 +
!  Value
 +
!  Description
 
|-
 
|-
| 17 || DebugPad || DebugPad || Debug controller
+
| 0 || Vertical
 
|-
 
|-
| 18 || HandheldRight || JoyRight || Reserved
+
| 1 || Horizontal
|-
  −
| 19 || System || Other || Unknown (has [[#NpadStyleTag|NpadFullKey]] style tag)
  −
|-
  −
| 20 || System || Other || Unknown (has [[#NpadStyleTag|NpadJoyDual]] style tag)
  −
|-
  −
| 21 || System || Other || Unknown (has [[#NpadStyleTag|NpadJoyDual]] style tag)
   
|}
 
|}
   −
= NpadPowerInfo =
+
= NpadJoyDeviceType =
This is "nn::hid::system::NpadPowerInfo".
+
This is "nn::hid::NpadJoyDeviceType".
    
{| class="wikitable" border="1"
 
{| class="wikitable" border="1"
 +
!  Value
 +
!  Description
 
|-
 
|-
! Offset
+
| 0 || Left
! Size
  −
! Description
   
|-
 
|-
| 0x0
+
| 1 || Right
| 0x1
  −
| IsPowered
  −
|-
  −
| 0x1
  −
| 0x1
  −
| IsCharging
  −
|-
  −
| 0x2
  −
| 0x6
  −
| Reserved
  −
|-
  −
| 0x8
  −
| 0x6
  −
| [[#BatteryLevel|BatteryLevel]]
   
|}
 
|}
   −
= BatteryLevel =
+
= NpadHandheldActivationMode =
This is "nn::hid::system::NpadBatteryLevel". This is a 4 byte value.
+
This is "nn::hid::NpadHandheldActivationMode".
   −
= ConsoleSixAxisSensorHandle =
+
This controls how many joycons must be attached for handheld mode to be triggered (Dual = 2, Single = 1, None = 0).
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
 +
!  Description
 
|-
 
|-
! Offset || Size || Description
+
| 0 || Dual
 +
|-
 +
| 1 || Single
 
|-
 
|-
| 0x0 || 0x4 || TypeValue
+
| 2 || None
 +
|}
 +
 
 +
= NpadJoyAssignmentMode =
 +
This is "nn::hid::NpadJoyAssignmentMode".
 +
 
 +
{| class="wikitable" border="1"
 +
!  Value
 +
!  Description
 
|-
 
|-
| 0x0 || 0x1 ||  
+
| 0 || Dual
 
|-
 
|-
| 0x1 || 0x1 ||  
+
| 1 || Single
 
|}
 
|}
   −
= SixAxisSensorHandle =
+
= NpadCommunicationMode =
This is "nn::hid::SixAxisSensorHandle". This is a 4-byte struct with 4-byte alignment.
+
This is "nn::hid::NpadCommunicationMode".
    
{| class="wikitable" border="1"
 
{| class="wikitable" border="1"
 +
!  Value
 +
!  Description
 
|-
 
|-
! Offset || Size || Description
+
| 0 || 5ms
 
|-
 
|-
| 0x0 || 0x4 || TypeValue
+
| 1 || 10ms
 
|-
 
|-
| 0x0 || 0x1 || NpadStyleIndex
+
| 2 || 15ms
 
|-
 
|-
| 0x1 || 0x1 || [[#NpadIdType|PlayerNumber]]
+
| 3 || Default
|-
  −
| 0x2 || 0x1 || DeviceIdx
   
|}
 
|}
   −
= VibrationDeviceHandle =
+
= FirmwareVersion =
This is "nn::hid::VibrationDeviceHandle". This is a 4-byte struct with 4-byte alignment.
+
This is "nn::hid::system::FirmwareVersion" ([1.0.0-2.3.0] "nn::hid::debug::FirmwareVersion").
    
{| class="wikitable" border="1"
 
{| class="wikitable" border="1"
 
|-
 
|-
! Offset || Size || Description
+
! Offset
 +
! Size
 +
! Description
 +
|-
 +
| 0x0
 +
| 0x1
 +
| Major
 
|-
 
|-
| 0x0 || 0x4 || TypeValue
+
| 0x1
 +
| 0x1
 +
| Minor
 
|-
 
|-
| 0x0 || 0x1 || NpadStyleIndex
+
| 0x2
 +
| 0x1
 +
| Micro
 
|-
 
|-
| 0x1 || 0x1 || [[#NpadIdType|PlayerNumber]]
+
| 0x3
 +
| 0x1
 +
| Revision
 
|-
 
|-
| 0x2 || 0x1 || DeviceIdx
+
| 0x4
 +
| 0xC
 +
| [3.0.0+] [[#DeviceIdentifier]]
 
|}
 
|}
   −
= VibrationDeviceInfo =
+
== DeviceIdentifier ==
This is "nn::hid::VibrationDeviceInfo" / "nn::hid::VibrationDeviceInfoForIpc". This is a 0x8-byte struct.
  −
 
   
{| class="wikitable" border="1"
 
{| class="wikitable" border="1"
 +
!  Value
 +
!  Description
 
|-
 
|-
! Offset || Size || Description
+
| "JR" || Joy-Con right controller
 +
|-
 +
| "JL" || Joy-Con left controller
 
|-
 
|-
| 0x0 || 0x4 || [[#VibrationDeviceType|DeviceType]]
+
| "FK" || Pro Controller
 
|-
 
|-
| 0x4 || 0x4 || [[#VibrationDevicePosition|Position]]
+
| "MY" || [[#DeviceTypeInternal|DeviceType]] 4 and [[#DeviceTypeInternal|DeviceType]] 5
|}
  −
 
  −
= VibrationDeviceType =
  −
This is "nn::hid::VibrationDeviceType".
  −
 
  −
{| class="wikitable" border="1"
  −
!  Value
  −
!  Description
   
|-
 
|-
| 0 || Unknown
+
| "LC" || "Tarragon" ([[#DeviceTypeInternal|DeviceType]] 6) and [[#DeviceTypeInternal|DeviceType]] 30
 
|-
 
|-
| 1 || LinearResonantActuator
+
| "HL" || Famicom left controller
 
|-
 
|-
| 2 || GcErm
+
| "HR" || Famicom right controller (with microphone)
|}
  −
 
  −
= VibrationDevicePosition =
  −
This is "nn::hid::VibrationDevicePosition".
  −
 
  −
{| class="wikitable" border="1"
  −
!  Value
  −
!  Description
   
|-
 
|-
| 0 || None
+
| "NL" || NES left controller
 
|-
 
|-
| 1 || Left
+
| "NR" || NES right controller
 
|-
 
|-
| 2 || Right
+
| "SN" || SNES controller
|}
  −
 
  −
= VibrationValue =
  −
This is "nn::hid::VibrationValue". This is a 0x10-byte struct, which contains 4 float values.
  −
 
  −
{| class="wikitable" border="1"
   
|-
 
|-
! Offset
+
| "LT" || N64 controller
! Size
  −
! Description
   
|-
 
|-
| 0x0
+
| "LS" || Sega Genesis controller
| 0x4
  −
| AmplitudeLow
   
|-
 
|-
| 0x4
+
| "PB" || Poké Ball Plus controller
| 0x4
  −
| FrequencyLow
   
|-
 
|-
| 0x8
+
| "SH" || SioH
| 0x4
  −
| AmplitudeHigh
   
|-
 
|-
| 0xC
+
| "TS" || TouchScreen
| 0x4
  −
| FrequencyHigh
   
|}
 
|}
   −
= VibrationGcErmCommand =
+
= AppletDetailedUiType =
This is "nn::hid::VibrationGcErmCommand".
+
This is "nn::hid::system::AppletDetailedUiType".
    
{| class="wikitable" border="1"
 
{| class="wikitable" border="1"
 
!  Value
 
!  Value
!  Name
   
!  Description
 
!  Description
 
|-
 
|-
| 0 || Stop || Stops the vibration with a decay phase.
+
| 0x00000000 || None
 +
|-
 +
| 0x01000000 || HandheldNone
 
|-
 
|-
| 1 || Start || Starts the vibration.
+
| 0x02000000 || HandheldJoyConLeftOnly
 
|-
 
|-
| 2 || StopHard || Stops the vibration immediately, with no decay phase.
+
| 0x02000001 || HandheldLarkHvc1Only
|}
  −
 
  −
= AccelerometerPlayMode =
  −
This is "nn::hid::debug::AccelerometerPlayMode" (pre-10.0.0 this is "nn::hid::AccelerometerPlayMode").
  −
 
  −
{| class="wikitable" border="1"
  −
!  Value
  −
!  Description
   
|-
 
|-
| 0 || Loose
+
| 0x02000002 || HandheldLarkNesLeftOnly
 
|-
 
|-
| 1 || Tight
+
| 0x03000000 || HandheldJoyConRightOnly
|}
  −
 
  −
= GyroscopeZeroDriftMode =
  −
This is "nn::hid::GyroscopeZeroDriftMode".
  −
 
  −
{| class="wikitable" border="1"
  −
!  Value
  −
!  Description
   
|-
 
|-
| 0 || Loose
+
| 0x03000001 || HandheldLarkHvc2Only
 
|-
 
|-
| 1 || Standard
+
| 0x03000002 || HandheldLarkNesRightOnly
 
|-
 
|-
| 2 || Tight
+
| 0x04000000 || HandheldJoyConLeftJoyConRight
|}
  −
 
  −
= 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"
   
|-
 
|-
! Offset || Size || Description
+
| 0x04000001 || HandheldJoyConLeftLarkHvc2
 
|-
 
|-
| 0x0 || 0x4 || [[#PalmaOperationType]]
+
| 0x04000002 || HandheldJoyConLeftLarkNesRight
 
|-
 
|-
| 0x4 || 0x4 || Result
+
| 0x04000003 || HandheldLarkHvc1JoyConRight
 
|-
 
|-
| 0x8 || 0x140 || Buffer for [[#GetPalmaOperationInfo]].
+
| 0x04000004 || HandheldLarkHvc1LarkHvc2
|}
  −
 
  −
= PalmaOperationType =
  −
This is "nn::hid::PalmaOperationType".
  −
 
  −
{| class="wikitable" border="1"
  −
!  Value
  −
!  Description
   
|-
 
|-
| 0 || PlayActivity
+
| 0x04000005 || HandheldLarkHvc1LarkNesRight
 
|-
 
|-
| 1 || SetFrModeType
+
| 0x04000006 || HandheldLarkNesLeftJoyConRight
 
|-
 
|-
| 2 || ReadStep
+
| 0x04000007 || HandheldLarkNesLeftLarkHvc2
 
|-
 
|-
| 3 || EnableStep
+
| 0x04000008 || HandheldLarkNesLeftLarkNesRight
 +
|-
 +
| 0x05000000 || JoyDual
 +
|-
 +
| 0x06000000 || JoyDualLeftOnly
 
|-
 
|-
| 4 || ResetStep
+
| 0x07000000 || JoyDualRightOnly
 
|-
 
|-
| 5 || ReadApplicationSection
+
| 0x08000000 || JoyLeftHorizontal
 
|-
 
|-
| 6 || WriteApplicationSection
+
| 0x09000000 || JoyLeftVertical
 
|-
 
|-
| 7 || ReadUniqueCode
+
| 0x0A000000 || JoyRightHorizontal
 
|-
 
|-
| 8 || SetUniqueCodeInvalid
+
| 0x0B000000 || JoyRightVertical
 
|-
 
|-
| 9 || WriteActivityEntry
+
| 0x0C000000 || SwitchProController
 
|-
 
|-
| 10 || WriteRgbLedPatternEntry
+
| 0x0D000000 || CompatibleProController
 
|-
 
|-
| 11 || WriteWaveEntry
+
| 0x0E000000 || CompatibleJoyCon
 
|-
 
|-
| 12 || ReadDataBaseIdentificationVersion
+
| 0x0F000000 || LarkHvc1
 
|-
 
|-
| 13 || WriteDataBaseIdentificationVersion
+
| 0x10000000 || LarkHvc2
 
|-
 
|-
| 14 || SuspendFeature
+
| 0x11000000 || LarkNesLeft
 
|-
 
|-
| [[5.1.0]]+ 15 || ReadPlayLog
+
| 0x12000000 || LarkNesRight
 
|-
 
|-
| [[5.1.0]]+ 16 || ResetPlayLog
+
| 0x13000000 || LuciaU
|}
  −
 
  −
= PalmaFrModeType =
  −
This is "nn::hid::PalmaFrModeType".
  −
 
  −
{| class="wikitable" border="1"
  −
!  Value
  −
!  Description
   
|-
 
|-
| 0 || Off
+
| 0x13000001 || LuciaJ
 
|-
 
|-
| 1 || B01
+
| 0x13000002 || LuciaE
 
|-
 
|-
| 2 || B02
+
| 0x14000000 || Verification
 
|-
 
|-
| 3 || B03
+
| 0x15000000 || [13.0.0+] Lagon
 
|-
 
|-
| 4 || Downloaded
+
| 0xFFFFFFFF || Unknown
 
|}
 
|}
   −
= PalmaApplicationSectionAccessBuffer =
+
= AppletFooterUiType =
This is "nn::hid::PalmaApplicationSectionAccessBuffer". This is a 0x100-byte struct.
+
This is "nn::hid::system::AppletFooterUiType".
 
  −
= PalmaActivityEntry =
  −
This is "nn::hid::PalmaActivityEntry".
      
{| class="wikitable" border="1"
 
{| class="wikitable" border="1"
 +
!  Value
 +
!  Description
 
|-
 
|-
! Offset || Size || Description
+
| 0 || None
 
|-
 
|-
| 0x0 || 0x2 || RgbLedPatternIndex.
+
| 1 || HandheldNone
 
|-
 
|-
| 0x2 || 0x2 || Padding
+
| 2 || HandheldJoyConLeftOnly
 
|-
 
|-
| 0x4 || 0x4 || [[#PalmaWaveSet|WaveSet]].
+
| 3 || HandheldJoyConRightOnly
 
|-
 
|-
| 0x8 || 0x2 || WaveIndex.
+
| 4 || HandheldJoyConLeftJoyConRight
|}
  −
 
  −
= PalmaWaveSet =
  −
This is "nn::hid::PalmaWaveSet".
  −
 
  −
{| class="wikitable" border="1"
  −
!  Value
  −
!  Description
   
|-
 
|-
| 0 || Small
+
| 5 || JoyDual
 
|-
 
|-
| 1 || Medium
+
| 6 || JoyDualLeftOnly
 
|-
 
|-
| 2 || Large
+
| 7 || JoyDualRightOnly
|}
  −
 
  −
= PalmaFeature =
  −
This is "nn::hid::PalmaFeature".
  −
 
  −
{| class="wikitable" border="1"
   
|-
 
|-
! Bit
+
| 8 || JoyLeftHorizontal
! Description
   
|-
 
|-
| 0
+
| 9 || JoyLeftVertical
| FrMode
   
|-
 
|-
| 1
+
| 10 || JoyRightHorizontal
| RumbleFeedback
   
|-
 
|-
| 2
+
| 11 || JoyRightVertical
| Step
   
|-
 
|-
| 3
+
| 12 || SwitchProController
| MuteSwitch
   
|-
 
|-
|}
+
| 13 || CompatibleProController
 
  −
= AbstractedPadState =
  −
{| class="wikitable" border="1"
   
|-
 
|-
! Offset || Size || Description
+
| 14 || CompatibleJoyCon
 
|-
 
|-
| 0x0 || 0x4 || Type, only 1 bit can be set. Converted to [[#HdlsDeviceInfo]]::type internally by [[#SetAutoPilotVirtualPadState]].
+
| 15 || LarkHvc1
 
|-
 
|-
| 0x4 || 0x1 || Flags. [[#SetAutoPilotVirtualPadState]] only uses bit0: when clear it will skip using the rest of the input and run [[#UnsetAutoPilotVirtualPadState]] internally.
+
| 16 || LarkHvc2
 
|-
 
|-
| 0x5 || 0x3 || Padding
+
| 17 || LarkNesLeft
 
|-
 
|-
| 0x8 || 0x4 || RGBA Single Body Color
+
| 18 || LarkNesRight
 
|-
 
|-
| 0xC || 0x4 || RGBA Single Buttons Color
+
| 19 || Lucia
 
|-
 
|-
| 0x10 || 0x1 || See [[#HiddbgHdlsDeviceInfo]]::[[#NpadInterfaceType]].
+
| 20 || Verification
|-
  −
| 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]].
+
| 21 || [13.0.0+] Lagon
 
|}
 
|}
   −
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.
+
= NpadIdType =
 +
This is "nn::hid::NpadIdType". This is the controller index used in [[#SharedMemoryFormat|sharedmem]].
   −
Type:
   
{| class="wikitable" border="1"
 
{| class="wikitable" border="1"
Bits
+
Value
!  [[#HdlsDeviceInfo]]::type bits
   
!  Description
 
!  Description
!  Notes
   
|-
 
|-
| 0 || 0 || ||  
+
| 0x0 || No1
 
|-
 
|-
| 1 || 15 || || [[#DeviceType]] |= BIT(1)
+
| 0x1 || No2
 
|-
 
|-
| 2 || 1 || ||  
+
| 0x2 || No3
 
|-
 
|-
| 3 || 2 || ||  
+
| 0x3 || No4
 
|-
 
|-
| 4 || 1 || ||  
+
| 0x4 || No5
 
|-
 
|-
| 5 || 2 || ||  
+
| 0x5 || No6
 
|-
 
|-
| 6 || 3 || ||  
+
| 0x6 || No7
 
|-
 
|-
| 7 || 11 || || [[#DeviceType]] |= BIT(11)
+
| 0x7 || No8
 
|-
 
|-
| 8 || 12 || || [[#DeviceType]] |= BIT(12)
+
| 0x10 || Other
 
|-
 
|-
| 9 || 13 || || [[#DeviceType]] |= BIT(13)
+
| 0x20 || Handheld
 +
|}
 +
 
 +
= NpadInterfaceType =
 +
This is "nn::hid::NpadInterfaceType".
 +
 
 +
{| class="wikitable" border="1"
 +
!  Value
 +
!  Description
 
|-
 
|-
| 10 || 14 || || [[#DeviceType]] |= BIT(14)
+
| 1 || Bluetooth
 
|-
 
|-
| 11 || 15 || || [[#DeviceType]] |= BIT(11)
+
| 2 || Rail
 
|-
 
|-
| 12 || 12 || || [[#DeviceType]] |= BIT(12)
+
| 3 || Usb
|-
  −
| 13 || 13 || || [[#DeviceType]] |= BIT(13)
  −
|-
  −
| 14 || 14 || || [[#DeviceType]] |= BIT(14)
  −
|-
  −
| 15 || 17 || ||
  −
|-
  −
| 31 || 21 || || [[#DeviceType]] = BIT(31)
   
|-
 
|-
 +
| 4 || Embedded
 
|}
 
|}
   −
The above "[[#DeviceType]] |=" notes only apply when type2 is 0x2.
+
= NpadLarkType =
 
+
This is "nn::hid::NpadLarkType".
= DebugPadAutoPilotState =
  −
This is "nn::hid::debug::DebugPadAutoPilotState"
      
{| class="wikitable" border="1"
 
{| class="wikitable" border="1"
 +
!  Value
 +
!  Description
 
|-
 
|-
! Offset
+
| 0 || Invalid
! Size
  −
! Description
   
|-
 
|-
| 0x0
+
| 1 || H1
| 0x4
  −
| [[#DebugPadAttributeSet|Attributes]]
   
|-
 
|-
| 0x4
+
| 2 || H2
| 0x4
  −
| [[#DebugPadButtonSet|Buttons]]
   
|-
 
|-
| 0x8
+
| 3 || NL
| 0x8
  −
| [[#AnalogStickState|AnalogStickL]]
   
|-
 
|-
| 0x10
+
| 4 || NR
| 0x8
  −
| [[#AnalogStickState|AnalogStickR]]
   
|}
 
|}
   −
= MouseAutoPilotState =
+
= NpadLuciaType =
This is "nn::hid::debug::MouseAutoPilotState".
+
This is "nn::hid::NpadLuciaType".
    
{| class="wikitable" border="1"
 
{| class="wikitable" border="1"
 +
!  Value
 +
!  Description
 
|-
 
|-
! Offset
+
| 0 || Invalid
! Size
  −
! Description
   
|-
 
|-
| 0x0
+
| 1 || J
| 0x4
  −
| X
   
|-
 
|-
| 0x4
+
| 2 || E
| 0x4
  −
| Y
   
|-
 
|-
| 0x8
+
| 3 || U
| 0x4
+
|}
| DeltaX
+
 
 +
= NpadLagerType =
 +
This is "nn::hid::NpadLagerType".
 +
 
 +
{| class="wikitable" border="1"
 +
!  Value
 +
!  Description
 
|-
 
|-
| 0xC
+
| 0 || Invalid
| 0x4
  −
| DeltaY
   
|-
 
|-
| 0x10
+
| 1 || J
| 0x4
  −
| WheelDelta
   
|-
 
|-
| 0x14
+
| 2 || E
| 0x4
  −
| [[#MouseButtonSet|Buttons]]
   
|-
 
|-
| 0x18
+
| 3 || U
| 0x4
  −
| [[#MouseAttributeSet|Attributes]]
   
|}
 
|}
   −
= KeyboardAutoPilotState =
+
= SixAxisSensorProperties =
This is "nn::hid::debug::KeyboardAutoPilotState".
+
This is "nn::hid::server::SixAxisSensorProperties".
    
{| class="wikitable" border="1"
 
{| class="wikitable" border="1"
 
|-
 
|-
! Offset
+
! Bit
! Size
   
! Description
 
! Description
 
|-
 
|-
| 0x0
+
| 0
| 0x8
+
| IsSixAxisSensorDeviceNewlyAssigned
| [[#KeyboardModifierSet|Modifiers]]
   
|-
 
|-
| 0x8
+
| 1
| 0x20
+
| IsFirmwareUpdateAvailableForSixAxisSensor
| [[#KeyboardKeySet|Keys]]
   
|}
 
|}
   −
= HdlsHandle =
+
= GestureDirection =
This is "nn::hid::debug::HdlsHandle". This is a 0x8-byte struct with 8-byte alignment.
+
This is "nn::hid::GestureDirection".
 
  −
= HdlsNpadAssignment =
  −
This is a 0x208-byte struct.
      
{| class="wikitable" border="1"
 
{| class="wikitable" border="1"
 +
!  Value
 +
!  Description
 +
|-
 +
| 0 || None
 
|-
 
|-
! Offset || Size || Description
+
| 1 || Left
 
|-
 
|-
| 0x0 || 0x4 || s32 Total entries
+
| 2 || Up
 
|-
 
|-
| 0x4 || 0x4 || Padding
+
| 3 || Right
 
|-
 
|-
| 0x8 || 0x200(0x20*0x10) || Array of [[#HdlsNpadAssignmentEntry]].
+
| 4 || Down
 
|}
 
|}
   −
= HdlsNpadAssignmentEntry =
+
= GestureType =
This is a 0x20-byte struct.
+
This is "nn::hid::GestureType".
    
{| class="wikitable" border="1"
 
{| class="wikitable" border="1"
 +
!  Value
 +
!  Description
 
|-
 
|-
! Offset || Size || Description
+
| 0 || Idle
 
|-
 
|-
| 0x0 || 0x8 || [[#HdlsHandle]]
+
| 1 || Complete
 
|-
 
|-
| 0x8 || 0x4 || ?
+
| 2 || Cancel
 
|-
 
|-
| 0xC || 0x4 || ?
+
| 3 || Touch
 
|-
 
|-
| 0x10 || 0x8 || ?
+
| 4 || Press
 
|-
 
|-
| 0x18 || 0x1 || ?
+
| 5 || Tap
 
|-
 
|-
| 0x19 || 0x7 || Padding
+
| 6 || Pan
|}
  −
 
  −
= HdlsStateList =
  −
This is a 0x408-byte struct.
  −
 
  −
[9.0.0+] This is a 0x488-byte struct.
  −
 
  −
{| class="wikitable" border="1"
   
|-
 
|-
! Offset || Size || Description
+
| 7 || Swipe
 
|-
 
|-
| 0x0 || 0x4 || s32 Total entries
+
| 8 || Pinch
 
|-
 
|-
| 0x4 || 0x4 || Padding
+
| 9 || Rotate
|-
  −
| 0x8 || <[[#HdlsStateListEntry]] size>*0x10 || Array of [[#HdlsStateListEntry]].
   
|}
 
|}
   −
This contains a list of all controllers, including non-virtual controllers.
+
= DeviceHandle =
 +
This is "nn::xcd::DeviceHandle". This is a 8 byte value.
   −
= HdlsStateListEntry =
+
= DeviceType =
This is a 0x40-byte struct.
+
This is "nn::hid::system::DeviceType".
 
  −
[9.0.0+] This is a 0x48-byte struct.
      
{| class="wikitable" border="1"
 
{| class="wikitable" border="1"
 +
!  Bits
 +
!  Description
 
|-
 
|-
! Offset || Size || Description
+
| 0
 +
| FullKey
 
|-
 
|-
| 0x0 || 0x8 || [[#HdlsHandle]]
+
| 1
 +
| DebugPad
 
|-
 
|-
| 0x8 || [[#HdlsDeviceInfo]] size || [[#HdlsDeviceInfo]]. With [[#ApplyHdlsStateList]] this is only used when creating new devices.
+
| 2
 +
| HandheldLeft
 
|-
 
|-
| 0x8 + [[#HdlsDeviceInfo]] size, with 8-byte alignment || 0x24 || [[#HdlsState]]
+
| 3
 +
| HandheldRight
 
|-
 
|-
| <Immediately following the above> || 0x4 || Padding
+
| 4
|}
+
| JoyLeft
 
  −
= HdlsDeviceInfo =
  −
This is a 0x10-byte struct.
  −
 
  −
{| class="wikitable" border="1"
   
|-
 
|-
! Offset || Size || Description
+
| 5
 +
| JoyRight
 
|-
 
|-
| 0x0 || 0x4 || [[#DeviceTypeInternal]]
+
| 6
 +
| Palma
 
|-
 
|-
| 0x4 || 0x4 || RGBA Single Body Color
+
| 7
 +
| LarkHvcLeft
 
|-
 
|-
| 0x8 || 0x4 || RGBA Single Buttons Color
+
| 8
 +
| LarkHvcRight
 +
|-
 +
| 9
 +
| LarkNesLeft
 
|-
 
|-
| 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.
+
| 10
 +
| LarkNesRight
 
|-
 
|-
| 0xD || 0x3 || Padding
+
| 11
|}
+
| HandheldLarkHvcLeft
 
  −
[9.0.0+] This is a 0x14-byte struct.
  −
 
  −
{| class="wikitable" border="1"
   
|-
 
|-
! Offset || Size || Description
+
| 12
 +
| HandheldLarkHvcRight
 
|-
 
|-
| 0x0 || 0x1 || [[#DeviceTypeInternal]]
+
| 13
 +
| HandheldLarkNesLeft
 
|-
 
|-
| 0x1 || 0x1 || [[#NpadInterfaceType]]. Similar to the field from the old struct.
+
| 14
 +
| HandheldLarkNesRight
 
|-
 
|-
| 0x2 || 0x2 || Padding
+
| 15
 +
| Lucia
 
|-
 
|-
| 0x4 || 0x4 || RGBA Single Body Color
+
| 16
 +
| [12.0.0+] Lagon
 
|-
 
|-
| 0x8 || 0x4 || RGBA Single Buttons Color
+
| 17
 +
| [13.0.0+] Lager
 
|-
 
|-
| 0xC || 0x4 || RGBA Left Grip Color
+
| 18-30
 +
| Reserved
 
|-
 
|-
| 0x10 || 0x4 || RGBA Right Grip Color
+
| 31
 +
| System
 
|}
 
|}
   −
= HdlsState =
+
= DeviceTypeInternal =
This is a 0x24-byte struct.
+
This is "nn::hid::detail::DeviceTypeInternal".
    
{| class="wikitable" border="1"
 
{| class="wikitable" border="1"
 +
!  Bits
 +
!  Description
 
|-
 
|-
! Offset || Size || Description
+
| 0-7
 +
| BIT(N*4+0) = Pro Controller, BIT(N*4+1) = Joy-Con Left, BIT(N*4+2) = Joy-Con Right, BIT(N*4+3) = invalid. Where N is 0-1.
 
|-
 
|-
| 0x0 || 0x1 || IsPowered for the main PowerInfo.
+
| 8-10
 +
| Pro Controller
 
|-
 
|-
| 0x1 || 0x1 || ORRed with IsPowered to set the value of the first byte for the controller [[#NpadSystemProperties]].
+
| 11
 +
| Famicom left controller
 
|-
 
|-
| 0x2 || 0x6 || Unknown
+
| 12
 +
| Famicom right controller (with microphone)
 
|-
 
|-
| 0x8 || 0x4 || BatteryLevel for the main PowerInfo.
+
| 13
 +
| NES left controller
 
|-
 
|-
| 0xC || 0x4 || [[#NpadButton|Buttons]]. Bit18 = HOME and bit19 = Capture.
+
| 14
 +
| NES right controller
 
|-
 
|-
| 0x10 || 0x10(4*2*2) || Joystick data.
+
| 15-16
 +
| Invalid
 
|-
 
|-
| 0x20 || 0x1 || Unused for input. Set with output from [[#DumpHdlsStates]] (zero in some cases).
+
| 17
 +
| Generic external controller
 
|-
 
|-
| 0x21 || 0x3 || Padding
+
| 18-20
|}
+
| Invalid
 
  −
[9.0.0+]:
  −
{| class="wikitable" border="1"
   
|-
 
|-
! Offset || Size || Description
+
| 21-23
|-
+
| Generic controller
| 0x0 || 0x4 || BatteryLevel for the main PowerInfo.
  −
|-
  −
| 0x4 || 0x4 || Flags. Used to set the main PowerInfo for [[#NpadSystemProperties]]. Bit0 -> IsPowered, bit1 -> IsCharging.
  −
|-
  −
| 0x8 || 0x8 || [[#NpadButton|Buttons]], masked with 0xfffffffff00fffff. See above table regarding HOME/Capture buttons.
  −
|-
  −
| 0x10 || 0x10(4*2*2) || Joystick data.
  −
|-
  −
| 0x20 || 0x1 || Unused for input. Set with output from [[#DumpHdlsStates]] (zero in some cases).
  −
|-
  −
| 0x21 || 0x3 || Padding
   
|}
 
|}
   −
= DebugRegisteredDevice =
+
[9.0.0+] This is "nn::hidtypes::DeviceType".
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"
 +
!  Value
 +
!  [[#DeviceType|DeviceType]]
 +
!  [[#UniquePadType|UniquePadType]]
 +
!  [[#AppletDetailedUiType|AppletDetailedUiType]]
 +
!  Description
 
|-
 
|-
! Offset || Size || Subcommand argdata bytepos || Subcommand argdata nibble || Description
+
| 0 || || || || Invalid
 
|-
 
|-
| 0x0 || 0x1 || 0x0 || Low || Mini Cycle Base Duration. Value 0x1-0xF: 12.5ms - 187.5ms. Value 0x0 = 0ms/OFF.
+
| 1 || JoyRight, HandheldRight || RightController || JoyDual, JoyRightHorizontal, JoyRightVertical, JoyDualRightOnly, HandheldJoyConRightOnly, HandheldJoyConLeftJoyConRight, HandheldLarkHvc1JoyConRight, HandheldLarkNesLeftJoyConRight, HandheldNone || Joy-Con right controller (USB PID 0x2007)
 
|-
 
|-
| 0x1 || 0x1 || 0x0 || High || Number of Mini Cycles + 1. Value 0x0-0xF: 1 - 16 mini cycles.
+
| 2 || JoyLeft, HandheldLeft || LeftController || JoyDual, JoyLeftHorizontal, JoyLeftVertical, JoyDualLeftOnly, HandheldJoyConLeftOnly, HandheldJoyConLeftJoyConRight, HandheldJoyConLeftLarkHvc2, HandheldJoyConLeftLarkNesRight, HandheldNone || Joy-Con left controller (USB PID 0x2006)
 
|-
 
|-
| 0x2 || 0x1 || 0x1 || Low || Number of Full Cycles. Value 0x1-0xF: 1 - 15 full cycles. Value 0x0 is repeat forever, but if Mini Cycle Base Duration is set to 0x0, it does the 1st Mini Cycle with a 12.5ms base duration and then the LED stays on with LED Start Intensity.
+
| 3 || FullKey || FullKeyController || SwitchProController || Pro Controller (USB PID 0x2009)
 
|-
 
|-
| 0x3 || 0x1 || 0x1 || High || LED Start Intensity. Value 0x0-0xF: 0% - 100%. (In HW, 1 - 241 duty)
+
| 4 || JoyLeft || LeftController || ||
 
|-
 
|-
| 0x4 || 0x1 || 0x2 || High || Mini Cycle 1 LED Intensity. Value 0x0-0xF: 0% - 100%. (In HW, 1 - 241 duty)
+
| 5 || JoyRight || RightController || ||
 
|-
 
|-
| 0x5 || 0x1 || 0x3 || High || Fading Transition Steps to Mini Cycle 1 (Uses PWM). Value 0x0: Instant. Each step duration is based on Mini Cycle Step Duration Multiplier.
+
| 6 || FullKey || FullKeyController || || "Tarragon" controller
 
|-
 
|-
| 0x6 || 0x1 || 0x3 || Low || Final Step Duration Multiplier of Mini Cycle 1. Value is a Multiplier of Mini Cycle Base Duration. Value 0x0: 12.5ms, 0x1 - xF: 1x - 15x.
+
| 7 || LarkHvcLeft, HandheldLarkHvcLeft || LeftController || LarkHvc1, HandheldLarkHvc1Only, HandheldLarkHvc1JoyConRight, HandheldLarkHvc1LarkHvc2, HandheldLarkHvc1LarkNesRight, HandheldNone || Famicom left controller
 
|-
 
|-
| 0x7 || 0x1 || || || Unused
+
| 8 || LarkHvcRight, HandheldLarkHvcRight || RightController || LarkHvc2, HandheldLarkHvc2Only, HandheldJoyConLeftLarkHvc2, HandheldLarkHvc1LarkHvc2, HandheldLarkNesLeftLarkHvc2, HandheldNone || Famicom right controller (with microphone)
 
|-
 
|-
| 0x8 || 0x1 || 0x2 || Low || Mini Cycle 2 LED Intensity.
+
| 9 || LarkNesLeft, HandheldLarkNesLeft || LeftController || LarkNesLeft, HandheldLarkNesLeftOnly, HandheldLarkNesLeftJoyConRight, HandheldLarkNesLeftLarkHvc2, HandheldLarkNesLeftLarkNesRight, HandheldNone || NES left controller
 
|-
 
|-
| 0x9 || 0x1 || 0x4 || High || Fading Transition Steps to Mini Cycle 2 (see above).
+
| 10 || LarkNesRight, HandheldLarkNesRight || RightController || LarkNesRight, HandheldLarkNesRightOnly, HandheldJoyConLeftLarkNesRight, HandheldLarkHvc1LarkNesRight, HandheldLarkNesLeftLarkNesRight, HandheldNone || NES right controller
 
|-
 
|-
| 0xA || 0x1 || 0x4 || Low || Final Step Duration Multiplier of Mini Cycle 2 (see above).
+
| 11 || Lucia || FullKeyController || LuciaU, LuciaJ, LuciaE || SNES controller (USB PID 0x2017)
 
|-
 
|-
| 0xB || 0x1 || || || Unused
+
| 12 || Palma || Embedded || Unknown || Poké Ball Plus controller
 
|-
 
|-
| 0xC || 0x1 || 0x5 || High || Mini Cycle 3 LED Intensity.
+
| 13 || FullKey || FullKeyController || || Gc controller
 
|-
 
|-
| 0xD || 0x1 || 0x6 || High || Fading Transition Steps to Mini Cycle 3 (see above).
+
| 14 || HandheldLeft || LeftController || || "Fifty" left controller
 
|-
 
|-
| 0xE || 0x1 || 0x6 || Low || Final Step Duration Multiplier of Mini Cycle 3 (see above).
+
| 15 || FullKey || FullKeyController || ||
 
|-
 
|-
| 0xF || 0x1 || || || Unused
+
| 16 || FullKey || FullKeyController || ||
 
|-
 
|-
| 0x10 || 0x1 || 0x5 || Low || Mini Cycle 4 LED Intensity.
+
| 17 || DebugPad || DebugPadController || Verification || Debug controller
 
|-
 
|-
| 0x11 || 0x1 || 0x7 || High || Fading Transition Duration to Mini Cycle 4 (see above).
+
| 18 || HandheldRight || RightController || || "Fifty" right controller
 
|-
 
|-
| 0x12 || 0x1 || 0x7 || Low || Final Step Duration Multiplier of Mini Cycle 4 (see above).
+
| 19 || System || Embedded || CompatibleProController || Third party Pro Controller
 
|-
 
|-
| 0x13 || 0x1 || || || Unused
+
| 20 || System || Embedded || CompatibleJoyCon, HandheldNone || Third party Joy-Con right controller
 
|-
 
|-
| 0x14 || 0x1 || 0x8 || High || Mini Cycle 5 LED Intensity.
+
| 21 || System || Embedded || CompatibleJoyCon, HandheldNone || Third party Joy-Con left controller
 
|-
 
|-
| 0x15 || 0x1 || 0x9 || High || Fading Transition Steps to Mini Cycle 5 (see above).
+
| [12.0.0+] 22 || Lagon || FullKeyController || Lagon || N64 controller (USB PID 0x2019)
 
|-
 
|-
| 0x16 || 0x1 || 0x9 || Low || Final Step Duration Multiplier of Mini Cycle 5 (see above).
+
| [12.0.0+] 23 || || || || Joy-Con Charging Grip (USB PID 0x200E)
 
|-
 
|-
| 0x17 || 0x1 || || || Unused
+
| [13.0.0+] 24 || || || || "Kotetsu" (Pro Controller MCU) in DFU mode (USB PID 0x200F)
 
|-
 
|-
| 0x18 || 0x1 || 0x8 || Low || Mini Cycle 6 LED Intensity.
+
| [13.0.0+] 25 || || || || "Kuina" (Joy-Con Charging Grip MCU) in DFU mode (USB PID 0x2008)
 
|-
 
|-
| 0x19 || 0x1 || 0xA || High || Fading Transition Steps to Mini Cycle 6 (see above).
+
| [13.0.0+] 26 || || || || SNES controller MCU in DFU mode (USB PID 0x2018)
 
|-
 
|-
| 0x1A || 0x1 || 0xA || Low || Final Step Duration Multiplier of Mini Cycle 6 (see above).
+
| [13.0.0+] 27 || || || || N64 controller MCU in DFU mode (USB PID 0x201A)
 
|-
 
|-
| 0x1B || 0x1 || || || Unused
+
| [13.0.0+] 28 || Lager || FullKeyController || || Sega Genesis controller (USB PID 0x201E)
 
|-
 
|-
| 0x1C || 0x1 || 0xB || High || Mini Cycle 7 LED Intensity.
+
| [14.0.0+] 29 || || || || Sega Genesis controller MCU in DFU mode (USB PID 0x201F)
 
|-
 
|-
| 0x1D || 0x1 || 0xC || High || Fading Transition Steps  to Mini Cycle 7 (see above).
+
| [14.0.0+] 30 || FullKey || FullKeyController || ||
 +
|}
 +
 
 +
= VidPidDefinition =
 +
This is "nn::hidtypes::VidPidDefinition".
 +
 
 +
{| class="wikitable" border="1"
 
|-
 
|-
| 0x1E || 0x1 || 0xC || Low || Final Step Duration Multiplier of Mini Cycle 7 (see above).
+
! Offset
 +
! Size
 +
! Description
 
|-
 
|-
| 0x1F || 0x1 || || || Unused
+
| 0x0
 +
| 0x2
 +
| Vid
 
|-
 
|-
| 0x20 || 0x1 || 0xB || Low || Mini Cycle 8 LED Intensity.
+
| 0x2
 +
| 0x2
 +
| PidRangeMax
 
|-
 
|-
| 0x21 || 0x1 || 0xD || Low || Fading Transition Steps to Mini Cycle 8 (see above).
+
| 0x4
 +
| 0x2
 +
| PidRangeMin
 
|-
 
|-
| 0x22 || 0x1 || 0xD || High || Final Step Duration Multiplier of Mini Cycle 8 (see above).
+
| 0x6
 +
| 0x1
 +
| [[#DeviceTypeInternal|DeviceType]]
 
|-
 
|-
| 0x23 || 0x1 || || || Unused
+
| 0x7
 +
| 0x1
 +
| Reserved
 +
|}
 +
 
 +
= VidPidDefinitions =
 +
This is "nn::hidtypes::detail::VidPidDefinitions". This is a list of [[#VidPidDefinition|VidPidDefinition]] objects maintained by the hid-sysmodule.
 +
 
 +
{| class="wikitable" border="1"
 
|-
 
|-
| 0x24 || 0x1 || 0xE || High || Mini Cycle 9 LED Intensity.
+
! Vid || PidRangeMax || PidRangeMin || [[#DeviceTypeInternal|DeviceType]]
 
|-
 
|-
| 0x25 || 0x1 || 0xF || High || Fading Transition Steps to Mini Cycle 9 (see above).
+
| 0x57E || 0x2006 || 0x2006 || 2
 
|-
 
|-
| 0x26 || 0x1 || 0xF || Low || Final Step Duration Multiplier of Mini Cycle 9 (see above).
+
| 0x57E || 0x2007 || 0x2007 || 1
 
|-
 
|-
| 0x27 || 0x1 || || || Unused
+
| 0x57E || 0x2009 || 0x2009 || 3
 
|-
 
|-
| 0x28 || 0x1 || 0xE || Low || Mini Cycle 10 LED Intensity.
+
| 0x57E || 0x200F || 0x200F || 24
 
|-
 
|-
| 0x29 || 0x1 || 0x10 || High || Fading Transition Steps to Mini Cycle 10 (see above).
+
| 0x57E || 0x200E || 0x200E || 23
 
|-
 
|-
| 0x2A || 0x1 || 0x10 || Low || Final Step Duration Multiplier of Mini Cycle 10 (see above).
+
| 0x57E || 0x2008 || 0x2008 || 25
 
|-
 
|-
| 0x2B || 0x1 || || || Unused
+
| 0x57E || 0x2017 || 0x2017 || 11
 
|-
 
|-
| 0x2C || 0x1 || 0x11 || High || Mini Cycle 11 LED Intensity.
+
| 0x57E || 0x2018 || 0x2018 || 26
 
|-
 
|-
| 0x2D || 0x1 || 0x12 || High || Fading Transition Steps to Mini Cycle 11 (see above).
+
| 0x57E || 0x2019 || 0x2019 || 22
 
|-
 
|-
| 0x2E || 0x1 || 0x12 || Low || Final Step Duration Multiplier of Mini Cycle 11 (see above).
+
| 0x57E || 0x201A || 0x201A || 27
 
|-
 
|-
| 0x2F || 0x1 || || || Unused
+
| 0x57E || 0x201E || 0x201E || 28
 
|-
 
|-
| 0x30 || 0x1 || 0x11 || Low || Mini Cycle 12 LED Intensity.
+
| 0x57E || 0x201F || 0x201F || 29
 
|-
 
|-
| 0x31 || 0x1 || 0x13 || High || Fading Transition Steps to Mini Cycle 12 (see above).
+
| 0x57E || 0x337 || 0x337 || 13
 
|-
 
|-
| 0x32 || 0x1 || 0x13 || Low || Final Step Duration Multiplier of Mini Cycle 12 (see above).
+
| 0x57E || 0x300E || 0x300E || [17.0.0+] 18
 
|-
 
|-
| 0x33 || 0x1 || || || Unused
+
| 0x57E || 0x300D || 0x300D || [17.0.0+] 14
 
|-
 
|-
| 0x34 || 0x1 || 0x14 || High || Mini Cycle 13 LED Intensity.
+
| 0xF0D || 0x92 || 0x92 || 15
 
|-
 
|-
| 0x35 || 0x1 || 0x15 || High || Fading Transition Steps to Mini Cycle 13 (see above).
+
| 0xF0D || 0xAB || 0xAA || 15
 
|-
 
|-
| 0x36 || 0x1 || 0x15 || Low || Final Step Duration Multiplier of Mini Cycle 13 (see above).
+
| 0xF0D || 0xC1 || 0xC1 || 15
 
|-
 
|-
| 0x37 || 0x1 || || || Unused
+
| 0xF0D || 0xFF || 0xF0 || 15
 
|-
 
|-
| 0x38 || 0x1 || 0x14 || Low || Mini Cycle 14 LED Intensity.
+
| 0xF0D || 0x22F || 0x200 || 15
 
|-
 
|-
| 0x39 || 0x1 || 0x16 || High || Fading Transition Steps to Mini Cycle 14 (see above).
+
| 0xE6F || 0x193 || 0x180 || 15
 
|-
 
|-
| 0x3A || 0x1 || 0x16 || Low || Final Step Duration Multiplier of Mini Cycle 14 (see above).
+
| 0x20D6 || 0xA719 || 0xA710 || 15
 
|-
 
|-
| 0x3B || 0x1 || || || Unused
+
| 0x20D6 || 0xA729 || 0xA720 || 15
 
|-
 
|-
| 0x3C || 0x1 || 0x17 || High || Mini Cycle 15 LED Intensity.
+
| 0x33DD || 0xB || 0x1 || 15
 +
|}
 +
 
 +
= NpadPowerInfo =
 +
This is "nn::hid::system::NpadPowerInfo".
 +
 
 +
{| class="wikitable" border="1"
 
|-
 
|-
| 0x3D || 0x1 || 0x18 || High || Fading Transition Steps to Mini Cycle 15 (see above).
+
! Offset
 +
! Size
 +
! Description
 
|-
 
|-
| 0x3E || 0x1 || 0x18 || Low || Final Step Duration Multiplier of Mini Cycle 15 (see above).
+
| 0x0
 +
| 0x1
 +
| IsPowered
 
|-
 
|-
| 0x3F || 0x1 || || || Unused
+
| 0x1
 +
| 0x1
 +
| IsCharging
 
|-
 
|-
| 0x40 || 0x1 || 0x17 || Low || Mini Cycle 16 LED Intensity.
+
| 0x2
 +
| 0x6
 +
| Reserved
 
|-
 
|-
| 0x41 || 0x1 || 0x19 || High || Fading Transition Steps to Mini Cycle 16 (see above). (Unused in older Joy-Con / Pro-Con FW. Unknown for new.)
+
| 0x8
 +
| 0x4
 +
| [[#BatteryLevel|BatteryLevel]]
 +
|}
 +
 
 +
= BatteryLevel =
 +
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"
 
|-
 
|-
| 0x42 || 0x1 || 0x19 || Low || Final Step Duration Multiplier of Mini Cycle 16 (see above). (Unused in older Joy-Con / Pro-Con FW. Unknown for new.)
+
! Offset || Size || Description
 
|-
 
|-
| 0x43 || 0x1 || || || Unused
+
| 0x0 || 0x4 || TypeValue
 
|-
 
|-
| 0x44 || 0x1 || 0x1A || High || Unknown (Unused in older Joy-Con / Pro-Con FW. Unknown for new.)
+
| 0x0 || 0x1 ||  
 
|-
 
|-
| 0x45 || 0x1 || 0x1A || Low || Unknown (Unused in older Joy-Con / Pro-Con FW. Unknown for new.)
+
| 0x1 || 0x1 ||  
 +
|}
 +
 
 +
= SixAxisSensorHandle =
 +
This is "nn::hid::SixAxisSensorHandle". This is a 4-byte struct with 4-byte alignment.
 +
 
 +
{| class="wikitable" border="1"
 
|-
 
|-
| 0x46 || 0x1 || || || Padding
+
! Offset || Size || Description
 
|-
 
|-
| 0x47 || 0x1 || || || Padding
+
| 0x0 || 0x4 || TypeValue
 
|-
 
|-
 +
| 0x0 || 0x1 || NpadStyleIndex
 +
|-
 +
| 0x1 || 0x1 || [[#NpadIdType|PlayerNumber]]
 +
|-
 +
| 0x2 || 0x1 || DeviceIdx
 
|}
 
|}
   −
The above descriptions in the table are based on the info from [https://github.com/dekuNukem/Nintendo_Switch_Reverse_Engineering/blob/master/bluetooth_hid_subcommands_notes.md here].
+
= VibrationDeviceHandle =
 
+
This is "nn::hid::VibrationDeviceHandle". This is a 4-byte struct with 4-byte alignment.
argdata in the subcommand is initialized as follows: <code>((u8*)cmd_argdata)[pos] = u8_in[pos2] | u8_in[pos3]<<4;</code> Hence, 4bits from pairs of 2-bytes of the input struct are combined to write to the subcommand. Only the low 4bits of each used byte in the struct is used. This is written to stack initially, then copied to the actual cmd_argdata (the data immediately following the subcommandID byte). There's a total of 0x1B-bytes of cmd_argdata initialized from this.
     −
The layout of cmd_argdata is as follows:
   
{| class="wikitable" border="1"
 
{| class="wikitable" border="1"
 
|-
 
|-
 
! Offset || Size || Description
 
! Offset || Size || Description
 
|-
 
|-
| 0x0 || 0x1B || See above.
+
| 0x0 || 0x4 || TypeValue
 
|-
 
|-
| 0x1B || 0xB || Cleared to zero.
+
| 0x0 || 0x1 || NpadStyleIndex
 
|-
 
|-
| 0x26 || 0x5 || Unused
+
| 0x1 || 0x1 || [[#NpadIdType|PlayerNumber]]
 
|-
 
|-
| 0x2B || 0x8 || Set to an input value, which is hard-coded 0.
+
| 0x2 || 0x1 || DeviceIdx
|-
  −
| 0x33 || 0x2 || Set to value 0.
  −
|-
  −
| 0x35 || 0x1 || Set to value 1.
   
|}
 
|}
   −
= SystemButtonConfigEmbedded =
+
= VibrationDeviceInfo =
This is "nn::hid::system::ButtonConfigEmbedded". This is a 0x2C8-byte struct.
+
This is "nn::hid::VibrationDeviceInfo" / "nn::hid::VibrationDeviceInfoForIpc". This is a 0x8-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 7,767: Line 8,008:  
! Offset || Size || Description
 
! Offset || Size || Description
 
|-
 
|-
| 0x0 || 0x4 || [[#DigitalButtonAssignment|HardwareButtonLeft]]
+
| 0x0 || 0x4 || [[#VibrationDeviceType|DeviceType]]
 
|-
 
|-
| 0x4 || 0x4 || [[#DigitalButtonAssignment|HardwareButtonUp]]
+
| 0x4 || 0x4 || [[#VibrationDevicePosition|Position]]
 +
|}
 +
 
 +
= VibrationDeviceType =
 +
This is "nn::hid::VibrationDeviceType".
 +
 
 +
{| class="wikitable" border="1"
 +
!  Value
 +
!  Description
 
|-
 
|-
| 0x8 || 0x4 || [[#DigitalButtonAssignment|HardwareButtonRight]]
+
| 0 || Unknown
 
|-
 
|-
| 0xC || 0x4 || [[#DigitalButtonAssignment|HardwareButtonDown]]
+
| 1 || LinearResonantActuator
 
|-
 
|-
| 0x10 || 0x4 || [[#DigitalButtonAssignment|HardwareButtonA]]
+
| 2 || GcErm
 
|-
 
|-
| 0x14 || 0x4 || [[#DigitalButtonAssignment|HardwareButtonB]]
+
| 3 || Erm
 +
|}
 +
 
 +
= VibrationDevicePosition =
 +
This is "nn::hid::VibrationDevicePosition".
 +
 
 +
{| class="wikitable" border="1"
 +
!  Value
 +
!  Description
 
|-
 
|-
| 0x18 || 0x4 || [[#DigitalButtonAssignment|HardwareButtonX]]
+
| 0 || None
 
|-
 
|-
| 0x1C || 0x4 || [[#DigitalButtonAssignment|HardwareButtonY]]
+
| 1 || Left
 
|-
 
|-
| 0x20 || 0x4 || [[#DigitalButtonAssignment|HardwareButtonStickL]]
+
| 2 || Right
 +
|}
 +
 
 +
= VibrationValue =
 +
This is "nn::hid::VibrationValue". This is a 0x10-byte struct, which contains 4 float values.
 +
 
 +
{| class="wikitable" border="1"
 
|-
 
|-
| 0x24 || 0x4 || [[#DigitalButtonAssignment|HardwareButtonStickR]]
+
! Offset
 +
! Size
 +
! Description
 
|-
 
|-
| 0x28 || 0x4 || [[#DigitalButtonAssignment|HardwareButtonL]]
+
| 0x0
 +
| 0x4
 +
| AmplitudeLow
 
|-
 
|-
| 0x2C || 0x4 || [[#DigitalButtonAssignment|HardwareButtonR]]
+
| 0x4
 +
| 0x4
 +
| FrequencyLow
 
|-
 
|-
| 0x30 || 0x4 || [[#DigitalButtonAssignment|HardwareButtonZL]]
+
| 0x8
 +
| 0x4
 +
| AmplitudeHigh
 
|-
 
|-
| 0x34 || 0x4 || [[#DigitalButtonAssignment|HardwareButtonZR]]
+
| 0xC
 +
| 0x4
 +
| FrequencyHigh
 +
|}
 +
 
 +
= VibrationGcErmCommand =
 +
This is "nn::hid::VibrationGcErmCommand".
 +
 
 +
{| class="wikitable" border="1"
 +
!  Value
 +
!  Name
 +
!  Description
 
|-
 
|-
| 0x38 || 0x4 || [[#DigitalButtonAssignment|HardwareButtonSelect]]
+
| 0 || Stop || Stops the vibration with a decay phase.
 
|-
 
|-
| 0x3C || 0x4 || [[#DigitalButtonAssignment|HardwareButtonStart]]
+
| 1 || Start || Starts the vibration.
 
|-
 
|-
| 0x40 || 0x4 || [[#DigitalButtonAssignment|HardwareButtonCapture]]
+
| 2 || StopHard || Stops the vibration immediately, with no decay phase.
 +
|}
 +
 
 +
= AccelerometerPlayMode =
 +
This is "nn::hid::debug::AccelerometerPlayMode" (pre-10.0.0 this is "nn::hid::AccelerometerPlayMode").
 +
 
 +
{| class="wikitable" border="1"
 +
!  Value
 +
!  Description
 
|-
 
|-
| 0x44 || 0x8 || [[#AnalogStickAssignment|HardwareStickL]]
+
| 0 || Loose
 
|-
 
|-
| 0x4C || 0x8 || [[#AnalogStickAssignment|HardwareStickR]]
+
| 1 || Tight
 
|}
 
|}
   −
== DigitalButtonAssignment ==
+
= GyroscopeZeroDriftMode =
This is "nn::hidconfig::DigitalButtonAssignment".
+
This is "nn::hid::GyroscopeZeroDriftMode".
    
{| class="wikitable" border="1"
 
{| class="wikitable" border="1"
Line 7,813: Line 8,103:  
!  Description
 
!  Description
 
|-
 
|-
| 0 || A
+
| 0 || Loose
 
|-
 
|-
| 1 || B
+
| 1 || Standard
 
|-
 
|-
| 2 || X
+
| 2 || Tight
|-
+
|}
| 3 || Y
+
 
|-
+
= PalmaConnectionHandle =
| 4 || StickL
+
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"
 +
|-
 +
! Offset || Size || Description
 +
|-
 +
| 0x0 || 0x4 || [[#PalmaOperationType]]
 +
|-
 +
| 0x4 || 0x4 || Result
 
|-
 
|-
| 5 || StickR
+
| 0x8 || 0x140 || Buffer for [[#GetPalmaOperationInfo]].
 +
|}
 +
 
 +
= PalmaOperationType =
 +
This is "nn::hid::PalmaOperationType".
 +
 
 +
{| class="wikitable" border="1"
 +
!  Value
 +
!  Description
 
|-
 
|-
| 6 || L
+
| 0 || PlayActivity
 
|-
 
|-
| 7 || R
+
| 1 || SetFrModeType
 
|-
 
|-
| 8 || ZL
+
| 2 || ReadStep
 
|-
 
|-
| 9 || ZR
+
| 3 || EnableStep
 
|-
 
|-
| 10 || Select
+
| 4 || ResetStep
 
|-
 
|-
| 11 || Start
+
| 5 || ReadApplicationSection
 
|-
 
|-
| 12 || Left
+
| 6 || WriteApplicationSection
 
|-
 
|-
| 13 || Up
+
| 7 || ReadUniqueCode
 
|-
 
|-
| 14 || Right
+
| 8 || SetUniqueCodeInvalid
 
|-
 
|-
| 15 || Down
+
| 9 || WriteActivityEntry
 
|-
 
|-
| 16 || LeftSL
+
| 10 || WriteRgbLedPatternEntry
 
|-
 
|-
| 17 || LeftSR
+
| 11 || WriteWaveEntry
 
|-
 
|-
| 18 || RightSL
+
| 12 || ReadDataBaseIdentificationVersion
 
|-
 
|-
| 19 || RightSR
+
| 13 || WriteDataBaseIdentificationVersion
 
|-
 
|-
| 20 || HomeButton
+
| 14 || SuspendFeature
 
|-
 
|-
| 21 || CaptureButton
+
| 15 || [5.1.0+] ReadPlayLog
 
|-
 
|-
| 22 || Invalid
+
| 16 || [5.1.0+] ResetPlayLog
 
|}
 
|}
   −
== AnalogStickAssignment ==
+
= PalmaFrModeType =
This is "nn::hidconfig::AnalogStickAssignment".
+
This is "nn::hid::PalmaFrModeType".
 +
 
 +
{| class="wikitable" border="1"
 +
!  Value
 +
!  Description
 +
|-
 +
| 0 || Off
 +
|-
 +
| 1 || B01
 +
|-
 +
| 2 || B02
 +
|-
 +
| 3 || B03
 +
|-
 +
| 4 || Downloaded
 +
|}
 +
 
 +
= PalmaApplicationSectionAccessBuffer =
 +
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"
Line 7,867: Line 8,197:  
! Offset || Size || Description
 
! Offset || Size || Description
 
|-
 
|-
| 0x0 || 0x4 || [[#AnalogStickRotation]]
+
| 0x0 || 0x2 || RgbLedPatternIndex.
 +
|-
 +
| 0x2 || 0x2 || Padding
 
|-
 
|-
| 0x4 || 0x1 || IsPairedStickAssigned
+
| 0x4 || 0x4 || [[#PalmaWaveSet|WaveSet]].
 
|-
 
|-
| 0x5 || 0x3 || Reserved
+
| 0x8 || 0x2 || WaveIndex.
 
|}
 
|}
   −
== AnalogStickRotation ==
+
= PalmaWaveSet =
This is "nn::hidconfig::AnalogStickRotation".
+
This is "nn::hid::PalmaWaveSet".
    
{| class="wikitable" border="1"
 
{| class="wikitable" border="1"
Line 7,881: Line 8,213:  
!  Description
 
!  Description
 
|-
 
|-
| 0 || None
+
| 0 || Small
 
|-
 
|-
| 1 || Clockwise90
+
| 1 || Medium
 
|-
 
|-
| 2 || Anticlockwise90
+
| 2 || Large
 
|}
 
|}
   −
= ButtonConfigFull =
+
= PalmaFeature =
This is "nn::hidconfig::ButtonConfigFull". This is a 0x54-byte struct.
+
This is "nn::hid::PalmaFeature".
 
  −
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
+
! Bit
 +
! Description
 
|-
 
|-
| 0x0 || 0x4 || [[#DigitalButtonAssignment|HardwareButtonLeft]]
+
| 0
 +
| FrMode
 
|-
 
|-
| 0x4 || 0x4 || [[#DigitalButtonAssignment|HardwareButtonUp]]
+
| 1
 +
| RumbleFeedback
 
|-
 
|-
| 0x8 || 0x4 || [[#DigitalButtonAssignment|HardwareButtonRight]]
+
| 2
 +
| Step
 +
|-
 +
| 3
 +
| MuteSwitch
 
|-
 
|-
| 0xC || 0x4 || [[#DigitalButtonAssignment|HardwareButtonDown]]
+
|}
 +
 
 +
= AbstractedPadState =
 +
{| class="wikitable" border="1"
 +
|-
 +
! Offset || Size || Description
 +
|-
 +
| 0x0 || 0x4 || Type, only 1 bit can be set. Converted to [[#HdlsDeviceInfo]]::type internally by [[#SetAutoPilotVirtualPadState]].
 
|-
 
|-
| 0x10 || 0x4 || [[#DigitalButtonAssignment|HardwareButtonStickL]]
+
| 0x4 || 0x1 || Flags. [[#SetAutoPilotVirtualPadState]] only uses bit0: when clear it will skip using the rest of the input and run [[#UnsetAutoPilotVirtualPadState]] internally.
 
|-
 
|-
| 0x14 || 0x4 || [[#DigitalButtonAssignment|HardwareButtonL]]
+
| 0x5 || 0x3 || Padding
 
|-
 
|-
| 0x18 || 0x4 || [[#DigitalButtonAssignment|HardwareButtonZL]]
+
| 0x8 || 0x4 || RGBA Single Body Color
 
|-
 
|-
| 0x1C || 0x4 || [[#DigitalButtonAssignment|HardwareButtonSelect]]
+
| 0xC || 0x4 || RGBA Single Buttons Color
 
|-
 
|-
| 0x20 || 0x4 || [[#DigitalButtonAssignment|HardwareButtonLeftSL]]
+
| 0x10 || 0x1 || See [[#HiddbgHdlsDeviceInfo]]::[[#NpadInterfaceType]].
 
|-
 
|-
| 0x24 || 0x4 || [[#DigitalButtonAssignment|HardwareButtonLeftSR]]
+
| 0x11 || 0x3 || Padding
 
|-
 
|-
| 0x28 || 0x4 || [[#DigitalButtonAssignment|HardwareButtonCapture]]
+
| 0x14 || 0x24 || [[#HdlsState]]. Unknown if the last 4-bytes are included in this struct, [[#SetAutoPilotVirtualPadState]]/[[#hiddbgGetAbstractedPadsState]] only uses the first 0x20-bytes.
 
|-
 
|-
| 0x2C || 0x8 || [[#AnalogStickAssignment|HardwareStickL]]
+
| 0x38 || 0x60 || Unused with [[#SetAutoPilotVirtualPadState]]/[[#GetAbstractedPadsState]].
 
|}
 
|}
   −
= ButtonConfigRight =
+
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::hidconfig::ButtonConfigRight". This is a 0x30-byte struct.
      +
Type:
 
{| class="wikitable" border="1"
 
{| class="wikitable" border="1"
 +
!  Bits
 +
!  [[#HdlsDeviceInfo]]::type bits
 +
!  Description
 +
!  Notes
 
|-
 
|-
! Offset || Size || Description
+
| 0 || 0 || ||  
 
|-
 
|-
| 0x0 || 0x4 || [[#DigitalButtonAssignment|HardwareButtonA]]
+
| 1 || 15 || || [[#DeviceType]] |= BIT(1)
 
|-
 
|-
| 0x4 || 0x4 || [[#DigitalButtonAssignment|HardwareButtonB]]
+
| 2 || 1 || ||  
 
|-
 
|-
| 0x8 || 0x4 || [[#DigitalButtonAssignment|HardwareButtonX]]
+
| 3 || 2 || ||  
 
|-
 
|-
| 0xC || 0x4 || [[#DigitalButtonAssignment|HardwareButtonY]]
+
| 4 || 1 || ||  
 
|-
 
|-
| 0x10 || 0x4 || [[#DigitalButtonAssignment|HardwareButtonStickR]]
+
| 5 || 2 || ||  
 
|-
 
|-
| 0x14 || 0x4 || [[#DigitalButtonAssignment|HardwareButtonR]]
+
| 6 || 3 || ||  
 
|-
 
|-
| 0x18 || 0x4 || [[#DigitalButtonAssignment|HardwareButtonZR]]
+
| 7 || 11 || || [[#DeviceType]] |= BIT(11)
 
|-
 
|-
| 0x1C || 0x4 || [[#DigitalButtonAssignment|HardwareButtonStart]]
+
| 8 || 12 || || [[#DeviceType]] |= BIT(12)
 
|-
 
|-
| 0x20 || 0x4 || [[#DigitalButtonAssignment|HardwareButtonRightSL]]
+
| 9 || 13 || || [[#DeviceType]] |= BIT(13)
 
|-
 
|-
| 0x24 || 0x4 || [[#DigitalButtonAssignment|HardwareButtonRightSR]]
+
| 10 || 14 || || [[#DeviceType]] |= BIT(14)
 +
|-
 +
| 11 || 15 || || [[#DeviceType]] |= BIT(11)
 +
|-
 +
| 12 || 12 || || [[#DeviceType]] |= BIT(12)
 +
|-
 +
| 13 || 13 || || [[#DeviceType]] |= BIT(13)
 +
|-
 +
| 14 || 14 || || [[#DeviceType]] |= BIT(14)
 +
|-
 +
| 15 || 17 || ||
 +
|-
 +
| 31 || 21 || || [[#DeviceType]] = BIT(31)
 
|-
 
|-
| 0x28 || 0x8 || [[#AnalogStickAssignment|HardwareStickR]]
   
|}
 
|}
   −
= StorageName =
+
The above "[[#DeviceType]] |=" notes only apply when type2 is 0x2.
This is "nn::hidconfig::StorageName". This is a 0x81-byte struct.
     −
This is an UTF-8 NUL-terminated name string.
+
= DebugPadAutoPilotState =
 
+
This is "nn::hid::debug::DebugPadAutoPilotState"
= IrCameraHandle =
  −
This is "nn::irsensor::IrCameraHandle".
      
{| class="wikitable" border="1"
 
{| class="wikitable" border="1"
 
|-
 
|-
! Offset || Size || Description
+
! Offset
 +
! Size
 +
! Description
 +
|-
 +
| 0x0
 +
| 0x4
 +
| [[#DebugPadAttributeSet|Attributes]]
 
|-
 
|-
| 0x0 || 0x1 || PlayerNumber
+
| 0x4
 +
| 0x4
 +
| [[#DebugPadButtonSet|Buttons]]
 
|-
 
|-
| 0x1 || 0x1 || DeviceType
+
| 0x8
 +
| 0x8
 +
| [[#AnalogStickState|AnalogStickL]]
 
|-
 
|-
| 0x2 || 0x2 || Reserved
+
| 0x10
 +
| 0x8
 +
| [[#AnalogStickState|AnalogStickR]]
 
|}
 
|}
   −
= IrCameraStatus =
+
= MouseAutoPilotState =
This is "nn::irsensor::IrCameraStatus".
+
This is "nn::hid::debug::MouseAutoPilotState".
    
{| class="wikitable" border="1"
 
{| class="wikitable" border="1"
!  Value
  −
!  Description
   
|-
 
|-
| 0 || Available
+
! Offset
 +
! Size
 +
! Description
 
|-
 
|-
| 1 || Unsupported
+
| 0x0
 +
| 0x4
 +
| X
 
|-
 
|-
| 2 || Unconnected
+
| 0x4
|}
+
| 0x4
 
+
| Y
= IrCameraInternalStatus =
  −
This is "nn::irsensor::IrCameraInternalStatus".
  −
 
  −
{| class="wikitable" border="1"
  −
!  Value
  −
!  Description
   
|-
 
|-
| 0 || Stopped
+
| 0x8
 +
| 0x4
 +
| DeltaX
 
|-
 
|-
| 1 || FirmwareUpdateNeeded
+
| 0xC
 +
| 0x4
 +
| DeltaY
 
|-
 
|-
| 2 ||  
+
| 0x10
 +
| 0x4
 +
| WheelDelta
 
|-
 
|-
| 3 ||  
+
| 0x14
 +
| 0x4
 +
| [[#MouseButtonSet|Buttons]]
 
|-
 
|-
| 4 ||  
+
| 0x18
 +
| 0x4
 +
| [[#MouseAttributeSet|Attributes]]
 +
|}
 +
 
 +
= KeyboardAutoPilotState =
 +
This is "nn::hid::debug::KeyboardAutoPilotState".
 +
 
 +
{| class="wikitable" border="1"
 
|-
 
|-
| 5 || FirmwareVersionRequested
+
! Offset
 +
! Size
 +
! Description
 
|-
 
|-
| 6 || FirmwareVersionIsInvalid
+
| 0x0
 +
| 0x8
 +
| [[#KeyboardModifierSet|Modifiers]]
 
|-
 
|-
| 7 || [4.0.0+] Ready
+
| 0x8
|-
+
| 0x20
| 8 || [4.0.0+] Setting
+
| [[#KeyboardKeySet|Keys]]
 
|}
 
|}
   −
= IrSensorMode =
+
= SleepButtonAutoPilotState =
This is "nn::irsensor::detail::StatusManager::IrSensorMode".
+
This is "nn::hid::debug::SleepButtonAutoPilotState". This is a 0x8-byte struct with 8-byte alignment.
    
{| class="wikitable" border="1"
 
{| class="wikitable" border="1"
!  Value
  −
!  Description
   
|-
 
|-
| 0 || None
+
! Offset
 +
! Size
 +
! Description
 
|-
 
|-
| 1 || [[#MomentProcessorState|MomentProcessor]]
+
| 0x0 || 0x8 || Buttons (only bit0 is used)
 +
|}
 +
 
 +
= PowerInfo =
 +
This is "nn::hidtypes::PowerInfo".
 +
 
 +
{| class="wikitable" border="1"
 
|-
 
|-
| 2 || [[#ClusteringProcessorState|ClusteringProcessor]]
+
! Offset
 +
! Size
 +
! Description
 
|-
 
|-
| 3 || [[#ImageTransferProcessorState|ImageTransferProcessor]]
+
| 0x0 || 0x4 || BatteryLevel
 
|-
 
|-
| 4 || [[#PointingProcessorMarkerState|PointingProcessorMarker]]
+
| 0x4 || 0x4 || [[#PowerAttribute]]
 +
|}
 +
 
 +
= PowerAttribute =
 +
This is "nn::hidtypes::PowerAttribute". This is a 32-bit flag.
 +
 
 +
{| class="wikitable" border="1"
 +
!  Bits
 +
!  Description
 
|-
 
|-
| 5 || [[#TeraPluginProcessorState|TeraPluginProcessor]]
+
| 0
 +
| IsPowered
 
|-
 
|-
| 6 || Unknown
+
| 1
 +
| IsCharging
 
|}
 
|}
   −
= ImageProcessorStatus =
+
= HdlsAttribute =
This is "nn::irsensor::ImageProcessorStatus".
+
This is "nn::hidtypes::HdlsAttribute". This is a 32-bit flag.
    
{| class="wikitable" border="1"
 
{| class="wikitable" border="1"
Value
+
Bits
 
!  Description
 
!  Description
 
|-
 
|-
| 0 || Stopped
+
| 0
 +
| HasVirtualSixAxisSensorAcceleration
 
|-
 
|-
| 1 || Running
+
| 1
 +
| HasVirtualSixAxisSensorAngle
 
|}
 
|}
   −
= ImageTransferProcessorFormat =
+
= HdlsHandle =
This is "nn::irsensor::ImageTransferProcessorFormat".
+
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.
   −
This controls the IR Sensor image resolution.
+
= HdlsNpadAssignment =
 +
This is a 0x208-byte struct.
    
{| class="wikitable" border="1"
 
{| class="wikitable" border="1"
!  Value
  −
!  Description
   
|-
 
|-
| 0 || 320x240
+
! Offset || Size || Description
 
|-
 
|-
| 1 || 160x120
+
| 0x0 || 0x4 || s32 Total entries
 
|-
 
|-
| 2 || 80x60
+
| 0x4 || 0x4 || Padding
 
|-
 
|-
| 3 || [4.0.0+] 40x30
+
| 0x8 || 0x200(0x20*0x10) || Array of [[#HdlsNpadAssignmentEntry]].
|-
  −
| 4 || [4.0.0+] 20x15
   
|}
 
|}
   −
= MomentProcessorConfig =
+
= HdlsNpadAssignmentEntry =
This is "nn::irsensor::MomentProcessorConfig".
+
This is a 0x20-byte struct.
    
{| class="wikitable" border="1"
 
{| class="wikitable" border="1"
Line 8,075: Line 8,476:  
! Offset || Size || Description
 
! Offset || Size || Description
 
|-
 
|-
| 0x0 || 0x8 || ExposureTime (default is 0x493E0)
+
| 0x0 || 0x8 || [[#HdlsHandle]]
 
|-
 
|-
| 0x8 || 0x4 || LightTarget (default is 0)
+
| 0x8 || 0x4 || ?
 
|-
 
|-
| 0xC || 0x4 || Gain (default is 0x8)
+
| 0xC || 0x4 || ?
 
|-
 
|-
| 0x10 || 0x1 || IsNegativeImageUsed (default is 0)
+
| 0x10 || 0x8 || ?
 
|-
 
|-
| 0x11 || 0x7 || Reserved
+
| 0x18 || 0x1 || ?
 
|-
 
|-
| 0x18 || 0x2 || WindowOfInterestX (default is 0)
+
| 0x19 || 0x7 || Padding
 +
|}
 +
 
 +
= HdlsStateList =
 +
This is a 0x408-byte struct.
 +
 
 +
[9.0.0+] This is a 0x488-byte struct.
 +
 
 +
{| class="wikitable" border="1"
 
|-
 
|-
| 0x1A || 0x2 || WindowOfInterestY (default is 0)
+
! Offset || Size || Description
 
|-
 
|-
| 0x1C || 0x2 || WindowOfInterestWidth (default is 0x140)
+
| 0x0 || 0x4 || s32 Total entries
 
|-
 
|-
| 0x1E || 0x2 || WindowOfInterestHeight (default is 0xF0)
+
| 0x4 || 0x4 || Padding
 
|-
 
|-
| 0x20 || 0x4 || Preprocess (default is 0x1)
+
| 0x8 || <[[#HdlsStateListEntry]] size>*0x10 || Array of [[#HdlsStateListEntry]].
|-
  −
| 0x24 || 0x4 || PreprocessIntensityThreshold (default is 0x50)
   
|}
 
|}
   −
= PackedMomentProcessorConfig =
+
This contains a list of all controllers, including non-virtual controllers.
This is "nn::irsensor::PackedMomentProcessorConfig".
+
 
 +
= HdlsStateListEntry =
 +
This is a 0x40-byte struct.  
   −
This is converted from [[#MomentProcessorConfig]].
+
[9.0.0+] This is a 0x48-byte struct.
    
{| class="wikitable" border="1"
 
{| class="wikitable" border="1"
Line 8,107: Line 8,516:  
! Offset || Size || Description
 
! Offset || Size || Description
 
|-
 
|-
| 0x0 || 0x8 || ExposureTime (default is 0x493E0)
+
| 0x0 || 0x8 || [[#HdlsHandle]]
 
|-
 
|-
| 0x8 || 0x1 || LightTarget (default is 0)
+
| 0x8 || [[#HdlsDeviceInfo]] size || [[#HdlsDeviceInfo]]. With [[#ApplyHdlsStateList]] this is only used when creating new devices.
 
|-
 
|-
| 0x9 || 0x1 || Gain (default is 0x8)
+
| 0x8 + [[#HdlsDeviceInfo]] size, with 8-byte alignment || 0x24 || [[#HdlsState]]
 
|-
 
|-
| 0xA || 0x1 || IsNegativeImageUsed (default is 0)
+
| <Immediately following the above> || 0x4 || Padding
 +
|}
 +
 
 +
= HdlsDeviceInfo =
 +
This is "nn::hid::debug::HdlsDeviceInfo". This is a 0x10-byte struct.
 +
 
 +
{| class="wikitable" border="1"
 
|-
 
|-
| 0xB || 0x5 || Reserved
+
! Offset || Size || Description
 
|-
 
|-
| 0x10 || 0x2 || WindowOfInterestX (default is 0)
+
| 0x0 || 0x4 || [[#DeviceTypeInternal]]
 
|-
 
|-
| 0x12 || 0x2 || WindowOfInterestY (default is 0)
+
| 0x4 || 0x4 || RGBA Single Body Color
 
|-
 
|-
| 0x14 || 0x2 || WindowOfInterestWidth (default is 0x140)
+
| 0x8 || 0x4 || RGBA Single Buttons Color
 
|-
 
|-
| 0x16 || 0x2 || WindowOfInterestHeight (default is 0xF0)
+
| 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.
 
|-
 
|-
| 0x18 || 0x4 || [[#PackedMcuVersion|RequiredMcuVersion]]
+
| 0xD || 0x3 || Padding
|-
+
|}
| 0x1C || 0x1 || Preprocess (default is 0x1)
+
 
 +
[9.0.0+] This is a 0x14-byte struct.
 +
 
 +
{| class="wikitable" border="1"
 +
|-
 +
! Offset || Size || Description
 +
|-
 +
| 0x0 || 0x1 || [[#DeviceTypeInternal]]
 +
|-
 +
| 0x1 || 0x1 || [[#NpadInterfaceType]]. Similar to the field from the old struct.
 +
|-
 +
| 0x2 || 0x2 || Padding
 +
|-
 +
| 0x4 || 0x4 || RGBA Single Body Color
 +
|-
 +
| 0x8 || 0x4 || RGBA Single Buttons Color
 
|-
 
|-
| 0x1D || 0x1 || PreprocessIntensityThreshold (default is 0x50)
+
| 0xC || 0x4 || RGBA Left Grip Color
 
|-
 
|-
| 0x1E || 0x2 || Reserved
+
| 0x10 || 0x4 || RGBA Right Grip Color
 
|}
 
|}
   −
= ClusteringProcessorConfig =
+
= HdlsState =
This is "nn::irsensor::ClusteringProcessorConfig".
+
This is "nn::hid::debug::HdlsState". This is a 0x24-byte struct.
    
{| class="wikitable" border="1"
 
{| class="wikitable" border="1"
Line 8,141: Line 8,571:  
! Offset || Size || Description
 
! Offset || Size || Description
 
|-
 
|-
| 0x0 || 0x8 || ExposureTime (default is 200000)
+
| 0x0 || 0x1 || IsPowered for the main PowerInfo.
 +
|-
 +
| 0x1 || 0x1 || ORRed with IsPowered to set the value of the first byte for the controller [[#NpadSystemProperties]].
 
|-
 
|-
| 0x8 || 0x4 || LightTarget (default is 0)
+
| 0x2 || 0x6 || Unknown
 
|-
 
|-
| 0xC || 0x4 || Gain (default is 0x2)
+
| 0x8 || 0x4 || BatteryLevel for the main PowerInfo.
 
|-
 
|-
| 0x10 || 0x1 || IsNegativeImageUsed (default is 0)
+
| 0xC || 0x4 || [[#NpadButton|Buttons]]. Bit18 = HOME and bit19 = Capture.
 
|-
 
|-
| 0x11 || 0x7 || Reserved
+
| 0x10 || 0x10(4*2*2) || Joystick data.
 
|-
 
|-
| 0x18 || 0x2 || WindowOfInterestX (default is 0)
+
| 0x20 || 0x1 || Indicator. Unused for input. Set with output from [[#DumpHdlsStates]] (zero in some cases).
 
|-
 
|-
| 0x1A || 0x2 || WindowOfInterestY (default is 0)
+
| 0x21 || 0x3 || Padding
 +
|}
 +
 
 +
[9.0.0+] (0x28-bytes):
 +
{| class="wikitable" border="1"
 
|-
 
|-
| 0x1C || 0x2 || WindowOfInterestWidth (default is 320)
+
! Offset || Size || Description
 
|-
 
|-
| 0x1E || 0x2 || WindowOfInterestHeight (default is 240)
+
| 0x0 || 0x8 || [[#PowerInfo]]
 
|-
 
|-
| 0x20 || 0x4 || ObjectPixelCountMin (default is 0x3)
+
| 0x8 || 0x8 || [[#NpadButton|Buttons]], masked with 0xfffffffff00fffff. See above table regarding HOME/Capture buttons.
 
|-
 
|-
| 0x24 || 0x4 || ObjectPixelCountMax (default is 0x12C00)
+
| 0x10 || 0x10(4*2*2) || Joystick data.
 
|-
 
|-
| 0x28 || 0x4 || ObjectIntensityMin (default is 150)
+
| 0x20 || 0x1 || Indicator. Unused for input. Set with output from [[#DumpHdlsStates]] (zero in some cases).
 
|-
 
|-
| 0x2C || 0x1 || IsExternalLightFilterEnabled (default is 0x1)
+
| 0x21 || 0x7 || Padding
 
|}
 
|}
   −
= PackedClusteringProcessorConfig =
+
[12.0.0+] (0x40-bytes):
This is "nn::irsensor::PackedClusteringProcessorConfig".
  −
 
  −
This is converted from [[#ClusteringProcessorConfig]].
  −
 
   
{| class="wikitable" border="1"
 
{| class="wikitable" border="1"
 
|-
 
|-
 
! Offset || Size || Description
 
! Offset || Size || Description
 
|-
 
|-
| 0x0 || 0x8 || ExposureTime
+
| 0x0 || 0x8 || [[#PowerInfo]]
 
|-
 
|-
| 0x8 || 0x1 || LightTarget
+
| 0x8 || 0x8 || [[#NpadButton|Buttons]], masked with 0xfffffffff00fffff. See above table regarding HOME/Capture buttons.
 
|-
 
|-
| 0x9 || 0x1 || Gain
+
| 0x10 || 0x10(4*2*2) || Joystick data.
 +
|-
 +
| 0x20 || 0xC || VirtualSixAxisSensorAcceleration
 +
|-
 +
| 0x2C || 0xC || VirtualSixAxisSensorAngle
 
|-
 
|-
| 0xA || 0x1 || IsNegativeImageUsed
+
| 0x38 || 0x4 || [[#HdlsAttribute]]
 
|-
 
|-
| 0xB || 0x5 || Reserved
+
| 0x3C || 0x1 || Indicator. Unused for input.
 
|-
 
|-
| 0x10 || 0x2 || WindowOfInterestX
+
| 0x3D || 0x3 || Padding
 +
|}
 +
 
 +
= DebugRegisteredDevice =
 +
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"
 
|-
 
|-
| 0x12 || 0x2 || WindowOfInterestY
+
! Offset
 +
! Size
 +
! Description
 
|-
 
|-
| 0x14 || 0x2 || WindowOfInterestWidth
+
| 0x0
 +
| 0x1
 +
| TimeUnit
 
|-
 
|-
| 0x16 || 0x2 || WindowOfInterestHeight
+
| 0x1
 +
| 0x1
 +
| FrameCount
 
|-
 
|-
| 0x18 || 0x4 || [[#PackedMcuVersion|RequiredMcuVersion]]
+
| 0x2
 +
| 0x1
 +
| CycleCount
 
|-
 
|-
| 0x1C || 0x4 || ObjectPixelCountMin
+
| 0x3
 +
| 0x1
 +
| InitialBrightness
 
|-
 
|-
| 0x20 || 0x4 || ObjectPixelCountMax
+
| 0x4
 +
| 0x4 * 15
 +
| [[#Frame|Frames]]
 
|-
 
|-
| 0x24 || 0x1 || ObjectIntensityMin
+
| 0x40
 +
| 0x1
 +
| FinalBrightness
 
|-
 
|-
| 0x25 || 0x1 || IsExternalLightFilterEnabled
+
| 0x41
 +
| 0x1
 +
| TimeTowardsFinalBrightness
 
|-
 
|-
| 0x26 || 0x2 || Reserved
+
| 0x42
 +
| 0x6
 +
| Reserved
 
|}
 
|}
   −
= ImageTransferProcessorConfig =
+
== Frame ==
This is "nn::irsensor::ImageTransferProcessorConfig".
  −
 
   
{| class="wikitable" border="1"
 
{| class="wikitable" border="1"
 
|-
 
|-
! Offset || Size || Description
+
! Offset
 +
! Size
 +
! Description
 
|-
 
|-
| 0x0 || 0x8 || ExposureTime
+
| 0x0
 +
| 0x1
 +
| Brightness
 
|-
 
|-
| 0x8 || 0x4 || LightTarget
+
| 0x1
 +
| 0x1
 +
| TimeTowards
 
|-
 
|-
| 0xC || 0x4 || Gain
+
| 0x2
 +
| 0x1
 +
| TimeToHold
 
|-
 
|-
| 0x10 || 0x1 || IsNegativeImageUsed
+
| 0x3
|-
+
| 0x1
| 0x11 || 0x7 || Reserved
+
| Reserved
|-
  −
| 0x18 || 0x4 || [[#ImageTransferProcessorFormat|Format]]
   
|}
 
|}
   −
= PackedImageTransferProcessorConfig =
+
= SystemButtonConfigEmbedded =
This is "nn::irsensor::PackedImageTransferProcessorConfig".
+
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.
   −
This is converted from [[#ImageTransferProcessorConfig]].
+
= ButtonConfigEmbedded =
 +
This is "nn::hidconfig::ButtonConfigEmbedded". This is a 0x54-byte struct.
    
{| class="wikitable" border="1"
 
{| class="wikitable" border="1"
Line 8,237: Line 8,717:  
! Offset || Size || Description
 
! Offset || Size || Description
 
|-
 
|-
| 0x0 || 0x8 || ExposureTime
+
| 0x0 || 0x4 || [[#DigitalButtonAssignment|HardwareButtonLeft]]
 +
|-
 +
| 0x4 || 0x4 || [[#DigitalButtonAssignment|HardwareButtonUp]]
 
|-
 
|-
| 0x8 || 0x1 || LightTarget
+
| 0x8 || 0x4 || [[#DigitalButtonAssignment|HardwareButtonRight]]
 
|-
 
|-
| 0x9 || 0x1 || Gain
+
| 0xC || 0x4 || [[#DigitalButtonAssignment|HardwareButtonDown]]
 
|-
 
|-
| 0xA || 0x1 || IsNegativeImageUsed
+
| 0x10 || 0x4 || [[#DigitalButtonAssignment|HardwareButtonA]]
 
|-
 
|-
| 0xB || 0x5 || Reserved
+
| 0x14 || 0x4 || [[#DigitalButtonAssignment|HardwareButtonB]]
 
|-
 
|-
| 0x10 || 0x4 || [[#PackedMcuVersion|RequiredMcuVersion]]
+
| 0x18 || 0x4 || [[#DigitalButtonAssignment|HardwareButtonX]]
 
|-
 
|-
| 0x14 || 0x1 || [[#ImageTransferProcessorFormat|Format]]
+
| 0x1C || 0x4 || [[#DigitalButtonAssignment|HardwareButtonY]]
 
|-
 
|-
| 0x15 || 0x3 || Reserved
+
| 0x20 || 0x4 || [[#DigitalButtonAssignment|HardwareButtonStickL]]
|}
  −
 
  −
= ImageTransferProcessorState =
  −
This is "nn::irsensor::ImageTransferProcessorState".
  −
 
  −
{| class="wikitable" border="1"
   
|-
 
|-
! Offset || Size || Description
+
| 0x24 || 0x4 || [[#DigitalButtonAssignment|HardwareButtonStickR]]
 
|-
 
|-
| 0x0 || 0x8 || SamplingNumber
+
| 0x28 || 0x4 || [[#DigitalButtonAssignment|HardwareButtonL]]
 
|-
 
|-
| 0x8 || 0x4 || AmbientNoiseLevel
+
| 0x2C || 0x4 || [[#DigitalButtonAssignment|HardwareButtonR]]
 
|-
 
|-
| 0xC || 0x4 || Reserved
+
| 0x30 || 0x4 || [[#DigitalButtonAssignment|HardwareButtonZL]]
|}
+
|-
 
+
| 0x34 || 0x4 || [[#DigitalButtonAssignment|HardwareButtonZR]]
= TeraPluginProcessorConfig =
  −
This is "nn::irsensor::TeraPluginProcessorConfig".
  −
 
  −
{| class="wikitable" border="1"
   
|-
 
|-
! Offset || Size || Description
+
| 0x38 || 0x4 || [[#DigitalButtonAssignment|HardwareButtonSelect]]
 
|-
 
|-
| 0x0 || 0x1 || Mode
+
| 0x3C || 0x4 || [[#DigitalButtonAssignment|HardwareButtonStart]]
 
|-
 
|-
| 0x1 || 0x1 ||  
+
| 0x40 || 0x4 || [[#DigitalButtonAssignment|HardwareButtonCapture]]
 
|-
 
|-
| 0x2 || 0x1 ||  
+
| 0x44 || 0x8 || [[#AnalogStickAssignment|HardwareStickL]]
 
|-
 
|-
| 0x3 || 0x1 ||  
+
| 0x4C || 0x8 || [[#AnalogStickAssignment|HardwareStickR]]
 
|}
 
|}
   −
= PackedTeraPluginProcessorConfig =
+
== DigitalButtonAssignment ==
This is "nn::irsensor::PackedTeraPluginProcessorConfig".
+
This is "nn::hidconfig::DigitalButtonAssignment".
 
  −
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).
      
{| class="wikitable" border="1"
 
{| class="wikitable" border="1"
 +
!  Value
 +
!  Description
 
|-
 
|-
! Offset || Size || Description
+
| 0 || A
 +
|-
 +
| 1 || B
 
|-
 
|-
| 0x0 || 0x4 || [[#PackedMcuVersion|RequiredMcuVersion]]
+
| 2 || X
 
|-
 
|-
| 0x4 || 0x1 || Mode
+
| 3 || Y
 
|-
 
|-
| 0x5 || 0x1 ||  
+
| 4 || StickL
 
|-
 
|-
| 0x6 || 0x1 ||  
+
| 5 || StickR
 
|-
 
|-
| 0x7 || 0x1 ||
+
| 6 || L
|}
  −
 
  −
= PointingProcessorConfig =
  −
This is "nn::irsensor::PointingProcessorConfig".
  −
 
  −
{| class="wikitable" border="1"
   
|-
 
|-
! Offset || Size || Description
+
| 7 || R
 
|-
 
|-
| 0x0 || 0x2 || WindowOfInterestX (default is 0)
+
| 8 || ZL
 
|-
 
|-
| 0x2 || 0x2 || WindowOfInterestY (default is 0)
+
| 9 || ZR
 
|-
 
|-
| 0x4 || 0x2 || WindowOfInterestWidth (default is 320)
+
| 10 || Select
 
|-
 
|-
| 0x6 || 0x2 || WindowOfInterestHeight (default is 240)
+
| 11 || Start
|}
+
|-
 
+
| 12 || Left
= PackedPointingProcessorConfig =
+
|-
This is "nn::irsensor::PackedPointingProcessorConfig".
+
| 13 || Up
 
+
|-
This is converted from [[#PointingProcessorConfig]].
+
| 14 || Right
 
+
|-
{| class="wikitable" border="1"
+
| 15 || Down
 +
|-
 +
| 16 || LeftSL
 
|-
 
|-
! Offset || Size || Description
+
| 17 || LeftSR
 
|-
 
|-
| 0x0 || 0x2 || WindowOfInterestX (default is 0)
+
| 18 || RightSL
 
|-
 
|-
| 0x2 || 0x2 || WindowOfInterestY (default is 0)
+
| 19 || RightSR
 
|-
 
|-
| 0x4 || 0x2 || WindowOfInterestWidth (default is 320)
+
| 20 || HomeButton
 
|-
 
|-
| 0x6 || 0x2 || WindowOfInterestHeight (default is 240)
+
| 21 || CaptureButton
 
|-
 
|-
| 0x8 || 0x4 || [[#PackedMcuVersion|RequiredMcuVersion]]
+
| 22 || Invalid
 
|}
 
|}
   −
= PackedMcuVersion =
+
== AnalogStickAssignment ==
This is "nn::irsensor::PackedMcuVersion".
+
This is "nn::hidconfig::AnalogStickAssignment".
    
{| class="wikitable" border="1"
 
{| class="wikitable" border="1"
Line 8,349: Line 8,817:  
! Offset || Size || Description
 
! Offset || Size || Description
 
|-
 
|-
| 0x0 || 0x2 || MajorVersion
+
| 0x0 || 0x4 || [[#AnalogStickRotation]]
 +
|-
 +
| 0x4 || 0x1 || IsPairedStickAssigned
 
|-
 
|-
| 0x2 || 0x2 || MinorVersion
+
| 0x5 || 0x3 || Reserved
 
|}
 
|}
   −
== Versions ==
+
== AnalogStickRotation ==
 +
This is "nn::hidconfig::AnalogStickRotation".
 +
 
 
{| class="wikitable" border="1"
 
{| class="wikitable" border="1"
 +
!  Value
 +
!  Description
 
|-
 
|-
! MajorVersion || MinorVersion || SystemVersion
+
| 0 || None
 
|-
 
|-
| 0x3 || 0xB || [1.0.0+]
+
| 1 || Clockwise90
 
|-
 
|-
| 0x4 || 0x12 || [4.0.0+]
+
| 2 || Anticlockwise90
|-
  −
| 0x5 || 0x18 || [5.0.0+]
  −
|-
  −
| 0x6 || 0x1A || [6.0.0+]
  −
|-
  −
| 0x8 || 0x1B || [8.0.0+]
   
|}
 
|}
   −
= PackedFunctionLevel =
+
= ButtonConfigFull =
This is nn::irsensor::PackedFunctionLevel.
+
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"
Line 8,377: Line 8,850:  
! Offset || Size || Description
 
! Offset || Size || Description
 
|-
 
|-
| 0x0 || 0x1 || [[#IrSensorFunctionLevel]]
+
| 0x0 || 0x4 || [[#DigitalButtonAssignment|HardwareButtonLeft]]
 +
|-
 +
| 0x4 || 0x4 || [[#DigitalButtonAssignment|HardwareButtonUp]]
 +
|-
 +
| 0x8 || 0x4 || [[#DigitalButtonAssignment|HardwareButtonRight]]
 +
|-
 +
| 0xC || 0x4 || [[#DigitalButtonAssignment|HardwareButtonDown]]
 +
|-
 +
| 0x10 || 0x4 || [[#DigitalButtonAssignment|HardwareButtonStickL]]
 
|-
 
|-
| 0x1 || 0x3 || Reserved
+
| 0x14 || 0x4 || [[#DigitalButtonAssignment|HardwareButtonL]]
|}
  −
 
  −
== IrSensorFunctionLevel ==
  −
This is "nn::irsensor::IrSensorFunctionLevel".
  −
 
  −
{| class="wikitable" border="1"
   
|-
 
|-
! Value || SystemVersion
+
| 0x18 || 0x4 || [[#DigitalButtonAssignment|HardwareButtonZL]]
 
|-
 
|-
| 0 || [1.0.0+]
+
| 0x1C || 0x4 || [[#DigitalButtonAssignment|HardwareButtonSelect]]
 
|-
 
|-
| 1 || [4.0.0+]
+
| 0x20 || 0x4 || [[#DigitalButtonAssignment|HardwareButtonLeftSL]]
 
|-
 
|-
| 2 || [5.0.0+]
+
| 0x24 || 0x4 || [[#DigitalButtonAssignment|HardwareButtonLeftSR]]
 
|-
 
|-
| 3 || [6.0.0+]
+
| 0x28 || 0x4 || [[#DigitalButtonAssignment|HardwareButtonCapture]]
 
|-
 
|-
| 4 || [8.0.0+]
+
| 0x2C || 0x8 || [[#AnalogStickAssignment|HardwareStickL]]
 
|}
 
|}
   −
= ImageTransferProcessorExConfig =
+
= ButtonConfigRight =
This is "nn::irsensor::ImageTransferProcessorExConfig".
+
This is "nn::hidconfig::ButtonConfigRight". This is a 0x30-byte struct.
    
{| class="wikitable" border="1"
 
{| class="wikitable" border="1"
Line 8,407: Line 8,882:  
! Offset || Size || Description
 
! Offset || Size || Description
 
|-
 
|-
| 0x0 || 0x8 || ExposureTime
+
| 0x0 || 0x4 || [[#DigitalButtonAssignment|HardwareButtonA]]
 
|-
 
|-
| 0x8 || 0x4 || LightTarget
+
| 0x4 || 0x4 || [[#DigitalButtonAssignment|HardwareButtonB]]
 
|-
 
|-
| 0xC || 0x4 || Gain
+
| 0x8 || 0x4 || [[#DigitalButtonAssignment|HardwareButtonX]]
 
|-
 
|-
| 0x10 || 0x1 || IsNegativeImageUsed
+
| 0xC || 0x4 || [[#DigitalButtonAssignment|HardwareButtonY]]
 
|-
 
|-
| 0x11 || 0x7 || Reserved
+
| 0x10 || 0x4 || [[#DigitalButtonAssignment|HardwareButtonStickR]]
 
|-
 
|-
| 0x18 || 0x4 || [[#ImageTransferProcessorFormat|OrigFormat]]
+
| 0x14 || 0x4 || [[#DigitalButtonAssignment|HardwareButtonR]]
 
|-
 
|-
| 0x1C || 0x4 || [[#ImageTransferProcessorFormat|TrimmingFormat]]
+
| 0x18 || 0x4 || [[#DigitalButtonAssignment|HardwareButtonZR]]
 
|-
 
|-
| 0x20 || 0x2 || TrimmingStartX
+
| 0x1C || 0x4 || [[#DigitalButtonAssignment|HardwareButtonStart]]
 
|-
 
|-
| 0x22 || 0x2 || TrimmingStartY
+
| 0x20 || 0x4 || [[#DigitalButtonAssignment|HardwareButtonRightSL]]
 
|-
 
|-
| 0x24 || 0x1 || IsExternalLightFilterEnabled
+
| 0x24 || 0x4 || [[#DigitalButtonAssignment|HardwareButtonRightSR]]
 +
|-
 +
| 0x28 || 0x8 || [[#AnalogStickAssignment|HardwareStickR]]
 
|}
 
|}
   −
= PackedImageTransferProcessorExConfig =
+
= StorageName =
This is "nn::irsensor::PackedImageTransferProcessorExConfig".
+
This is "nn::hidconfig::StorageName". This is a 0x81-byte struct.
 +
 
 +
This is an UTF-8 NUL-terminated name string.
   −
This is converted from [[#ImageTransferProcessorExConfig]].
+
= InterfaceType =
 +
This is "nn::hidtypes::InterfaceType".
    
{| class="wikitable" border="1"
 
{| class="wikitable" border="1"
 +
!  Value
 +
!  Description
 
|-
 
|-
! Offset || Size || Description
+
| 1 || Bluetooth
 
|-
 
|-
| 0x0 || 0x8 || ExposureTime
+
| 2 || Rail
 
|-
 
|-
| 0x8 || 0x1 || LightTarget
+
| 3 || Usb
 
|-
 
|-
| 0x9 || 0x1 || Gain
+
| 4 || Embedded
 +
|}
 +
 
 +
= DigitalButton =
 +
This is "nn::hidtypes::DigitalButton". This is a 64-bit flag.
 +
 
 +
{| class="wikitable" border="1"
 
|-
 
|-
| 0xA || 0x1 || IsNegativeImageUsed
+
! Bit
 +
! Description
 
|-
 
|-
| 0xB || 0x5 || Reserved
+
| 0
 +
| A
 
|-
 
|-
| 0x10 || 0x4 || [[#PackedMcuVersion|RequiredMcuVersion]]
+
| 1
 +
| B
 
|-
 
|-
| 0x14 || 0x1 || [[#ImageTransferProcessorFormat|OrigFormat]]
+
| 2
 +
| X
 
|-
 
|-
| 0x15 || 0x1 || [[#ImageTransferProcessorFormat|TrimmingFormat]]
+
| 3
 +
| Y
 
|-
 
|-
| 0x16 || 0x2 || TrimmingStartX
+
| 4
 +
| StickL
 
|-
 
|-
| 0x18 || 0x2 || TrimmingStartY
+
| 5
 +
| StickR
 
|-
 
|-
| 0x1A || 0x1 || IsExternalLightFilterEnabled
+
| 6
 +
| L
 
|-
 
|-
| 0x1B || 0x5 || Reserved
+
| 7
|}
+
| R
 
  −
= IrLedProcessorConfig =
  −
This is "nn::irsensor::IrLedProcessorConfig".
  −
 
  −
{| class="wikitable" border="1"
   
|-
 
|-
! Offset || Size || Description
+
| 8
 +
| ZL
 
|-
 
|-
| 0x0 || 0x4 || LightTarget
+
| 9
|}
+
| ZR
 
+
|-
= PackedIrLedProcessorConfig =
+
| 10
This is "nn::irsensor::PackedIrLedProcessorConfig".
+
| Start
 
+
|-
This is converted from [[#IrLedProcessorConfig]].
+
| 11
 
+
| Select
{| class="wikitable" border="1"
+
|-
 +
| 12
 +
| Left
 +
|-
 +
| 13
 +
| Up
 +
|-
 +
| 14
 +
| Right
 +
|-
 +
| 15
 +
| Down
 
|-
 
|-
! Offset || Size || Description
+
| 16
 +
| SL
 
|-
 
|-
| 0x0 || 0x4 || [[#PackedMcuVersion|RequiredMcuVersion]]
+
| 17
 +
| SR
 
|-
 
|-
| 0x4 || 0x1 || LightTarget
+
| 18
 +
| Home
 
|-
 
|-
| 0x5 || 0x3 || Padding
+
| 19
|}
+
| Shot
 
  −
= 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
+
| 20
 +
| StickLLeft
 
|-
 
|-
| 0x0 || 0x4 || [[#AdaptiveClusteringMode]]
+
| 21
 +
| StickLUp
 
|-
 
|-
| 0x4 || 0x4 || [6.0.0+] [[#AdaptiveClusteringTargetDistance]]
+
| 22
|}
+
| StickLRight
 
+
|-
== AdaptiveClusteringMode ==
+
| 23
 +
| StickLDown
 +
|-
 +
| 24
 +
| StickRLeft
 +
|-
 +
| 25
 +
| StickRUp
 +
|-
 +
| 26
 +
| StickRRight
 +
|-
 +
| 27
 +
| StickRDown
 +
|-
 +
| 28
 +
| Palma
 +
|-
 +
| 29
 +
| HandheldLeftB
 +
|-
 +
| 30
 +
| Plus
 +
|-
 +
| 31
 +
| Minus
 +
|-
 +
| 32
 +
| Z
 +
|-
 +
| 33
 +
| LeftSL
 +
|-
 +
| 34
 +
| LeftSR
 +
|-
 +
| 35
 +
| RightSL
 +
|-
 +
| 36
 +
| RightSR
 +
|-
 +
| 37
 +
| LeftC
 +
|-
 +
| 38
 +
| UpC
 +
|-
 +
| 39
 +
| RightC
 +
|-
 +
| 40
 +
| DownC
 +
|}
 +
 
 +
= AssignmentStyle =
 +
This is "nn::hidtypes::AssignmentStyle". This is a 32-bit flag.
 +
 
 +
{| class="wikitable" border="1"
 +
|-
 +
! Bit
 +
! Description
 +
|-
 +
| 0
 +
| IsExternalAssigned
 +
|-
 +
| 1
 +
| IsExternalLeftAssigned
 +
|-
 +
| 2
 +
| IsExternalRightAssigned
 +
|-
 +
| 3
 +
| IsHandheldAssigned
 +
|-
 +
| 4
 +
| IsHandheldLeftAssigned
 +
|-
 +
| 5
 +
| IsHandheldRightAssigned
 +
|}
 +
 
 +
= FeatureType =
 +
This is "nn::hidtypes::FeatureType". This is a 64-bit flag.
 +
 
 +
{| class="wikitable" border="1"
 +
|-
 +
! Bit
 +
! Description
 +
|-
 +
| 0
 +
| HasLeftAnalogStick
 +
|-
 +
| 1
 +
| HasRightAnalogStick
 +
|-
 +
| 2
 +
| HasLeftJoySixAxisSensor
 +
|-
 +
| 3
 +
| HasRightJoySixAxisSensor
 +
|-
 +
| 4
 +
| HasFullKeySixAxisSensor
 +
|-
 +
| 5
 +
| HasLeftLraVibrationDevice
 +
|-
 +
| 6
 +
| HasRightLraVibrationDevice
 +
|-
 +
| 7
 +
| HasGcVibrationDevice
 +
|-
 +
| 8
 +
| HasErmVibrationDevice
 +
|-
 +
| 9
 +
| HasLeftJoyRailBus
 +
|-
 +
| 10
 +
| HasRightJoyRailBus
 +
|-
 +
| 11
 +
| HasInternalBus
 +
|-
 +
| 12
 +
| IsPalma
 +
|-
 +
| 13
 +
| HasNfc
 +
|-
 +
| 14
 +
| HasIrSensor
 +
|-
 +
| 15
 +
| IsAnalogStickCalibrationSupported
 +
|-
 +
| 16
 +
| IsSixAxisSensorUserCalibrationSupported
 +
|-
 +
| 17
 +
| HasLeftJoyRightJoyBattery
 +
|-
 +
| 18
 +
| HasFullKeyBattery
 +
|-
 +
| 19
 +
| IsDisconnectControllerIfBatteryNone
 +
|-
 +
| 20
 +
| HasControllerColor
 +
|-
 +
| 21
 +
| HasGripColor
 +
|-
 +
| 22
 +
| HasIdentificationCode
 +
|-
 +
| 23
 +
| HasBluetoothAddress
 +
|-
 +
| 24
 +
| HasMcu
 +
|-
 +
| 25
 +
| HasNotificationLed
 +
|-
 +
| 26
 +
| HasDirectionalButtons
 +
|-
 +
| 27
 +
| HasIndicatorLed
 +
|-
 +
| 28
 +
| IsButtonConfigEmbeddedSupported
 +
|-
 +
| 29
 +
| IsButtonConfigFullSupported
 +
|-
 +
| 30
 +
| IsButtonConfigLeftSupported
 +
|-
 +
| 31
 +
| IsButtonConfigRightSupported
 +
|-
 +
| 32
 +
| IsUsbHidDevice
 +
|-
 +
| 33
 +
| IsKuinaDevice
 +
|-
 +
| 34
 +
| IsDirectUsbToBtSwitchingDevice
 +
|-
 +
| 35
 +
| IsNormalizeAnalogStickWithInnerCross
 +
|}
 +
 
 +
= Color =
 +
This is "nn::hidtypes::Color".
 +
 
 +
{| class="wikitable" border="1"
 +
|-
 +
! Offset || Size || Description
 +
|-
 +
| 0x0 || 0x4 || BodyColor
 +
|-
 +
| 0x4 || 0x4 || ButtonColor
 +
|-
 +
| 0x8 || 0x4 || LeftGripColor
 +
|-
 +
| 0xC || 0x4 || RightGripColor
 +
|}
 +
 
 +
= DeviceDescriptorType =
 +
This is "nn::hidtypes::DeviceDescriptorType".
 +
 
 +
{| class="wikitable" border="1"
 +
|-
 +
! Offset || Size || Description
 +
|-
 +
| 0x0 || 0x1 || [[#DeviceTypeInternal|DeviceType]]
 +
|-
 +
| 0x1 || 0x7 || Reserved
 +
|-
 +
| 0x8 || 0x8 || [[#FeatureType|FeatureType]]
 +
|-
 +
| 0x10 || 0x8 || [[#DigitalButton|DigitalButton]]
 +
|-
 +
| 0x18 || 0x4 || [[#AssignmentStyle|AssignmentStyle]]
 +
|-
 +
| 0x1C || 0x10 || [[#Color|DeviceColor]]
 +
|-
 +
| 0x2C || 0x4 || Reserved
 +
|}
 +
 
 +
= DeviceDescriptionList =
 +
This is "nn::hidtypes::detail::DeviceDescriptionList". This is a list of [[#DeviceDescriptorType|DeviceDescriptorType]] objects maintained by the hid-sysmodule.
 +
 
 +
{| class="wikitable" border="1"
 +
|-
 +
! [[#DeviceTypeInternal|DeviceType]] || [[#FeatureType|FeatureType]] || [[#DigitalButton|DigitalButton]] || [[#AssignmentStyle|AssignmentStyle]] || [[#Color|DeviceColor]]
 +
|-
 +
| 1 || 0x18BDBE44A || 0x18F0406AF || 0x24 || 0xFF828282, 0xFF0F0F0F, 0x00000000, 0x00000000
 +
|-
 +
| 2 || 0x14CDB8225 || 0x6F8F950 || 0x12 || 0xFF828282, 0xFF0F0F0F, 0x00000000, 0x00000000
 +
|-
 +
| 3 || 0x72BBDA073 || 0xFFCFFFF || 0x1 || 0xFF2D2D2D, 0xFFE6E6E6, 0xFF464646, 0xFF464646
 +
|-
 +
| 4 || 0x108000025 || 0x6F8F950 || 0x2 || 0xFF828282, 0xFF0F0F0F, 0x00000000, 0x00000000
 +
|-
 +
| 5 || 0x10800004A || 0x18F0406AF || 0x4 || 0xFF828282, 0xFF0F0F0F, 0x00000000, 0x00000000
 +
|-
 +
| 6 || 0x108800013 || 0xFFCFFFF || 0x1 || 0xFF2D2D2D, 0xFFE6E6E6, 0xFF464646, 0xFF464646
 +
|-
 +
| 7 || 0x108CA0000 || 0x2008FCC3 || 0x11 || 0xFF322891, 0xFFFFFFFF, 0x00000000, 0x00000000
 +
|-
 +
| 8 || 0x108CA0800 || 0x4F0C3 || 0x21 || 0xFF322891, 0xFFFFFFFF, 0x00000000, 0x00000000
 +
|-
 +
| 9 || 0x108CA0000 || 0x2008FCC3 || 0x11 || 0xFFD9D7D7, 0xFFFFFFFF, 0x00000000, 0x00000000
 +
|-
 +
| 10 || 0x108CA0000 || 0x4FCC3 || 0x21 || 0xFFD9D7D7, 0xFFFFFFFF, 0x00000000, 0x00000000
 +
|-
 +
| 11 || 0x700CC0000 || 0xFFCF || 0x0 || 0xFF2D2D2D, 0xFFE6E6E6, 0xFF464646, 0xFF464646
 +
|-
 +
| 12 || 0x841011 || 0x10000010 || 0x1 || 0xFF2D2D2D, 0xFFE6E6E6, 0xFF464646, 0xFF464646
 +
|-
 +
| 13 || 0x83 || 0xFF0F6CF || 0x1 || 0xFF2D2D2D, 0xFFE6E6E6, 0xFF464646, 0xFF464646
 +
|-
 +
| 14 || 0x1 || 0xF8F950 || 0x10 || 0xFF828282, 0xFF0F0F0F, 0x00000000, 0x00000000
 +
|-
 +
| 15 || 0x3 || 0xFFCFFFF || 0x1 || 0xFF2D2D2D, 0xFFE6E6E6, 0xFF464646, 0xFF464646
 +
|-
 +
| 16 || 0x3 || 0xFFCFFFF || 0x1 || 0xFF2D2D2D, 0xFFE6E6E6, 0xFF464646, 0xFF464646
 +
|-
 +
| 17 || 0x1001A013 || 0xFFCFFFF || 0x8 || 0xFF2D2D2D, 0xFFE6E6E6, 0xFF464646, 0xFF464646
 +
|-
 +
| 18 || 0x2 || 0xF0406AF || 0x20 || 0xFF828282, 0xFF0F0F0F, 0x00000000, 0x00000000
 +
|-
 +
| 19 || 0x1088DA073 || 0xFFCF3FF || 0x1 || 0xFF2D2D2D, 0xFFE6E6E6, 0xFF464646, 0xFF464646
 +
|-
 +
| 20 || 0x108CA0025 || 0x6F8F150 || 0x12 || 0xFF828282, 0xFF0F0F0F, 0x00000000, 0x00000000
 +
|-
 +
| 21 || 0x108CA604A || 0x18F0402AF || 0x24 || 0xFF828282, 0xFF0F0F0F, 0x00000000, 0x00000000
 +
|-
 +
| [12.0.0+] 22 || 0xF00CC8101 || 0x1E1FCF6C3 || 0x1 || 0xFF2D2D2D, 0xFFE6E6E6, 0xFF464646, 0xFF464646
 +
|-
 +
| [12.0.0+] 23 || 0x100000000 || 0x0 || 0x0 || 0x00000000, 0x00000000, 0x00000000, 0x00000000
 +
|-
 +
| [13.0.0+] 28 || 0x700CC0000 || 0xCF6CF || 0x1 || 0xFF2D2D2D, 0xFFE6E6E6, 0xFF464646, 0xFF464646
 +
|-
 +
| [14.0.0+] 30 || 0x108800003 || 0xFFCFFFF || 0x1 || 0xFF2D2D2D, 0xFFE6E6E6, 0xFF464646, 0xFF464646
 +
|}
 +
 
 +
= UnmaskFeatureDescriptorType =
 +
This is "nn::hid::server::UnmaskFeatureDescriptorType".
 +
 
 +
{| class="wikitable" border="1"
 +
|-
 +
! Offset || Size || Description
 +
|-
 +
| 0x0 || 0x1 || [[#DeviceTypeInternal|DeviceType]]
 +
|-
 +
| 0x1 || 0x1 || [[#InterfaceType|InterfaceType]]
 +
|-
 +
| 0x2 || 0x6 || Reserved
 +
|-
 +
| 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"
 +
|-
 +
! [[#DeviceTypeInternal|DeviceType]] || [[#InterfaceType|InterfaceType]] || [[#FeatureType|FeatureType]]
 +
|-
 +
| 3 || 3 || 0x2000
 +
|-
 +
| 2 || 2 || 0x200
 +
|-
 +
| 1 || 2 || 0x400
 +
|-
 +
| 19 || 3 || 0x2000
 +
|-
 +
| 2 || 3 || 0x200
 +
|-
 +
| 1 || 3 || 0x6400
 +
|}
 +
 
 +
= FirmwareVersionInfo =
 +
This is "nn::hidtypes::FirmwareVersionInfo".
 +
 
 +
{| class="wikitable" border="1"
 +
|-
 +
! Offset || Size || Description
 +
|-
 +
| 0x0 || 0x4 || [[#FirmwareVersionAttribute|FirmwareVersionAttribute]]
 +
|-
 +
| 0x4 || 0x2 ||
 +
|-
 +
| 0x6 || 0x2 || MajorVersion
 +
|-
 +
| 0x8 || 0x2 || MinorVersion
 +
|-
 +
| 0xA || 0x2 ||
 +
|}
 +
 
 +
= FirmwareVersionAttribute =
 +
This is "nn::hidtypes::FirmwareVersionAttribute". This is a 32-bit flag.
 +
 
 +
{| class="wikitable" border="1"
 +
|-
 +
! Bit
 +
! Description
 +
|-
 +
| 0
 +
| IsCustomerCodeCorruption
 +
|-
 +
| 1
 +
| IsIapCorrupted
 +
|}
 +
 
 +
= IrCameraHandle =
 +
This is "nn::irsensor::IrCameraHandle".
 +
 
 +
{| class="wikitable" border="1"
 +
|-
 +
! Offset || Size || Description
 +
|-
 +
| 0x0 || 0x1 || PlayerNumber
 +
|-
 +
| 0x1 || 0x1 || DeviceType
 +
|-
 +
| 0x2 || 0x2 || Reserved
 +
|}
 +
 
 +
= IrCameraStatus =
 +
This is "nn::irsensor::IrCameraStatus".
 +
 
 +
{| class="wikitable" border="1"
 +
!  Value
 +
!  Description
 +
|-
 +
| 0 || Available
 +
|-
 +
| 1 || Unsupported
 +
|-
 +
| 2 || Unconnected
 +
|}
 +
 
 +
= IrCameraInternalStatus =
 +
This is "nn::irsensor::IrCameraInternalStatus".
 +
 
 
{| class="wikitable" border="1"
 
{| class="wikitable" border="1"
 
!  Value
 
!  Value
!  Description
+
!  Description
 +
|-
 +
| 0 || Stopped
 +
|-
 +
| 1 || FirmwareUpdateNeeded
 +
|-
 +
| 2 ||
 +
|-
 +
| 3 ||
 +
|-
 +
| 4 ||
 +
|-
 +
| 5 || FirmwareVersionRequested
 +
|-
 +
| 6 || FirmwareVersionIsInvalid
 +
|-
 +
| 7 || [4.0.0+] Ready
 +
|-
 +
| 8 || [4.0.0+] Setting
 +
|}
 +
 
 +
= IrSensorMode =
 +
This is "nn::irsensor::detail::StatusManager::IrSensorMode".
 +
 
 +
{| class="wikitable" border="1"
 +
!  Value
 +
!  Description
 +
|-
 +
| 0 || None
 +
|-
 +
| 1 || [[#MomentProcessorState|MomentProcessor]]
 +
|-
 +
| 2 || [[#ClusteringProcessorState|ClusteringProcessor]]
 +
|-
 +
| 3 || [[#ImageTransferProcessorState|ImageTransferProcessor]]
 +
|-
 +
| 4 || [[#PointingProcessorMarkerState|PointingProcessorMarker]]
 +
|-
 +
| 5 || [[#TeraPluginProcessorState|TeraPluginProcessor]]
 +
|-
 +
| 6 || Unknown
 +
|}
 +
 
 +
= ImageProcessorStatus =
 +
This is "nn::irsensor::ImageProcessorStatus".
 +
 
 +
{| class="wikitable" border="1"
 +
!  Value
 +
!  Description
 +
|-
 +
| 0 || Stopped
 +
|-
 +
| 1 || Running
 +
|}
 +
 
 +
= ImageTransferProcessorFormat =
 +
This is "nn::irsensor::ImageTransferProcessorFormat".
 +
 
 +
This controls the IR Sensor image resolution.
 +
 
 +
{| class="wikitable" border="1"
 +
!  Value
 +
!  Description
 +
|-
 +
| 0 || 320x240
 +
|-
 +
| 1 || 160x120
 +
|-
 +
| 2 || 80x60
 +
|-
 +
| 3 || [4.0.0+] 40x30
 +
|-
 +
| 4 || [4.0.0+] 20x15
 +
|}
 +
 
 +
= MomentProcessorConfig =
 +
This is "nn::irsensor::MomentProcessorConfig".
 +
 
 +
{| class="wikitable" border="1"
 +
|-
 +
! Offset || Size || Description
 +
|-
 +
| 0x0 || 0x8 || ExposureTime (default is 0x493E0)
 +
|-
 +
| 0x8 || 0x4 || LightTarget (default is 0)
 +
|-
 +
| 0xC || 0x4 || Gain (default is 0x8)
 +
|-
 +
| 0x10 || 0x1 || IsNegativeImageUsed (default is 0)
 +
|-
 +
| 0x11 || 0x7 || Reserved
 +
|-
 +
| 0x18 || 0x2 || WindowOfInterestX (default is 0)
 +
|-
 +
| 0x1A || 0x2 || WindowOfInterestY (default is 0)
 +
|-
 +
| 0x1C || 0x2 || WindowOfInterestWidth (default is 0x140)
 +
|-
 +
| 0x1E || 0x2 || WindowOfInterestHeight (default is 0xF0)
 +
|-
 +
| 0x20 || 0x4 || Preprocess (default is 0x1)
 +
|-
 +
| 0x24 || 0x4 || PreprocessIntensityThreshold (default is 0x50)
 +
|}
 +
 
 +
= PackedMomentProcessorConfig =
 +
This is "nn::irsensor::PackedMomentProcessorConfig".
 +
 
 +
This is converted from [[#MomentProcessorConfig]].
 +
 
 +
{| class="wikitable" border="1"
 +
|-
 +
! Offset || Size || Description
 +
|-
 +
| 0x0 || 0x8 || ExposureTime (default is 0x493E0)
 +
|-
 +
| 0x8 || 0x1 || LightTarget (default is 0)
 +
|-
 +
| 0x9 || 0x1 || Gain (default is 0x8)
 +
|-
 +
| 0xA || 0x1 || IsNegativeImageUsed (default is 0)
 +
|-
 +
| 0xB || 0x5 || Reserved
 +
|-
 +
| 0x10 || 0x2 || WindowOfInterestX (default is 0)
 +
|-
 +
| 0x12 || 0x2 || WindowOfInterestY (default is 0)
 +
|-
 +
| 0x14 || 0x2 || WindowOfInterestWidth (default is 0x140)
 +
|-
 +
| 0x16 || 0x2 || WindowOfInterestHeight (default is 0xF0)
 +
|-
 +
| 0x18 || 0x4 || [[#PackedMcuVersion|RequiredMcuVersion]]
 +
|-
 +
| 0x1C || 0x1 || Preprocess (default is 0x1)
 +
|-
 +
| 0x1D || 0x1 || PreprocessIntensityThreshold (default is 0x50)
 +
|-
 +
| 0x1E || 0x2 || Reserved
 +
|}
 +
 
 +
= ClusteringProcessorConfig =
 +
This is "nn::irsensor::ClusteringProcessorConfig".
 +
 
 +
{| class="wikitable" border="1"
 +
|-
 +
! Offset || Size || Description
 +
|-
 +
| 0x0 || 0x8 || ExposureTime (default is 200000)
 +
|-
 +
| 0x8 || 0x4 || LightTarget (default is 0)
 +
|-
 +
| 0xC || 0x4 || Gain (default is 0x2)
 +
|-
 +
| 0x10 || 0x1 || IsNegativeImageUsed (default is 0)
 +
|-
 +
| 0x11 || 0x7 || Reserved
 +
|-
 +
| 0x18 || 0x2 || WindowOfInterestX (default is 0)
 +
|-
 +
| 0x1A || 0x2 || WindowOfInterestY (default is 0)
 +
|-
 +
| 0x1C || 0x2 || WindowOfInterestWidth (default is 320)
 +
|-
 +
| 0x1E || 0x2 || WindowOfInterestHeight (default is 240)
 +
|-
 +
| 0x20 || 0x4 || ObjectPixelCountMin (default is 0x3)
 +
|-
 +
| 0x24 || 0x4 || ObjectPixelCountMax (default is 0x12C00)
 +
|-
 +
| 0x28 || 0x4 || ObjectIntensityMin (default is 150)
 +
|-
 +
| 0x2C || 0x1 || IsExternalLightFilterEnabled (default is 0x1)
 +
|}
 +
 
 +
= PackedClusteringProcessorConfig =
 +
This is "nn::irsensor::PackedClusteringProcessorConfig".
 +
 
 +
This is converted from [[#ClusteringProcessorConfig]].
 +
 
 +
{| class="wikitable" border="1"
 +
|-
 +
! Offset || Size || Description
 +
|-
 +
| 0x0 || 0x8 || ExposureTime
 +
|-
 +
| 0x8 || 0x1 || LightTarget
 +
|-
 +
| 0x9 || 0x1 || Gain
 +
|-
 +
| 0xA || 0x1 || IsNegativeImageUsed
 +
|-
 +
| 0xB || 0x5 || Reserved
 +
|-
 +
| 0x10 || 0x2 || WindowOfInterestX
 +
|-
 +
| 0x12 || 0x2 || WindowOfInterestY
 +
|-
 +
| 0x14 || 0x2 || WindowOfInterestWidth
 +
|-
 +
| 0x16 || 0x2 || WindowOfInterestHeight
 +
|-
 +
| 0x18 || 0x4 || [[#PackedMcuVersion|RequiredMcuVersion]]
 +
|-
 +
| 0x1C || 0x4 || ObjectPixelCountMin
 +
|-
 +
| 0x20 || 0x4 || ObjectPixelCountMax
 +
|-
 +
| 0x24 || 0x1 || ObjectIntensityMin
 +
|-
 +
| 0x25 || 0x1 || IsExternalLightFilterEnabled
 +
|-
 +
| 0x26 || 0x2 || Reserved
 +
|}
 +
 
 +
= ImageTransferProcessorConfig =
 +
This is "nn::irsensor::ImageTransferProcessorConfig".
 +
 
 +
{| 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|Format]]
 +
|}
 +
 
 +
= PackedImageTransferProcessorConfig =
 +
This is "nn::irsensor::PackedImageTransferProcessorConfig".
 +
 
 +
This is converted from [[#ImageTransferProcessorConfig]].
 +
 
 +
{| 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|Format]]
 +
|-
 +
| 0x15 || 0x3 || Reserved
 +
|}
 +
 
 +
= ImageTransferProcessorState =
 +
This is "nn::irsensor::ImageTransferProcessorState".
 +
 
 +
{| 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).
 +
 
 +
{| class="wikitable" border="1"
 +
|-
 +
! Offset || Size || Description
 +
|-
 +
| 0x0 || 0x4 || [[#PackedMcuVersion|RequiredMcuVersion]]
 +
|-
 +
| 0x4 || 0x1 || Mode
 +
|-
 +
| 0x5 || 0x1 ||
 +
|-
 +
| 0x6 || 0x1 ||
 +
|-
 +
| 0x7 || 0x1 ||
 +
|}
 +
 
 +
= PointingProcessorConfig =
 +
This is "nn::irsensor::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)
 +
|}
 +
 
 +
= 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
 +
|-
 +
| [11.0.0+]
 +
| 0407
 +
|-
 +
| [12.1.0+]
 +
| 0410
 +
|-
 +
| [13.0.0+]
 +
| 0417
 +
|-
 +
| [14.0.0+]
 +
| 0419
 +
|}
 +
 
 +
=== Raizo ===
 +
{| class="wikitable" border="1"
 +
|-
 +
! SystemVersion
 +
! FirmwareVersion
 +
|-
 +
| [1.0.0+]
 +
| 0348
 +
|-
 +
| [15.0.0+]
 +
| 0421
 +
|}
 +
 
 +
=== Tera ===
 +
{| class="wikitable" border="1"
 
|-
 
|-
| 0 || StaticFov
+
! SystemVersion
 +
! FirmwareVersion
 
|-
 
|-
| 1 || DynamicFov
+
| [1.0.0+]
|}
+
| 030B
 
  −
Controls the mode for [[#TeraPluginProcessorConfig]] (DynamicFov -> 0x10; StaticFov -> 0x0F).
  −
 
  −
== AdaptiveClusteringTargetDistance ==
  −
{| class="wikitable" border="1"
  −
!  Value
  −
!  Description
   
|-
 
|-
| 0 || Near
+
| [4.0.0+]
 +
| 0412
 
|-
 
|-
| 1 || Middle
+
| [5.0.0+]
|-
+
| 0518
| 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
+
| [6.0.0+]
 +
| 061A
 
|-
 
|-
| 0x0 || 0x4 || [[#HandAnalysisMode]]
+
| [8.0.0+]
 +
| 081B
 
|}
 
|}
   −
== HandAnalysisMode ==
+
=== TeraFullKey ===
 
{| class="wikitable" border="1"
 
{| class="wikitable" border="1"
!  Value
  −
!  Description
  −
|-
  −
| 0 || None (invalid)
  −
|-
  −
| 1 || Silhouette
   
|-
 
|-
| 2 || Image
+
! SystemVersion
 +
! FirmwareVersion
 
|-
 
|-
| 3 || SilhouetteAndImage
+
| [1.0.0+]
|-
+
| 0305
| 4 || [4.0.0+] SilhouetteOnly
   
|}
 
|}
   −
= BusHandle =
+
=== ProController ===
This is "nn::hidbus::BusHandle".
  −
 
   
{| class="wikitable" border="1"
 
{| class="wikitable" border="1"
 
|-
 
|-
! Offset || Size || Description
+
! SystemVersion
 +
! FirmwareVersion
 
|-
 
|-
| 0x0 || 0x4 || AbstractedPadId
+
| -
 +
| 010A0200
 
|-
 
|-
| 0x4 || 0x1 || InternalIndex
+
| [6.0.0+]
|-
+
| 01100210
| 0x5 || 0x1 || PlayerNumber
  −
|-
  −
| 0x6 || 0x1 || BusTypeId
  −
|-
  −
| 0x7 || 0x1 || IsValid
   
|}
 
|}
   −
= JoyPollingReceivedData =
+
=== Palma ===
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
+
| -
 +
| 1100
 
|-
 
|-
| 0x38 || 0x8 || SamplingNumber
+
| [6.1.0+]
 +
| 1200
 
|}
 
|}
   −
= BusType =
+
=== SioH ===
This is "nn::hidbus::BusType".
  −
 
   
{| class="wikitable" border="1"
 
{| class="wikitable" border="1"
!  Value
  −
!  Description
   
|-
 
|-
| 0 || LeftJoyRail
+
! SystemVersion
|-
+
! FirmwareVersion
| 1 || RightJoyRail
   
|-
 
|-
| 2 || [6.0.0+] RightLarkRail (for microphone)
+
| -
|}
+
| 000D
 
  −
= JoyPollingMode =
  −
This is "nn::hidbus::JoyPollingMode".
  −
 
  −
{| class="wikitable" border="1"
  −
!  Value
  −
!  Description
   
|-
 
|-
| 0 || SixAxisSensorDisable
+
| [8.1.1+]
 +
| 0200
 
|-
 
|-
| 1 || SixAxisSensorEnable
+
| [10.0.0+]
 +
| 0301
 
|-
 
|-
| 2 || ButtonOnly
+
| [11.0.0+]
 +
| 0304
 
|}
 
|}
  −
Other values causes [[#EnableJoyPollingReceiveMode]] to assert.
  −
  −
= ExternalDevices =
  −
The following devices are used via hidbus:
  −
* [[Ring-Con]]
  −
* Famicom right controller (with microphone)
  −
  −
= 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
  −
  −
= 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.
  −
  −
[10.0.0+]: The RomFs for hid-sysmodule was removed, the data which used to be in that RomFs was moved into this SystemData (the below .fts256 files).
  −
  −
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'''
  −
* [10.0.0+] '''FTS_32000001.fts256'''
  −
* [10.0.0+] '''FTS_32000102.fts256'''
  −
* [10.0.0+] '''FTS_32000302.fts256'''
  −
* [10.0.0+] '''FTS_32000402.fts256'''
  −
* [10.0.0+] '''TouchScreenConfiguration.csv'''
  −
* [10.0.0+] '''TouchScreenFirmwareInfo.csv'''
      
[[Category:Services]]
 
[[Category:Services]]

Navigation menu