Changes between Version 2 and Version 3 of Specs/I²C/Protocol


Ignore:
Timestamp:
08/23/13 01:28:57 (11 years ago)
Author:
ph3-der-loewe
Comment:

+ Device Info

Legend:

Unmodified
Added
Removed
Modified
  • Specs/I²C/Protocol

    v2 v3  
    3838=== Device Error === 
    3939This is the device's error code. It is updated after every command/bank change and may be updated on writing command specific parameters. The values are standard RoarAudio Error Values. See [[Specs/ErrorValues]] 
     40 
     41 
     42== Bank 0: Device Info == 
     43The memory bank 0 holds general device information and status. 
     44 
     45The structure is as following: 
     46||= Offset =||= Length =||= Description         =|| 
     47||3         ||2         ||Device Status          || 
     48||5         ||1         ||Vendor ID              || 
     49||6         ||1         ||Device Type            || 
     50||7         ||1         ||Device Sub-Type        || 
     51||8         ||1         ||Device Revision        || 
     52||9         ||1         ||Parent Vendor ID       || 
     53||10        ||1         ||Parent Device Type     || 
     54||11        ||1         ||Parent Device Sub-Type || 
     55||12        ||3         ||Device Capabilities    || 
     56||15        ||16        ||Device Serial          ||