Difference between revisions of "MCUHWC:WriteRegister"

From 3dbrew
Jump to navigation Jump to search
 
Line 16: Line 16:
  
 
=Description=
 
=Description=
This function writes data to the MCU.
+
This is just a wrapper for [[I2C_Services|I2C]] command 0x001100C2 with [[I2C_Registers|DeviceID]] 3

Latest revision as of 13:44, 6 January 2017

Request[edit]

Index Word Description
0 Header code [0x00020082]
1 u8 register(???)
2 size
3 Descriptor for mapping a read-only buffer in the target process
4 data pointer

Response[edit]

Index Word Description
0 Header code
1 Result code

Description[edit]

This is just a wrapper for I2C command 0x001100C2 with DeviceID 3