Difference between revisions of "MCUHID:GetSoundVolume"

From 3dbrew
Jump to navigation Jump to search
(Created page with "=Request= {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [0x000E0000] |} =Response= {| class="wikitable" border="1" |- ! Index Word ! Des...")
 
 
(One intermediate revision by the same user not shown)
Line 22: Line 22:
 
|-
 
|-
 
| 2
 
| 2
| u8 output value
+
| u8 output [[I2C|value]]
 
|}
 
|}
 +
 +
=Description=
 +
This reads the u8 value from [[I2C]] MCU register 0x09, via [[I2C_Services|I2CMCU]] service command 0x000D00C0.

Latest revision as of 20:20, 7 May 2014

Request[edit]

Index Word Description
0 Header code [0x000E0000]

Response[edit]

Index Word Description
0 Header code
1 Result code
2 u8 output value

Description[edit]

This reads the u8 value from I2C MCU register 0x09, via I2CMCU service command 0x000D00C0.