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
Last revisionBoth sides next revision
resources:tools-software:linux-drivers:iio-accelerometer:adis16240 [05 Sep 2012 11:34] – change source git repo Michael Hennerichresources:tools-software:linux-drivers:iio-accelerometer:adis16240 [03 Jan 2013 20:42] – external edit
Line 7: Line 7:
 ===== Evaluation Boards ===== ===== Evaluation Boards =====
  
-  * [[adi>ADIS16240/PCBZ]]+  * [[adi>EVAL-ADIS16240|ADIS16240/PCBZ]]
 ===== Description ===== ===== Description =====
  
Line 69: Line 69:
 "make qconfig") "make qconfig")
  
-<note>+<WRAP round help>
 The ADIS16240 Driver depends on **CONFIG_SPI** The ADIS16240 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 133: Line 133:
 drwxr-xr-x    2 root     root             0 Jan  4 04:15 trigger drwxr-xr-x    2 root     root             0 Jan  4 04:15 trigger
 -rw-r--r--    1 root     root          4096 Jan  4 04:15 uevent -rw-r--r--    1 root     root          4096 Jan  4 04:15 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**
 adis16240 adis16240
-</xterm></box>+</xterm></WRAP>
  
 === ADIS16240 device attributes === === ADIS16240 device attributes ===
Line 170: Line 170:
 ===== Trigger management ===== ===== Trigger management =====
  
-<note>+<WRAP round help>
 This driver only supports it's own default trigger source **adis16240-dev0** This driver only supports it's own default trigger source **adis16240-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**
 adis16240-dev0 adis16240-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 200: Line 200:
 in_accel_y_type           in_timestamp_en           in_voltage1_index in_accel_y_type           in_timestamp_en           in_voltage1_index
 in_accel_z_en             in_timestamp_index        in_voltage1_type in_accel_z_en             in_timestamp_index        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/adis16240.txt · Last modified: 11 Feb 2016 21:24 by Lars-Peter Clausen