Wiki

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
resources:tools-software:linux-drivers:iio-accelerometer:adis16203 [15 Nov 2012 19:46] – [Evaluation Boards] fix link Lars-Peter Clausenresources:tools-software:linux-drivers:iio-accelerometer:adis16203 [11 Feb 2016 21:23] (current) – [Status] Lars-Peter Clausen
Line 19: Line 19:
 ===== Status ===== ===== Status =====
  
- Source   Mainlined?  +^ Source ^ Mainlined? ^ 
-| [[git.linux.org>drivers/staging/iio/accel/adis16203_core.c|git]] |  [[git.linux.org>drivers/staging/iio/accel/adis16203_core.c|Yes]]  |+| [[git.linux.org>drivers/staging/iio/accel/adis16203_core.c|git]] | [[git.linux.org>drivers/staging/iio/accel/adis16203_core.c|Yes]] |
 ===== Files ===== ===== Files =====
  
Line 70: Line 70:
 "make qconfig") "make qconfig")
  
-<note>+<WRAP round help>
 The ADIS16203 Driver depends on **CONFIG_SPI** The ADIS16203 Driver depends on **CONFIG_SPI**
-</note>+</WRAP>
  
 <code> <code>
Line 99: Line 99:
 {{page>software:linux:docs:iio:iio_snippets#iio device files&noheader&firstseconly&noeditbtn}} {{page>software:linux:docs:iio:iio_snippets#iio device files&noheader&firstseconly&noeditbtn}}
  
-<box 100% green|shell prompt running on the target>+<WRAP box bggreen><wrap info>This specifies any shell prompt running on the target</wrap>
 <xterm> <xterm>
 root:/> **cd /sys/bus/iio/devices/** root:/> **cd /sys/bus/iio/devices/**
Line 129: Line 129:
 drwxr-xr-x    2 root     root             0 Jan  4 04:50 trigger drwxr-xr-x    2 root     root             0 Jan  4 04:50 trigger
 -rw-r--r--    1 root     root          4096 Jan  4 04:50 uevent -rw-r--r--    1 root     root          4096 Jan  4 04:50 uevent
-</xterm></box>+</xterm></WRAP>
  
 === Show device name === === Show device name ===
  
-<box 100% green|shell prompt running on the target>+<WRAP box bggreen><wrap info>This specifies any shell prompt running on the target</wrap>
 <xterm> <xterm>
 root:/sys/devices/platform/bfin-spi.0/spi0.5/iio:device0> **cat name** root:/sys/devices/platform/bfin-spi.0/spi0.5/iio:device0> **cat name**
 adis16203 adis16203
-</xterm></box>+</xterm></WRAP>
  
 === ADIS16203 device attributes === === ADIS16203 device attributes ===
Line 162: Line 162:
 ===== Trigger management ===== ===== Trigger management =====
  
-<note>+<WRAP round help>
 This driver only supports it's own default trigger source **adis16203-dev0** This driver only supports it's own default trigger source **adis16203-dev0**
-</note>+</WRAP>
  
-<box 100% green|shell prompt running on the target>+<WRAP box bggreen><wrap info>This specifies any shell prompt running on the target</wrap>
 <xterm> <xterm>
 root:/sys/devices/platform/bfin-spi.0/spi0.5/iio:device0> **cat trigger/current_trigger** root:/sys/devices/platform/bfin-spi.0/spi0.5/iio:device0> **cat trigger/current_trigger**
 adis16203-dev0 adis16203-dev0
-</xterm></box>+</xterm></WRAP>
  
 ===== Buffer management ===== ===== Buffer management =====
  
-<box 100% green|shell prompt running on the target>+<WRAP box bggreen><wrap info>This specifies any shell prompt running on the target</wrap>
 <xterm> <xterm>
 root:/sys/devices/platform/bfin-spi.0/spi0.5/iio:device0/buffer> **ls** root:/sys/devices/platform/bfin-spi.0/spi0.5/iio:device0/buffer> **ls**
 **bytes_per_datum**  **enable**           **length** **bytes_per_datum**  **enable**           **length**
-</xterm></box>+</xterm></WRAP>
  
 {{page>software:linux:docs:iio:iio_snippets#Buffer management&noheader&firstseconly&noeditbtn}} {{page>software:linux:docs:iio:iio_snippets#Buffer management&noheader&firstseconly&noeditbtn}}
  
-<box 100% green|shell prompt running on the target>+<WRAP box bggreen><wrap info>This specifies any shell prompt running on the target</wrap>
 <xterm> <xterm>
 root:/sys/devices/platform/bfin-spi.0/spi0.5/iio:device0/scan_elements>**ls** root:/sys/devices/platform/bfin-spi.0/spi0.5/iio:device0/scan_elements>**ls**
Line 191: Line 191:
 in_incli_y_index          in_timestamp_index        in_voltage1_index in_incli_y_index          in_timestamp_index        in_voltage1_index
 in_incli_y_type           in_timestamp_type         in_voltage1_type in_incli_y_type           in_timestamp_type         in_voltage1_type
-</xterm></box>+</xterm></WRAP>
  
 {{page>software:linux:docs:iio:iio_snippets#Typical ADC scan elements&noheader&firstseconly&noeditbtn}} {{page>software:linux:docs:iio:iio_snippets#Typical ADC scan elements&noheader&firstseconly&noeditbtn}}
resources/tools-software/linux-drivers/iio-accelerometer/adis16203.1353005194.txt.gz · Last modified: 15 Nov 2012 19:46 by Lars-Peter Clausen