I2C Services: Difference between revisions

From 3dbrew
Jump to navigation Jump to search
Neimod (talk | contribs)
Created page with "Category:Services = I2C Service = {| class="wikitable" border="1" |- ! Command Header ! Description |- | 0x0001.... | SetRegisterBits (devid, regid, regdata, mask) |- | 0x0..."
 
Neimod (talk | contribs)
No edit summary
Line 1: Line 1:
[[Category:Services]]
[[Category:Services]]
= I2C Service Names =
* "i2c::MCU"
* "i2c::CAM"
* "i2c::LCD"
* "i2c::DEB"
* "i2c::HID"
* "i2c::IR"
* "i2c::EEP"
= I2C Service =
= I2C Service =
{| class="wikitable" border="1"
{| class="wikitable" border="1"

Revision as of 00:31, 15 December 2012

I2C Service Names

  • "i2c::MCU"
  • "i2c::CAM"
  • "i2c::LCD"
  • "i2c::DEB"
  • "i2c::HID"
  • "i2c::IR"
  • "i2c::EEP"

I2C Service

Command Header Description
0x0001.... SetRegisterBits (devid, regid, regdata, mask)
0x0002.... EnableRegisterBits (devid, regid, enablemask)
0x0003.... DisableRegisterBits (devid, regid, disablemask)
0x0004....
0x0005.... WriteRegister (devid, regid, regdata)
0x0006....
0x0007....
0x0008....
0x0009.... ReadRegister (devid, regid)
0x000A....
0x000B....
0x000C....
0x000D....
0x000E....
0x000F....
0x0010....
0x0011....
0x0012....