Difference between revisions of "IRU:SetSleepModeActive"

From 3dbrew
Jump to navigation Jump to search
(Created page with "=Request= {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [0x00110040] |- | 1 | u8 value |} =Response= {| class="wikitable" border="1" |- ! ...")
 
Line 26: Line 26:
  
 
=Description=
 
=Description=
Value 1 is the default, for the normal IR start/stop bit handling. Value 0 disables all handing/sending of the IR start/stop bit, so that the IR data is completely raw with data send/receive.
+
Value 1 is the default, for the normal operation. Value 0 disables the IR-I2C register pokes for registers 0x8 and 0x58, which are done when starting data send/receive, and when finishing data send/receive.
 +
 
 +
It's unknown how exactly this affects IR.

Revision as of 20:19, 22 February 2014

Request

Index Word Description
0 Header code [0x00110040]
1 u8 value

Response

Index Word Description
0 Header code
1 Result code

Description

Value 1 is the default, for the normal operation. Value 0 disables the IR-I2C register pokes for registers 0x8 and 0x58, which are done when starting data send/receive, and when finishing data send/receive.

It's unknown how exactly this affects IR.