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:adis16201 [15 Nov 2012 19:47] – [Evaluation Boards] Fix link Lars-Peter Clausenresources:tools-software:linux-drivers:iio-accelerometer:adis16201 [23 Feb 2017 13:33] (current) Lars-Peter Clausen
Line 18: Line 18:
 ===== Status ===== ===== Status =====
  
- Source   Mainlined?  +^ Source ^ Mainlined? ^ 
-| [[git.linux.org>drivers/staging/iio/accel/adis16201_core.c|git]] |  [[git.linux.org>drivers/staging/iio/accel/adis16201_core.c|Yes]]  |+| [[git.linux.org>drivers/staging/iio/accel/adis16201_core.c|git]] | [[git.linux.org>drivers/staging/iio/accel/adis16201_core.c|Yes]] |
 ===== Files ===== ===== Files =====
  
Line 69: Line 69:
 "make qconfig") "make qconfig")
  
-<note>+<WRAP round help>
 The ADIS16201 Driver depends on **CONFIG_SPI** The ADIS16201 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/**
 root:/sys/bus/iio/devices> **ls** root:/sys/bus/iio/devices> **ls**
 iio:device0  trigger0 iio:device0  trigger0
- 
  
 root:/sys/bus/iio/devices> **cd iio:device0** root:/sys/bus/iio/devices> **cd iio:device0**
Line 136: Line 135:
 drwxr-xr-x    2 root     root             0 Jan  4 04:43 trigger drwxr-xr-x    2 root     root             0 Jan  4 04:43 trigger
 -rw-r--r--    1 root     root          4096 Jan  4 04:43 uevent -rw-r--r--    1 root     root          4096 Jan  4 04:43 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**
 adis16201 adis16201
-</xterm></box>+</xterm></WRAP>
  
 === ADIS16201 device attributes === === ADIS16201 device attributes ===
Line 174: Line 173:
 ===== Trigger management ===== ===== Trigger management =====
  
-<note>+<WRAP round help>
 This driver only supports it's own default trigger source **adis16201-dev0** This driver only supports it's own default trigger source **adis16201-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**
 adis16201-dev0 adis16201-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 205: Line 204:
 in_incli_x_en             in_temp0_type             in_voltage1_index in_incli_x_en             in_temp0_type             in_voltage1_index
 in_incli_x_index          in_timestamp_en           in_voltage1_type in_incli_x_index          in_timestamp_en           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/adis16201.1353005223.txt.gz · Last modified: 15 Nov 2012 19:47 by Lars-Peter Clausen